Jump to content

This topic is 4714 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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

This topic is 4714 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.