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.

Multipage Form Not Continuing When Using Ajax

  1. Emerson
    Member

    I have a form located at:
    http://rosariogsicuranza.claimyourleads.info/case-review-evaluation-form

    I am using the following shortcode:
    [gravityform id=1 name=CaseReview Request title=false description=false ajax=true]

    The form does not continue to the next page when button is pressed.

    Posted 13 years ago on Friday April 1, 2011 | Permalink
  2. The first thing I notice when debugging that page is you have jQuery errors unrelated to Gravity Forms. See this screenshot:

    http://grab.by/9MFh

    When a jQuery error occurs this causes your browser to quit executing javascript. So the Gravity Forms javascript is unable to execute.

    Posted 13 years ago on Friday April 1, 2011 | Permalink