Created by: 5minpause
Problem: The syntax for setting a css class 'form' on an generated form was wrong. This was pointed out in #212 (closed).
Solution:
Uses the correct syntax with html: { class: "form" }
to set the css
class name.
Fixes #212 (closed)