niiknow / grapesjs-components-farmer

grapesjs plugin to build components for different css framework
https://niiknow.github.io/grapesjs-components-farmer/
MIT License
53 stars 10 forks source link

Form Submission #7

Closed Abhisheknanda1344463 closed 3 years ago

Abhisheknanda1344463 commented 3 years ago

Hi @noogen
Could you please tell how could i achieve the form submission with AJAX on a preview page of grapesjs. Do you have bit of code which you would like to share? Thanks

noogen commented 3 years ago

You want to get the form https://github.com/niiknow/grapesjs-components-farmer/blob/master/src/client.js#L257

Then serialize the data in order to pass the data into ajax https://github.com/niiknow/grapesjs-components-farmer/blob/master/src/client.js#L270

https://github.com/niiknow/grapesjs-components-farmer/blob/master/src/client.js#L312 https://github.com/niiknow/grapesjs-components-farmer/blob/master/src/client.js#L158

Abhisheknanda1344463 commented 3 years ago

@noogen Thanks for helping me. Closing this one.