Hi All,
We are developing workflows for a client and working hard (and creatively) to use OOB Smart UI Forms. We have a form where we launch a webreport for data search and api lookup...then, the user selects a record and we populate the form data in the workflow form. Easy Peezy, right? (no, tkl will not be appropriate in this situation).
Alas, when we submit the form, we realize the data is not saved: 1) get error messages for required fields - even though i see the form data in the proper field. 2) submit again and even the non-required data is not saved when we get to the next step.
It seems, the user has to manually click and tab through each field for the data to be saved. I have tried tabbing through with focus() and blur(), but that does not seem to trigger the data save, either.
I'm a little befuddled and extremely annoyed. :( I am assuming there are some eventListeners applied to the form fields. I am making my way through the workflow form javascript files, but thought someone on this forum might know why this is happening and how i might resolve the issue.
Thanks, in advance!
Donna