T O P I C R E V I E W |
BoomingBiz |
Posted - 10 Mar 2013 : 00:54:30 Hi. I have created an email subscription form on my master page and made it php. However, when you fill out the form and click submit, I receive a "Not Found" Error, even though the links I have set for it to go to are correct.
In addition, I created a contact form in a normal page, set it to php, and when you fill out and submit, I receive the email but this is across the top of screen instead of sending to the set page I made.
Cannot modify header information - headers already sent by (output started at /home/content/31/9885631/html/retail-contact.php:44) in /home/content/31/9885631/html/retail-contact.php on line 82
The pages to look at for sample is as follows. Thank you - Doug. http://www.boomingbusinesses.ca/retail http://www.boomingbusinesses.ca/retail-contact.php |
11 L A T E S T R E P L I E S (Newest First) |
s.dav |
Posted - 15 Mar 2013 : 09:30:26 The program has been fixed and this version will be released in two days ;-) Thanks for the support |
s.dav |
Posted - 13 Mar 2013 : 08:25:24 Send me the page and the master-page and I'll check the problem... |
BoomingBiz |
Posted - 12 Mar 2013 : 16:50:29 I just created a testing page. With a new contact form using "PHP Form Processor" and I get the same error message upon submission.
http://www.boomingbusinesses.ca/restaurant-testing.php
Now when I create same form on another testing page without the master-page attached, it works. Is there an issue with master-page?
http://www.boomingbusinesses.ca/retail-testing.php
|
BoomingBiz |
Posted - 12 Mar 2013 : 16:19:58 Oh I already did that right from the start. On both. I thought you were meaning something different. I never did anything "by hand" then. I started a FORM, changed it to PHP Processor, changed the page to PHP, then added the fields and submit buttons.
I have had a website before using this software and it worked fine. I did a "re-design" last week and now it doesn't work! :(
|
s.dav |
Posted - 12 Mar 2013 : 10:35:02 "Form Processing" and choose "PHP form processor" :-) |
BoomingBiz |
Posted - 11 Mar 2013 : 14:30:15 Davide,
Thanks for reply. I created the FORM by adding fields and submit button as shown in tutorials. When I double click on the FORM object, I am sent to Form Properties and given choice of "Hidden Fields" "Form Processing" and "Validation. I do not see anything to setup an embedded email form processor in either of those. Am I missing something? |
s.dav |
Posted - 11 Mar 2013 : 09:38:05 BoomingBiz,
why don't you used the embedded FORM email processor? I checked the code of your page and it seems that you coded the form "by hands" Double click on your form object on DHE and setup the embedded email form processor; it should work perfectly |
BoomingBiz |
Posted - 11 Mar 2013 : 01:56:05 UPDATE!!! I Still Need Help.
I made ALL of my pages .php which allowed the mailing list subscriber (form) on my page to finally work and send email plus go to "successful" page. However, in the email I receive from this form, the fields are EMPTY?? Please help me with that? Why are they empty.
As for my contact page. I deleted the form and created a new one, but I still receive the same problem of receiving the error message across the top. I receive the email and the fields are filled correctly, just my visitor sees an error message.
http://www.boomingbusinesses.ca/retail.php http://www.boomingbusinesses.ca/retail-contact.php
THANK YOU |
BoomingBiz |
Posted - 11 Mar 2013 : 00:16:16 Thank you for your suggestions Joneq! Much appreciated. Using Google now to try a couple of code changes. Fingers crossed. |
joneq |
Posted - 10 Mar 2013 : 03:45:09 can't help you with the code but you might want to Google Cannot modify header information - headers already sent by
you are not alone.
Also on your form you have this
We Will Contact You Back within 8 Hours!
lose the exclamation point at the end and use either
We will get back within 8 hours
or
We Will Contact You within 8 Hours
I would use the second one
|
BoomingBiz |
Posted - 10 Mar 2013 : 01:29:15 Oh yes and the version I am using is 6.8.7
I have followed tutorials and I do not see the issue. Please help asap as I would like to "launch" this site on March 11th. |