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.
Actions other than Email
(5 posts) (2 voices)-
Posted 1 month ago | Permalink
-
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 1 month ago | Permalink -
I'm sorry but I am at a complete loss of where the advanced form settings are located?
Posted 1 month ago | Permalink -
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:
Posted 1 month ago | Permalink -
Oh sweet! And I did it the hard way last time even when I had this!
Posted 1 month ago | Permalink
Leave A Reply
You must log in to post.