WordPress formintor popup form submit not accept [closed]

Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 3 days ago. Improve this question I want to try to api integration for formintor form i used code but I observed that below code does not excuted when click on the submit form. jQuery(document).ready(function($) { $('#forminator-module-237').on('submit', function(event) { event.preventDefault(); // Prevent default form submission debugger var formData = $(this).serialize(); // Serialize form data console.log(formData); }); }); Expected result: I should get the response in the console. but i want to get the solution we have for any event to know to formintor submit.

Comment (0)

You’ll be in good company