PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Special code for multipage to work?

  1. What, if any, JavaScript or other special code is needed for multipage forms to work properly? I have a stripped down page template that we use to <iframe> in some forms and it's not working. I tried manually including the two jQuery files that I observed are on the preview pages, but that didn't work.

    When you click submit, nothing happens.

    Posted 11 years ago on Thursday March 14, 2013 | Permalink
  2. There is no special code needed for multipage. You do need a call to wp_head() and wp_footer normally, to enqueue the scripts, but you can also enqueue the scripts manually by using the gravity_form_enqueue_scripts function http://www.gravityhelp.com/documentation/page/Gravity_form_enqueue_scripts

    Posted 11 years ago on Sunday March 17, 2013 | Permalink