Hi, I've been trying to make a "quote request form" using phpFormGenerator,I have made one which is named "AIS".
On -page 2- I have four options (radio buttons).is it possible to send visitor to one of next four pages based the option selected, if yes, how?.
All of this four pages will go the same page (page 7). On page 7 same process will be repeated and the results will go to page 12.
I will appreciate If you can help me with this.
p.s. If I put the form elements in a table tag rather than ul tag would it mess up the code or no. (obviously I have to make some changes to .css file).
Thank you.
razagh
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
If you are using phpFormgenerator version 3 then you can follow the example of a multi page form.
There are many ways this can be done. Ulimately it is up to you to decide which method is best for you but the multi page form example is a good place to start.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
runtime conditional branching can't be done with the generator alone ... you'd have to manually code in the logic by editing the generated source code.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, I've been trying to make a "quote request form" using phpFormGenerator,I have made one which is named "AIS".
On -page 2- I have four options (radio buttons).is it possible to send visitor to one of next four pages based the option selected, if yes, how?.
All of this four pages will go the same page (page 7). On page 7 same process will be repeated and the results will go to page 12.
I will appreciate If you can help me with this.
p.s. If I put the form elements in a table tag rather than ul tag would it mess up the code or no. (obviously I have to make some changes to .css file).
Thank you.
razagh
If you are using phpFormgenerator version 3 then you can follow the example of a multi page form.
There are many ways this can be done. Ulimately it is up to you to decide which method is best for you but the multi page form example is a good place to start.
runtime conditional branching can't be done with the generator alone ... you'd have to manually code in the logic by editing the generated source code.