Versions Compared

Key

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

...

To set up a conditional Webform component:

  1. Navigate to a Webform.
  2. Click the "Webform" tab.
  3. Create a Select option component labeled "Do you wish to share your e-mail address?"
  4. In the "Options" textarea, enter this value:
    yes|Yes
    no|No
  5. Click the "Save component" button.
  6. Create an E-mail component to ask for the learner's e-mail.
  7. Click the "Conditionals" sub tab.
  8. Next to the "Add a new condition" text, click the "+" button.
  9. Configure the new conditional rule to read:
    If <Do you wish to share your e-mail address?> <is> <Yes>
    then <show> <E-mail>
  10. Click the "Save conditions" button.

...