Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
7 replies
Subscribers
6 subscribers
Views
3387 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Process
Appian 7.6 Tempo/SAIL form: I have a form with a dropdown and submit buttons.
ryanh
over 10 years ago
Appian 7.6 Tempo/SAIL form: I have a form with a dropdown and submit buttons. I was able to code a confirmation message tied to the submit button just fine, allowing the user to yes to submit, no to cancel the form submission. However, I suspect the users would prefer a confirmation message to be tied to an onChange type event on the drop down with a yes/no used to set the ac variable being saved from the confirmation (i.e. if they pick in a confirmation box, the selection will revert to what it was before).
Is there a way for a a!dropdownField() component to trigger a pop-up confirmation message with an onchange type event?
OriginalPostID-142622
OriginalPostID-142622
Discussion posts and replies are publicly visible
Parents
0
nileshr
over 10 years ago
You can also display a dynamic section containing a boolean check box, if you want to confirm the user selection before form submission. The choiceValue of the check box will be "true" with a label same as your confirmation message, you wish to give. You have to use buttonWidget for button and set its submit property true only if the value of checkbox is true.
In that case, user can only submit the form if he/she has confirmed the selection done on the dropdown.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
nileshr
over 10 years ago
You can also display a dynamic section containing a boolean check box, if you want to confirm the user selection before form submission. The choiceValue of the check box will be "true" with a label same as your confirmation message, you wish to give. You have to use buttonWidget for button and set its submit property true only if the value of checkbox is true.
In that case, user can only submit the form if he/she has confirmed the selection done on the dropdown.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data