There is already a form component in grapesjs which comes from grapesjs-plugin-forms. But I don't see any way to style the form. I want to style the form with predefined CSS. It will be of great help if you can provide any tips. Thanks in advance
Asked
Active
Viewed 278 times
1 Answers
1
You've to load external style-sheet to modify the form. like this in the plugin setting
canavs: {
styles: [...cdnlink],
}

Abhishek Nanda
- 11
- 2