Display Inline Confirmation Above the Form

Code

Filename: gpasc-display-inline-confirmation-above-form.php

<?php
/**
 * Gravity Perks // Advanced Save & Continue // Display Inline Confirmation Above the Form
 * https://gravitywiz.com/documentation/gravity-forms-advanced-save-continue/
 */
add_filter( 'gpasc_attach_inline_confirmation_message', function( $attached, $confirmation_message, $form_markup ) {
	return $confirmation_message . $form_markup;
}, 10, 3 );

Leave a Reply

Your email address will not be published. Required fields are marked *

  • Trouble installing this snippet? See our troubleshooting tips.
  • Need to include code? Create a gist and link to it in your comment.
  • Reporting a bug? Provide a URL where this issue can be recreated.

By commenting, I understand that I may receive emails related to Gravity Wiz and can unsubscribe at any time.