Home
Softono

Dynamic Form Builder

Open source HTML
12
Stars
5
Forks
1
Issues
1
Watchers
3 years
Last Commit

 About Dynamic Form Builder

A minimal web-app to create, publish and maintain instant drag and drop dynamic forms.

Platforms

Web Self-hosted

Languages

HTML

Need Help Installing Dynamic Form Builder?

We provide expert installation service for this software. Our team will install, configure, and secure Dynamic Form Builder on your server. plans start at just $30.

Dynamic Form Builder

View on GitHub

🏗️ dynamic-form-builder

Live demo Open in CodeSandbox

A minimal web-app to create, publish and maintain instant drag and drop dynamic forms (currently work-in-progress).

NOTE - Data will not be persisted, as it's configured with in-memory database (NeDB).

Setup

The local setup has in-memory nodejs database neDB, for prototype work.

        $ git clone https://github.com/tamdilip/dynamic-form-builder.git
        $ cd dynamic-form-builder
        $ npm i
        $ npm run dev
        $ Hit http://localhost:3000/

📽 WIP - Shots

Dashboard view

dashboard

Create form view

create form

Published form view

view form

Filled form records

filled data

Bookmarks

Happy coding :) !!