Hi,
The script is working great. Just one thing: in all the emails I receive, the HTML code is visible even though the visitor did not enter any. Is there any way of fixing this.
Thanks a lot.
Colin
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hmm, thats wierd. phpFormGenerator doesn't generate HTML emails, I haven't used any HTML tags in the email content. I wonder if some email clients are trying to convert the plain text message into an HTML email.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2004-07-12
how can you have the form data sent with the html form or have the form data sent in html or at least another color
Example Name <font color=#ff0000>John Smith</font>
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
dean, check the Help forum. I replied in there to you.
Colin, is it things like </br> ?
If so, its because you have things like Text Area and people are entering paragraphs. They should only type in a single paragraph. One way to avoid these is to change from text areas to Text boxes... Or simply change the output to HTML format.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
The script is working great. Just one thing: in all the emails I receive, the HTML code is visible even though the visitor did not enter any. Is there any way of fixing this.
Thanks a lot.
Colin
hmm, thats wierd. phpFormGenerator doesn't generate HTML emails, I haven't used any HTML tags in the email content. I wonder if some email clients are trying to convert the plain text message into an HTML email.
how can you have the form data sent with the html form or have the form data sent in html or at least another color
Example Name <font color=#ff0000>John Smith</font>
dean, check the Help forum. I replied in there to you.
Colin, is it things like </br> ?
If so, its because you have things like Text Area and people are entering paragraphs. They should only type in a single paragraph. One way to avoid these is to change from text areas to Text boxes... Or simply change the output to HTML format.