Forms

A form is a wrapper for input fields. It allows to send content of the input fields to the server and store the data to the database. Several style are available:

  • emailForm A form to accept an email address and automatically send two emails: An email to the address entered in the form and another email to admins, specified in the style.
  • form provides only the client-side functionality and does not do anything with the submitted data. This is intended to be connected with a custom component (required PHP programming).
  • formUserInput stores the data from all child input fields into the database and displays the latest set of data in the database as values in the child input field (if show_data is checked).
  • mermaidForm Style to create diagrams using markdown syntax. Use mermaid markdown syntax here.
  • showUserInput allows to display user input data. Use the name of a form to display the corresponding data.
  • qualtricsSurvey allows to display Qualtrics survey in iFrame.