Hi all. I am starting on javascript and need some help. Basically, I have a form in which I need to compare three text fields (string1, string2, and string3). The user must enter the exact text on all three strings before they are allow to submit it.
In short, the user must type in their initials in three fields to acknowledge that the are agreeing to the terms. Before submitting, the fields must be validated for exact match.
Any suggestions would be appreciated.
Thanks.
Ultra
In short, the user must type in their initials in three fields to acknowledge that the are agreeing to the terms. Before submitting, the fields must be validated for exact match.
Any suggestions would be appreciated.
Thanks.
Ultra
Comment