Skip to content

Generate Bootstrap HTML forms from lists of properties

License

Notifications You must be signed in to change notification settings

EoinTravers/form-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Form Builder

Try it online: Binder

This notebook turns a list of questions and properties,

e.g.

items = [
    {'type' : 'h1', 'text': 'Form Title'},
    {'type' : 'p', 'text': 'Example paragraph text'},
    {'id': 'some-text', 'text': 'Text entry:', 'type': 'text', 'placeholder':'e.g. Blah blah blah'}
]

into a properly formatted HTML form, styled using Bootstrap, which you can copy and paste into your website.

Use it to generate surveys, with minimal time spent messing around editing raw HTML.

About

Generate Bootstrap HTML forms from lists of properties

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published