Skip to content
This repository has been archived by the owner on Jun 11, 2023. It is now read-only.

fdelbos/coolforms

Repository files navigation

coolforms

Coolforms is a form generation library for Angularjs, enabling the develloper to dynamically genreate sophisticated forms. Forms are defined through JSON definition files or javascript objects.

Features

  • Form rendering from a JSON service or a Javascript object
  • Builtin validation as well as user defined validators
  • Builtin fields and the possibility to add your own set of fields
  • Wizard or simple page rendrering
  • Posting data to a server
  • Fully customizable templates based on Bootstrap
  • Conditionnal display of fields
  • Custom POST headers (ex: for Cross Site Request Forgery protection)

To get a feel of CoolForms check out the getting started page