Hi,
I have this form on my HTML page, used for contact.
They have to enter a name, email address and their comment.
When they click the submit button, a CGI (Perl) script checkes the format of the mail. If this format is not OK, they can choose to go back and modify their email address. Herefor I parse the value I retrieved from the form for the comment back to the contact page, so they don't have to retype it.
The problem I have now is that when you type your text with some enters in the text area, I parse it to the cgi script which will loose all the enter characters, .... When the email address is incorrect, Parse the some parameter back to the contact page as the value for that text area. But now I've lost all my enters, sosome words are concattenated now.
Hope you can help me,
Tijs Programming is like sex: one mistake and you have to support it for the rest of your life.
I have this form on my HTML page, used for contact.
They have to enter a name, email address and their comment.
When they click the submit button, a CGI (Perl) script checkes the format of the mail. If this format is not OK, they can choose to go back and modify their email address. Herefor I parse the value I retrieved from the form for the comment back to the contact page, so they don't have to retype it.
The problem I have now is that when you type your text with some enters in the text area, I parse it to the cgi script which will loose all the enter characters, .... When the email address is incorrect, Parse the some parameter back to the contact page as the value for that text area. But now I've lost all my enters, sosome words are concattenated now.
Hope you can help me,
Tijs Programming is like sex: one mistake and you have to support it for the rest of your life.