GithubHelp home page GithubHelp logo

draggable / formbuilder2formeo Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 2.0 231 KB

Convert formBuilder data to Formeo data

Home Page: https://8zpy130019.codesandbox.io/

HTML 12.50% JavaScript 81.51% CSS 5.99%

formbuilder2formeo's Introduction

formBuilder2Formeo

Utility for converting formBuilder template data to Formeo template data

Purpose

Formeo 1.0 is nearing release and with it will come features long requested for formBuilder such as conditional fields, columns/inline fields and repeated groups to name a few. The purpose of this project is to provide a migration solution to developers looking to upgrade from formBuilder to Formeo by converting formBuilder's incompatible templates to a structure comaptible with Formeo's.

In brief, this tool is a one-way conversion from formBuilder to Formeo. eg. <formBuilderData /> --> { FormeoData }

Usage

This project provides the converter and a basic app to visualize the changes and help debug the converter's output. In src/ you'll find convert-data.js which can be used directly for batch conversions and xml-parser.js if you're converting from XML formatted data.

To run the project:

$ yarn
$ yarn start

formbuilder2formeo's People

Contributors

kevinchappell avatar

Stargazers

jiehanlin avatar

Watchers

James Cloos avatar  avatar

formbuilder2formeo's Issues

Some things wouldn't be converted correctly

email-fields become
"tag":"email", not "tag": "input"

file-upload fields missing "type": "file"

hidden-fields have not "type": "hidden"

submit-fields become "className": "..." in attr{} and options{} but in attr{} it's wrong

checkboxes and radios not displayed:
"attrs": {
"type": "radio|checkbox",
}
is missing

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.