Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Enable only one button at a time

Hi,

I have four buttons and assigned variables to it to enable disable fields on clicking. How do I make only one button active at a time?

For example, if I Select Button1, Button2, Button3 and Button4 should be disabled or cannot be selected. Similarly with the other buttons.

Only one button should be enabled at a point of time.

1 Solution

Accepted Solutions
sunny_talwar

4 Replies
Anonymous
Not applicable
Author

You could use the variables for Show Conditional expressions on the Layout tab of your Buttons to show / hide them as per your needs.

Anonymous
Not applicable
Author

That would hide the remaining three buttons if I select one button since it will be conditional show. I want all the four buttons to be shown but if one button is selected, the users should not be able to select the other buttons.

sunny_talwar

Try the attached

Capture.PNG

Anonymous
Not applicable
Author

Awesome. Thanks Sunny and Bill Markham.