Hello, I am trying to build a form that pulls data from our php functions. The php file was created already now I am trying to build a form that pulls information from the php functions. What i am trying to do here is,
-
When they go onto the page the first thing they have to do is choose one of the options from the drop down menu.
-
Secondly, when they choose the option from the Drop Down menu, the php function will load all the questions that are connected with that drop down option.
-
After they fill out the form, the result will show a QUOTE will all of the options they chose from the form giving a result of what the total cost will be to them.
Please let me know if you need anymore information, for i do have the php that is created already.