Hi Everyone, i am using Advance form utility function like below FormAPI.p

Hi Everyone, i am using Advance form utility function like below
FormAPI.populateDropdown("state",["getAllState",FormAPI.getValue("country").id],"State","State");

on the same form i am using a button and by using button id i am calling a javascript and inside javascript i am using saveTask() and window.close() function to save form data , in my case it's country name and state name.
But the problem is when i clicked on save button and reopening the form, what i found is i am able to save all property values like firstName, lastName and countryName but i am not able to save stateName(ie. second drop down values).

#Can any one,Please let me know how to save second dropdown values.?...

OriginalPostID-59635

OriginalPostID-59635

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data