Hello,
We currently have customizations in our script.js file to support some of our ticket forms. On initial load of the ticket forms everything works great in terms of the custom code doing what it needs to do. However, after a validation error on a ticket form submission the entire ticket form reverts back to a way where it did not run through our custom code. In the example below when ticket form first loads it shows just four professions in the dropdown (we are hiding certain dropdown items) and after a validation error it reverts back to showing all professions in the dropdown. This happens for all customizations so it appears like it's not saving the state of the page. Any help is appreciated in attempting to resolve this. Thanks!
Joe
When page first loads
After validation error occurs


