Forms

Forms can be used to create surveys, quiz, user submitted content. User can configure various forms from Web Manager tool and implement those Forms on their web pages. Also, the data of the forms could be exported in .csv format.


How to Configure Forms

  1. Creation of  Forms

    • Forms >> Create Forms >> define all the mandatory fields >> Click create.

    • The form is now created. To create form fields, drag and drop the widgets >> edit >> define id (mandatory field), label of the form field. The “required” radio button is there to make the form field mandatory.

    • Please note that (as of now, might change in the future) it is required to have the form fields at top level of the hierarchy to make it work. When they are placed below flex boxes, the fields won't be visible on the page.  


  2. Configure on the page

    • Drag and drop the form widget >> click edit >> Configure Email options >> The template field is the HTML template field.

      • Sample Template for sender:


<html>

<head>

</head>

<body>

<p>$Naam</p>

<p>$Emailadres</p>

<p>$Vraag of opmerking</p>

</body>

</html>

$Naam: Id of the form field, $ is used to read the value entered in that id.

    • The feedback message after the mail has been send can be added and also the page could be added where it will redirect after successfully submitting the form.

    • Please refer-

                            

Subitems