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.

Display Modal after submission...can Gravity Forms do this with Hooks?

  1. We currently have a Gravity Form within a Zurb Reveal Modal:

    http://foundation.zurb.com/docs/reveal.php

    What we want is when the user submits the form, a second modal will appear (see the Zurb link for an example). This requires appending a value of: data-reveal-id="secondModal" to the Sumbit button. Can this be done using a GravityForms hook?

    Posted 11 years ago on Monday August 6, 2012 | Permalink
  2. David Peralty

    Have a look at this documentation:
    http://www.gravityhelp.com/documentation/page/Gform_submit_button

    Posted 11 years ago on Monday August 6, 2012 | Permalink
  3. When I think about this, it would actually need to fire after the submission has been confirmed, not onSubmit (on click of the submit button). So instead of a confirmation message greeting the user (if using Ajax), they would actually get the Modal, instead. Would this be the hook I would need to use to invoke the Modal?

    http://www.gravityhelp.com/documentation/page/Gform_after_submission

    Posted 11 years ago on Monday August 6, 2012 | Permalink