Form Validation issue

  • Thread starter Thread starter Kevin Warrick
  • Start date Start date
K

Kevin Warrick

I have made a form for visitors to use to request a
vacation rental from me and I am trying to figure out how
I can have the form require them to input the same email
address twice in the text boxes that require them to enter
their email address.
Any input on this would be greatly appreciated.

Kevin

P.S. if you would like to see the form for better
understanding of what I am in need of go to
www.thebluffhouse.com then click on the link for album,
rates & availability then the book now link.

Thanks in advance.
 
You will need some JavaScript validation
See http://www.developer.irt.org/script/form.htm#5

PS
if you are using FP form validation on any fields you will have to modify any scripts to refer to the form in the same manner as FP
validation does

--




| I have made a form for visitors to use to request a
| vacation rental from me and I am trying to figure out how
| I can have the form require them to input the same email
| address twice in the text boxes that require them to enter
| their email address.
| Any input on this would be greatly appreciated.
|
| Kevin
|
| P.S. if you would like to see the form for better
| understanding of what I am in need of go to
| www.thebluffhouse.com then click on the link for album,
| rates & availability then the book now link.
|
| Thanks in advance.
 
Back
Top