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
930 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
User Interface
Hi all, is there a way to stop form submit by adding a click event on
eaglez
over 11 years ago
Hi all,
is there a way to stop form submit by adding a click event on the button?
thanks in advance.
what i try to do is :
we have a form which has several tabs. we hope we the form validation fails, it can automatically jump to the error tab.
we use the built-in failedValidation event to implement this. it works well under normal case. but when there is a confirmation on submit button, the failedValidation doesn't work.
so i abandon the built-in 'Confirmation' and use asi.confirm instead.
but there is a problem, if use clicks 'No', how can I stop form submit?...
OriginalPostID-88516
OriginalPostID-88516
Discussion posts and replies are publicly visible
Parents
0
jaredw
over 11 years ago
did you try putting your confirmation on mousedown. then it if they say click yes do a click to the button else do nothing
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
jaredw
over 11 years ago
did you try putting your confirmation on mousedown. then it if they say click yes do a click to the button else do nothing
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data