A Django application that lets users create forms. This is achieved firstly setting up a form and form questions. The user is able to select the field type per question and thus create a form that ...
Create an object containing the form's settings: formId (form's id, if not provided, defaults to random string of characters) action (action url, if not provided, defaults to empty string method (GET, ...