I have created a digital form to collect user information. After collecting the data is Have a confirmation prompt that shows the user all the data collected, and ask to verify if ok.
-
If the data is correct I use a botscript to store the data in the data table. Works fine
-
If the data is incorrect I loop back to the digital form, at this point the form does not collect the data again. I thought his was an issue with clearing the data fields. I have added a function to clear the collected data, but that does not help as well.
In message0002, I delete the values collected via delete context.forms.TravelerInfo.Name;", but that does not seem to help. The Digital form does not activate and does not present the form again, it just bypasses the digital form.