Plugin Forms
1 images

Plugin Forms

3 Downloads

Main Actions

Download from GitHub

Support The Creator

Use one-time or monthly support to thank the creator for this free product.

Description

This plugin adds some of the basic form components and blocks which help in working with forms easier

Available components: form input textarea select option checkbox radio button label

 

<link href="path/to/grapes.min.css" rel="stylesheet"/>
<script src="path/to/grapes.min.js"></script>
<script src="path/to/grapesjs-plugin-forms.min.js"></script>

<div id="gjs"></div>

<script type="text/javascript">
  var editor = grapesjs.init({
      fromElement: 1,
      container : '#gjs',
      plugins: ['grapesjs-plugin-forms'],
      pluginsOpts: {
        'grapesjs-plugin-forms': {/* ...options */}
      }
  });
</script>

Ratings:

0

0 reviews

5
0
4
0
3
0
2
0
1
0

Share this item:
Last Update:Sep 20, 2022
Published:Sep 20, 2022
Versions:
0.19.x0.18.x0.17.x0.16.x

Product Reviews (0)

Sort By :

No Reviews Found

Question and Answers (0)

No question found