• Resolved jingiz

    (@jingiz)


    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>
    • This topic was modified 5 years, 11 months ago by jingiz.
  • The topic ‘Conditional Dropdown?’ is closed to new replies.