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
1 reply
Subscribers
8 subscribers
Views
1217 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
User Interface
I have 3 buttons in a form, say A, B and C. On clicking on button C I am checkin
Mahesh Sanga
over 10 years ago
I have 3 buttons in a form, say A, B and C. On clicking on button C I am checking a condition if that condition is satisfied I am able to display a confirmation dialog(with "Yes" , "No" buttons on it). But when the user clicks on "No" button the form is getting submitted. I tried with all of the following javascript functions asi.alert(), confirm(), event.propogation() and event.preventDefault(), but I am failing to retain on the same form after clicking on No. I have written the scripts on submit event. Is there any way we can do it? My Appian version is 7.3....
OriginalPostID-110301
OriginalPostID-110301
Discussion posts and replies are publicly visible
0
sainadhn
over 10 years ago
Try this:
1. create an acp (make it required).
2. Hide using js
3. On form submit whenever you get true from confirm message set value in that field it will submit,else fill null in the field form will not be submitted.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel