Is there something similar like wpcf7.init in your plugin?
-
Hello there!
My team has decided that some of our forms need to be multi steps so I started searching for plugins that can do this easily and found that yours was really good.
One problem though: we load contact forms in modals. We have a list of stores and each store has a button that opens a modal with the form inside it.
After showing the form HTML, we use
wpcf7.init(wpcf7form)
to add the cf7 front-end functions in it.Is there something similar in your plugin? Because after the form is shown, I try to click the “Next” button but of course, it doesn’t work, since it wasn’t there in the page load to be discovered by your code
$(document).on("click", ".cf7mls_next", function (event) {
Thank you!
- The topic ‘Is there something similar like wpcf7.init in your plugin?’ is closed to new replies.