Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.


  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-

                     Image Added       Image Added

Subitems

Page Tree
rootForms