I just installed PHP form generator on our site (www.colortrax.com) through Cernax Web Hosting (www.cernax.com) and it is my first time using a program like this. Can you please visit the site and help me solve the foll:
1. Errors on the forms after I click the submit button.
2. The links in the page navigation bar do not work and they keep reverting to the current links even after I change them (very frustrating)!
I appreciate any help you can give.
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This is the path to the process.php file in your form page:
<form action="../../../../Local Settings/Temp/GoliveTmp/AdapterTemp/colortrax/public_html/freequote/forms/process.php
1.) The space is "Local Settings" is not a good choice. The relative path needs to be checked. Does this path really exist???
2.) If this is the path of the form: http://www.colortrax.com/freequote/use/FreeQuotes/freequote07.html
backing up 4 levels takes you out of the root URL path of www.colortrax.com
so where is this folder that the process.php file is located??
Think of this path stuff the same way you would if it were a file on your PC. If the path is wrong, or does not exist, you will never find the file.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I just installed PHP form generator on our site (www.colortrax.com) through Cernax Web Hosting (www.cernax.com) and it is my first time using a program like this. Can you please visit the site and help me solve the foll:
1. Errors on the forms after I click the submit button.
2. The links in the page navigation bar do not work and they keep reverting to the current links even after I change them (very frustrating)!
I appreciate any help you can give.
Thanks
This is the path to the process.php file in your form page:
<form action="../../../../Local Settings/Temp/GoliveTmp/AdapterTemp/colortrax/public_html/freequote/forms/process.php
1.) The space is "Local Settings" is not a good choice. The relative path needs to be checked. Does this path really exist???
2.) If this is the path of the form:
http://www.colortrax.com/freequote/use/FreeQuotes/freequote07.html
backing up 4 levels takes you out of the root URL path of www.colortrax.com
so where is this folder that the process.php file is located??
Think of this path stuff the same way you would if it were a file on your PC. If the path is wrong, or does not exist, you will never find the file.