Hi everyone,
I have a form that allows the patron to enter 2 email address but I only want one of them to be required. Currently, if the patron doesn't fill in both fields, they go to an error page when submitting. Any ideas? Thanks!
Code:message.CC.Add(emailId.Text); message.CC.Add(emailId2.Text);



Reply With Quote
Bookmarks