contact_form_action( $instance, $instance_hash ); // Display the title if( $instance['display_title'] && !empty( $instance['title'] ) ) { echo $args['before_title'] . $instance['title'] . $args['after_title']; } $short_hash = substr( $instance_hash, 0, 4 ); if( $result['status'] == 'success' ) { // Display the success message ?>