Loaded on to website. Created form using all steps. Form was created. I pulled the pertinent code form the created form.html1 file, and pasted it into my existing styled contact page.
When filling out the form and hitting submit, the next page that pops up is step 3 of the form generator, process2.php, asking me to continue creating the form. It will then create a second form.
Why is this happening? Hosted on Bluehost.com.
URL for the contact page/form I am attempting is : http://beaverdambuilders.com/contact.html
the action statement is action='process.php' Is this correct?
It seems to indicate starting the form building all over again.
global.inc.php is in the root.
See code below and or try the form at the url above. Have spent way to much unbillable time on this. Please help.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You used the generatOR file "form1.html" instead of the generatED file "use/{formname}/form1.html".
Look for the "use" folder. You should see another folder named when you created your form. This will be your generatED form folder with all files necessary to implement your form on your site.
Let me know if ytou need more help.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Loaded on to website. Created form using all steps. Form was created. I pulled the pertinent code form the created form.html1 file, and pasted it into my existing styled contact page.
When filling out the form and hitting submit, the next page that pops up is step 3 of the form generator, process2.php, asking me to continue creating the form. It will then create a second form.
Why is this happening? Hosted on Bluehost.com.
URL for the contact page/form I am attempting is :
http://beaverdambuilders.com/contact.html
the action statement is action='process.php' Is this correct?
It seems to indicate starting the form building all over again.
global.inc.php is in the root.
See code below and or try the form at the url above. Have spent way to much unbillable time on this. Please help.
You used the generatOR file "form1.html" instead of the generatED file "use/{formname}/form1.html".
Look for the "use" folder. You should see another folder named when you created your form. This will be your generatED form folder with all files necessary to implement your form on your site.
Let me know if ytou need more help.