yaron Posted August 28, 2006 Posted August 28, 2006 Can I create a field that requires that the user will re-type the input for verification? Im talking about field like in password when most of systems ask the user to type the same password twice to make sure he doesnt make a mistake. Thanks. Yaron
stanley Posted August 29, 2006 Posted August 29, 2006 Yaron: One way to do that would be to have two global fields; have a "submit" button which would run a script to compare the two global fields. If they are identical, set the 'real' field to the value of one of the globals and move on. If they are not identical, clear both global fields, show an error message and go back to the input layout. -Stanley
Recommended Posts
This topic is 6662 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now