A zero dependency JavaScript module for drag and drop form creation.
- Extensible builder with plethora of options
- Simple drag & drop interface
- Column layouts
- Custom fields
- Preview mode
To start building forms with this module include formeo.min.js and formeo.min.css in your project and call:
new Formeo({ container: '.build-form' });