markstuart
Technical User
Hi, I have a form page that currently checks for the entry of data in one of the fields (email), I would like to be able to check that other fields have entries in them, I have posted the code currently being used below, any assistance would be gratefully recieved!
If request("email"
="" then
Response.Write "<h1>You Forgot to Enter your Email Address.<br><br>Please press your BACK Key and ensure you enter all the information.</h1>"
ELSE
JMail.Sender=Request("email"
JMail.SenderName=Request("name"
'Modify the line below with the email address this form should be sent to!
If request("email"
Response.Write "<h1>You Forgot to Enter your Email Address.<br><br>Please press your BACK Key and ensure you enter all the information.</h1>"
ELSE
JMail.Sender=Request("email"
JMail.SenderName=Request("name"
'Modify the line below with the email address this form should be sent to!