I have created my email form and it's working after a lot of tweaking. I was wondering why there are two locations of the form1.html file? The two locations I have are as follows:
and again the first one works and the second one gets the error. I would like to have the cleanest path available in my address bar when the user goes to fill out the form so i would like to have the second location. Is this possible or does the form1.htl have to go into the first directory?
Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The first one is the one you created. The second one is likely a template from the generator. Leave the second one alone and use the path to the one you created.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
OK, I just looked at the second path. It looks like a form you created so I am not surehw it ended up in that locatiion. In this case you can delete the second form1.html. The forms you create should end up in the use/formname/ folder.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have created my email form and it's working after a lot of tweaking. I was wondering why there are two locations of the form1.html file? The two locations I have are as follows:
/public_html/contactForm/use/contactForm/
/public_html/contactForm/forms/
and the one in the first directory is the one that works (the otehr one gives me an internal server error).
When I view the forms in my browser, the URL's are as follows:
http://www.j3-innovations.com/contactForm/use/contactForm/form1.html
http://www.j3-innovations.com/contactForm/forms/form1.html
and again the first one works and the second one gets the error. I would like to have the cleanest path available in my address bar when the user goes to fill out the form so i would like to have the second location. Is this possible or does the form1.htl have to go into the first directory?
Thanks.
The first one is the one you created. The second one is likely a template from the generator. Leave the second one alone and use the path to the one you created.
OK, I just looked at the second path. It looks like a form you created so I am not surehw it ended up in that locatiion. In this case you can delete the second form1.html. The forms you create should end up in the use/formname/ folder.