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
6 subscribers
Views
1510 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Process
Hi All, In Form (Not SAIL), i have a "dropdown multi select"
vamsir
over 10 years ago
Hi All,
In Form (Not SAIL), i have a "dropdown multi select" which facilities users to select multiple option from the dropdown.
I am showing/hiding this field by writing JS (on Load). The problem is when i fill the form (selected some options from drop down list) and click on "submit" and it reaches to next form where having "Back To" button. when i click back to button the form is loading and the default values are not populating for the drop down list.
I have checked that if there is no JS on "load/change" the default values are popping up.
Any help is appreciated.
OriginalPostID-144747
OriginalPostID-144747
Discussion posts and replies are publicly visible
0
siddharthg521
over 10 years ago
Hi Vamsir,
You may need to take a hidden field on the form that is been mapped to the process variable which will always holds the default values of your multi select dropdown. On Form load, your JS will read the value of this hidden field, and will set the default value of your multi select dropdown, which user has selected earlier.
Hope this helps !
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel