***ANDY*** Posted March 6, 2012 Posted March 6, 2012 Hi All, I have a radio button on one of my layouts which belongs to a "I have read the terms and conditions...." action; the button must be selected in order to proceed to the next step. My script is defined: If Is Empty(radio button field) SetField (message) "In order to proceed you must agree..." Else Go to Layout XYZ I put the script on a NEXT button and if only clicked once this script runs fine and only if the user selects the radio button, he can get to the next layout. But if you double click the button (which many users my do) it jumps the script and goes to the next layout which it is not supposed to do. Can anyone tell me why this is and if I have to implement a step inbetween within my script? Thanks, Andy
***ANDY*** Posted March 6, 2012 Author Posted March 6, 2012 I have reorganized my script and now it works. Thank you for offering to help comment.
Recommended Posts
This topic is 4996 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