• Resolved webartist00

    (@webartist00)


    Hi Jules,

    thank you for your last support, I would have another question.

    I use images instead of radio buttons, but now I face the problem, that I cant use the conditional fields conditions. (I cannot select a field, because of cuustom code)

    I dont know if thats the most effient way to establish images instead of radio buttons. I am open for suggestions. FOllowing the Form code:

    <div class="wohnungen">
    <div class="property">
    <label>
      <input type="radio" name="test" value="small" checked>
      <img src="https://www.remax-dd.de/images/vkf/ico-vk-wohnung_gross.png" alt="Option 1">
    <h5 class="property-description">Wohnung</h5>
    </label>
    </div>
    <div class="property">
    <label>
      <input type="radio" name="test" value="small" checked>
      <img src="https://www.remax-dd.de/images/vkf/ico-vk-wohnung_gross.png" alt="Option 1">
    <h5 class="property-description">Wohnung</h5>
    </label>
    </div>
    <div class="property">
    <label>
      <input type="radio" name="test" value="small" checked>
      <img src="https://www.remax-dd.de/images/vkf/ico-vk-wohnung_gross.png" alt="Option 1">
    <h5 class="property-description">Wohnung</h5>
    </label>
    </div>
    <div class="property">
    <label>
      <input type="radio" name="test" value="small" checked>
      <img src="https://www.remax-dd.de/images/vkf/ico-vk-wohnung_gross.png" alt="Option 1">
    <h5 class="property-description">Wohnung</h5>
    </label>
    </div>
    </div>

    Thank you in advance!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Conditional Field with custom code’ is closed to new replies.