Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/codedcontainer/addformrow

Clicking on a + icon will create a new form row.
https://github.com/codedcontainer/addformrow

forms generator javascript

Last synced: 13 days ago
JSON representation

Clicking on a + icon will create a new form row.

Awesome Lists containing this project

README

        

## Purpose
The JavaScript object makes it easy to duplicate a row and add new rows to a form. Just click on the "+" or "-" icon next to the row to either add a new row or delete a previous one.

## SetUp
Just add the following HTML format and include the main.js and main.css file. There are no dependencies needed. Can be used with or without Bootstrap or other framework.









## Features
* Uses only around 103 lines of pure JavaScript.
* Jquery dependency is not needed.

## ToDo
* Add the ability of the user to initialize the object per form element.
* Add JQuery equivalent plugin