Home > wheelsFormBuilder

wheelsFormBuilder

WheelsFormBuilder is a project mainly written in JAVASCRIPT and COLDFUSION, it's free.

Create a form and we will give you the source code for it

Welcome to formBuilder for cfwheels

Create a form and we will give you the source code for it.

  1. Select any field element
  2. Add them to your form
  3. enter the mandatory field value
  4. Re-order them if you need so
  5. Once ready simply click on "give me the code"

Getting Started

  1. Fork the master branch.
  2. Refer to the following useful resources.

Resources

  • Documentation (Coming soon)
  • Live Demo

Contributing

You are encouraged to contribute to formBuilder, and there are a variety of ways to help:

  • Discuss ideas and help answer questions on the cfwheels discussion list
  • Report bugs or feature requests to the issue tracker
  • Submit bug fixes or help code new features (see Code Contributions and Git Workflow, below)

Git Workflow

The git repo's develop branch is used as the primary development branch. The master branch will always be the current stable release. When finalizing a release, a release branch will be used (e.g., release-0.99). The Git workflow employed for formBuilder development is nicely detailed in this blog series, by Bob Silverberg, A Git Workflow for Open Source Collaboration:

  • Part I - Introduction
  • Part II - Getting Started
  • Part III - Developing Code
  • Part IV - Submitting Contributions