I am trying to validate email, then move to a confirmation page when successfully submitted.
(Script is Pablo's on a PHP.)
Can someone tell me where I'm going wrong?
(Many hours spent- little hair remaining)
Home page is: http://www.spiritofpolyamory.org/index.html
Registration page is: http://www.spiritofpolyamory.org/registration.html
PHP process page: http://www.spiritofpolyamory.org/process123.php
Confirmation page is: http://www.spiritofpolyamory.org/confirmationpage,html
In testing live, an omitted email and submission yields a white page with no background and th following:
<BODY background="PAN_1024.jpg" bgcolor="#FFFFFF" text="#FF0000" I believe that there is an error in the way you entered your E-mail address. Please check your entry and re-submit. Thank you!
A properly filled out and submitted form yields the error page with graphics, but the text is small and I get the following message:
Warning: Cannot modify header information - headers already sent by (output started at /home/spiryorg/public_html/process123.php:7) in /home/spiryorg/public_html/process123.php on line 134
Thanks!
Shaggyman
(Script is Pablo's on a PHP.)
Can someone tell me where I'm going wrong?
(Many hours spent- little hair remaining)
Home page is: http://www.spiritofpolyamory.org/index.html
Registration page is: http://www.spiritofpolyamory.org/registration.html
PHP process page: http://www.spiritofpolyamory.org/process123.php
Confirmation page is: http://www.spiritofpolyamory.org/confirmationpage,html
In testing live, an omitted email and submission yields a white page with no background and th following:
<BODY background="PAN_1024.jpg" bgcolor="#FFFFFF" text="#FF0000" I believe that there is an error in the way you entered your E-mail address. Please check your entry and re-submit. Thank you!
A properly filled out and submitted form yields the error page with graphics, but the text is small and I get the following message:
Warning: Cannot modify header information - headers already sent by (output started at /home/spiryorg/public_html/process123.php:7) in /home/spiryorg/public_html/process123.php on line 134
Thanks!
Shaggyman
Comment