Resetting entry fields
March 31, 2008 12:00 AM
Hello Jenn. I am assuming you used a Form Object in creating your text entry fields.What I would do is add a Submit button and attach two actions that checks the values and if incorrect, resets the Form and allows the user to retype their entries.For the user name text field, add an Action to the button that has the following values.On: Mouse ClickAction: Reset FormTarget: Form_ProfileCondition: Check (Perform Action ONLY if the following is TRUE:Variable: Entry_0001Relationship: Not Equal toValue: larryboy (user name)Add another action for the password entry.When the user enters their information, and click the Submit button, it will check the fields and if incorrect for either, will give the your error message, clear the Form, allowing the user to re-enter their information.Regards,
Discussions have been disabled for this post