Hello
I have a site of which i am putting together for a bit of fun and to teach myself but i need a little help from the masters of script if i may.
I have a line of text but need it hidden but whatever i do i cant get it to work.
It is on my contact page with HTML & a recaptcha & also a php file.
What you see on my site is the following.
name then empty field box
email address then empty field box
subject then field box prefilled with WEB SITE ENQUIRY
comments then empty field box.
What i would like is for the complete line in BOLD above to be hidden so
it cant be seen on the website BUT i can see it when the email is received by me.
I am having a bad day by not being able to complete this small task.
Any help would be nice if somebody could edit the script for me.
Many thanks
Code:</script> <div class="email"> <table> </tr> <tr> <td align="justify"> <p align="justify"><label for="name"><b>Name</b> *</label> </td> <td valign="top" align="justify"> <p align="justify"> <input type="text" name="name" maxlength="50" size="40"> </td> <tr> <td valign="top" align="justify"> <p align="justify"><label for="email"><b>Email Address</b> *</label> </td> <td valign="top" align="justify"> <p align="justify"> <input type="text" name="email" maxlength="100" size="40"> </td> <tr> <td valign="top" align="justify"> <p align="justify"><label for="subject"><b>Subject</b> *</label> </td> <td valign="top" align="justify"> <p align="justify"> <input type="text" name="subject" value="WEB SITE ENQUIRY" maxlength="50" size="40"> </td> </tr> <tr> <td valign="top" align="justify"> <p align="justify"><label for="comments"><b>Comments</b> *</label> </td> <td valign="top" align="justify"> <p align="justify"> <textarea name="comments" maxlength="2000" cols="40" rows="6"></textarea> </td> </tr> </table><input class="reset" type="reset" value="Reset All">





Bookmarks