Message Boards Message Boards

Back

How to enable the submit button?

Toggle
How to enable the submit button?
Answer
3/2/20 8:44 PM
I have a few radio buttons on a page.

I want the submit button enabled only when the user has selected all the radio options.

Could you show me how to do that please.

Thanks
0 (0 Votes)

RE: How to enable the submit button?
Answer
3/2/20 8:52 PM as a reply to D Singh.
Hi D,
Great question!  This method can be used for a variety of interactions - whenever you want to allow something only after all conditions have been met.

Basically, you need to check when ANY of the RB values change (multiple triggers), and then create a condition that checks to see if ALL the RBs are not blank (condition).

Here's a video walkthrough - https://share.suddenlysmart.com/public/support/enable-submit-when-all-things-answered.mp4



Hope that helps!
+1 (1 Vote)