Form field validation - Login page
August 22, 2008 12:00 AM
Not sure how you have this setup, but if it were me...I would use an additional series of variables - X Field Checked: 0 = failed check and 1 = passed check. Create an action group with a series of actions that run your check and modify variables associated to each (FirstNameChecked, LastNameChecked, etc). Set a condition to each using your existing criteria for each data field. Place an action after each one of those to display your Message Box (same as you've done already) with a Condition of XFieldChecked is equal to 0 (For example: FirstNameChecked = 0). The last action in your action group is one final check that sends the user to the Next Page with the condition that all the X Field Checked variables = 1. To finalize this, set your Next button to run this action group. Again...this is how I would do it. I'm sure there's other ways!!! Edited By: WeeOrg on 2008-8-26 7:59:11
Discussions have been disabled for this post