留言板 留言板

返回

How to enable the submit button?

触发器
How to enable the submit button?
答复
20-3-2 下午8:44
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 票)

RE: How to enable the submit button?
答复
20-3-2 下午8:52 回复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 投票)