Hello all.
I have a rather simple form that has two fields that are optional. When the form field is not filled out on the form I want a certain word to be put there instead. The variable name is useremail and right now I have coded the following:
If useremail = " " Then
useremail = "webmaster@xxxxx.org"
else useremail = Request.Form ("email")
end If
But when the form is submitted it still doesn't insert webmaster@xxxxx.org.
I only do this once every 10 years so I'm not versed in this at all. Thank your for any direction you can give!
Gale
I have a rather simple form that has two fields that are optional. When the form field is not filled out on the form I want a certain word to be put there instead. The variable name is useremail and right now I have coded the following:
If useremail = " " Then
useremail = "webmaster@xxxxx.org"
else useremail = Request.Form ("email")
end If
But when the form is submitted it still doesn't insert webmaster@xxxxx.org.
I only do this once every 10 years so I'm not versed in this at all. Thank your for any direction you can give!
Gale