Forms and Worksheets
An Overview of Forms
In this section, we’ll look at forms, worksheets, and other interactive elements.
Elementor Forms
Forms can mostly be built with Elementor
Per User
And when dropped into the course system, automatically get adapted to save data per user.
Single Line & Text Entry
Entering a single line or longer text, and also having a form appear only when a section is complete.
An example of a single-line entry:
<|gfc_form ~args~ id="1" form_name="single_line" rep1="~instruction~=How did this exercise make you feel?" required="false"|>
<|gfc_form ~args~ id="2" form_name="single_line" rep1="~instruction~=If revisiting this course, how do you feel now?" show_on_completed="true"|>
An example of text entry:
<|gfc_form ~args~ id="3" form_name="text_area" rep1="~instruction~=Write down what came up for you during this inquiry"|>
An example of a marking a field as "required":
<|gfc_form ~args~ id="4" form_name="single_line" rep1="~instruction~=How did this exercise make you feel?" required="true"|>
Click the NEXT button below when you are ready to go to the next page.