Progressive form: How to handle input value change by external JS ?
Hi !
I made a JS script in order to replace a city input by a select, with an autocomplete with zip input value. It's working well on simple form.
But in progressive form i have some issues.
The value is correctly set in the input, but, some how, the value is reset when i submit the form (or, if i display the original city input, when i click on the input). I think Hubspot store the value in JS var, and didn't get notice of the input value change.