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
9 subscribers
Views
1620 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
Is it possible to force a form to automatically close and move to the next task
matthewb295
over 11 years ago
Is it possible to force a form to automatically close and move to the next task in a Process? Our goal is to close a form based on a rule automatically (a "Now Loading" screen, bascially), and chain into the next task. ...
OriginalPostID-72294
OriginalPostID-72294
Discussion posts and replies are publicly visible
0
Eduardo Fuentes
Appian Employee
over 11 years ago
To autosubmit a form you can use this JavaScript code in the desired event (e.g. load event if you just need the form to be displayed for a few seconds and then automtically submit):
setTimeout("document.forms[0].submit();",50);
This example auto-submits the form after 50 milliseconds.
Keep in mind the use of JavaScript will not allow you to take advantage of Mobile Enabled forms
forum.appian.com/.../f-59235
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel