August 28, 200619 yr 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
August 29, 200619 yr 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
Create an account or sign in to comment