Lesson
29.2Practice questions - Medium
Access control the form
- Create a new form and publish it.
- Navigate to the configure tab and click on
Access control
card.
- Select the option
Secure with password
.
- Very the validations while entering the password.
- Enter a password and save changes.
- Open the form in a new window without the user session related cookies of the logged in user and verify the form is password protected.
- Submit the form and verify the response.
Demo video
Unique submissions
- Create and publish a form.
- Navigate to the configure tab and click on
Unique submission
card.
- Check
Use cookies
option.
- Ensure that one cannot submit response twice.
- Ensure the form can be submitted with different cookies.
- Check
No check
option and ensure now multiple responses can be made with the same cookie.
Demo video
Conditional logic
- Create a new form with single choice element as the first element in the form and email address as the second element.
- Modify the options of single choice field such that it only contains 2 options.
- Navigate to the configure tab and select
Conditional Logic
card.
- Add a new conditional logic such that when one option of the single choice element is chosen, the email address will be shown
- Save the changes and publish the form.
- Verify that in the published form, the email address field is shown only when the configured option is chosen, otherwise, it is hidden.
- Disable the conditional logic and verify that both fields are always visible regardless of the option chosen.
Demo video