Re-initialize form
-
Hey. How can I re-initialize form with JS? I need to use it with Fancybox like this:
const myForm = $('#register-form').html(); // html of a hidden section $.fancybox.open(myForm, null);
But it creates a clone of a form, so dropdowns are not working anymore. So as requirements checking.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Re-initialize form’ is closed to new replies.