Forum Discussion
sabasheikh146
7 months agoCommunity Member
Submit button
How can i create a button that will enable only when two options are selected otherwise remain disabled
2 Replies
Sort By
- JudyNolletSuper Hero
This post has a file that explains and demonstrates how to ensure the learner selects a specific number of responses for a multiple-response question:
- SamHillSuper Hero
Hello sabasheikh146 you can use a trigger to set your submit button to Normal state, when the other elements both have a state of "selected". You can then define a similar trigger to set the button as Disabled. This will ensure it will enable/disable when the options are interacted with.
Note that in this trigger we look at the state of "all" and "is" Selected.Note this in this trigger we look at the state of "at least one" and "is not" Selected.