D
Deb Brown
Hi there.
I have a web site that has a form that captures namese and addresses of
people who are interested in information. Quite often people submit the form
with typos in their e-mail addresses. I would like to add a confirmation
field where the user has to retype the e-mail address for accuracy. The text
in the confirmation field should match the text in the e-mail field.
I don't see this option in the form field properties. Can the
"s-validation-constraint" in the webbot line be modified to make this work?
<!--webbot bot="Validation" s-display-name="mail validation"
s-data-type="String" b-allow-letters="TRUE" b-allow-digits="TRUE"
s-allow-other-chars="@.,-_" b-value-required="TRUE" i-minimum-length="1"
s-validation-constraint="Equal to" s-validation-value="Email" -->
Thanks much in advance!
I have a web site that has a form that captures namese and addresses of
people who are interested in information. Quite often people submit the form
with typos in their e-mail addresses. I would like to add a confirmation
field where the user has to retype the e-mail address for accuracy. The text
in the confirmation field should match the text in the e-mail field.
I don't see this option in the form field properties. Can the
"s-validation-constraint" in the webbot line be modified to make this work?
<!--webbot bot="Validation" s-display-name="mail validation"
s-data-type="String" b-allow-letters="TRUE" b-allow-digits="TRUE"
s-allow-other-chars="@.,-_" b-value-required="TRUE" i-minimum-length="1"
s-validation-constraint="Equal to" s-validation-value="Email" -->
Thanks much in advance!