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.

Actions other than Email

  1. Is it possible to pass forms to another PHP page that would take the form data and manipulate it? For example, I create a Multiple Choice Test with 10 questions. Instead of it emailing it to me would it be possible to pass the form to another php page that will take the answers from the form based on the admin label and give a score. Hopefully this makes some sense since I am rather new at all this.

    Posted 14 years ago on Tuesday July 20, 2010 | Permalink
  2. This is possible using the confirmation redirect option under advanced form settings. You can redirect to any page you want, and pass form data to that page.

    Posted 14 years ago on Tuesday July 20, 2010 | Permalink
  3. I'm sorry but I am at a complete loss of where the advanced form settings are located?

    Posted 14 years ago on Tuesday July 20, 2010 | Permalink
  4. Edit the form you want to edit, hover over the Form Title/Form Description area and choose Edit. There is also a Form Settings link in the top right of the Form Builder when editing a form.

    The form settings will then appear. Choose the Confirmation tab and you can choose to redirect to another URL and build the query string to it passes data to that URL.

    See documentation here:

    http://www.gravityhelp.com/documentation/form-settings/

    Posted 14 years ago on Tuesday July 20, 2010 | Permalink
  5. Oh sweet! And I did it the hard way last time even when I had this!

    Posted 14 years ago on Tuesday July 20, 2010 | Permalink