meshesha/visual-form-maker

VisualFormMaker is web application that allowing you to build and manage simple html forms using simple drag-and-drop action.

v0.1.0 2020-07-25 23:12 UTC

This package is auto-updated.

Last update: 2024-04-13 21:14:29 UTC


README

https://vfm.js.org/.

VisualFormMaker is web application based on laravel framework and jQuery.formbuilder that allowing you to build and manage simple html forms using simple drag-and-drop action.

Requirements

  • web server ( like iis , apache)
  • php : ^7.2.5
  • database : sqlite, mysql, pgsql, sqlsrv (tested on MySQL version 8)

installation

download

composer:

composer create-project meshesha/visual-form-maker visualformmaker --no-dev

manually

download from github releases VisualFormMaker.

Documentation

More info go to https://vfm.js.org/.

first time login:

email: admin@localhost
password: admin

Acknowledgments

This project inspired by my previous project SimplePhpFormBuilder and Laravel Form Builder Package.