Dynamic options via javascript with select fluent form
-
My form needs 4 select with Brazilian states and cities. The number of cities is 5565. And each set of cities appears according to the previous selection of the state in the related select. Therefore, it is completely unfeasible to do this via the plugin’s backend. Therefore, I created a Javascript to dynamically populate these selects from json, using the “action hook” field. My problem is that when submitting the form, the fluent form validation does not accept the dynamic field. Is there any way to validate this? I currently use this solution with Contact Form 7 but it creates other problems for me, and the Fluent Form form management is much better.
- You must be logged in to reply to this topic.