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.