Conditional Dropdown?
-
Hi the conditional Checkbox is working, but I would like to use it with Dropdown. Is this currently possible?
I wanted to hide the URL Input, unless something else is chosen
I tried this:<p> <label for="SERVICE">How can I help?</label> <select name="SERVICE" id="SERVICE"> <option value="Value1" selected>Option 1</option> <option value="Value2">Option 2</option> <option value="Value3">Option 3</option> </select> </p> <p> <input data-hide-if="SERVICE:Value1" type="URL" name="URL" placeholder="https://" required /> </p>
- The topic ‘Conditional Dropdown?’ is closed to new replies.