Replies: 1 comment
-
Use the script prop of the component definition, dynamically add jQuery, so you can check to see if the jQuery already exists or not then add it, as in const formData = $(this).serialize(); // Collect form data $.ajax({ |
Beta Was this translation helpful? Give feedback.
-
Main Question
I'm working with GrapesJS and want to include jQuery to submit a form via an AJAX request. How can I integrate jQuery into GrapesJS?
Sub Question
How to create a stepper form/ create state to the components?
Beta Was this translation helpful? Give feedback.
All reactions