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