• Resolved ahmadjazuli

    (@ahmadjazuli)


    Conditional Fields doesn’t work

    My code is:

    Which fields would you like to view? [select custom-field “C” “A” “B”]

    [group A]
    Nama [text nama]
    [/group]

    [group B]
    Kelas [select pick-os “Windows” “Mac” “Linux” “Android” “iOS” “Other”]
    [/group]

    [group C]
    Alamat [textarea textarea-84]
    [/group]

    It doesn’t work, help me…

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter ahmadjazuli

    (@ahmadjazuli)

    This code also didn’t work

    <div class=”edgt-cf7-contact-wrapper edgt-button-small”>
    <div class=”edgt-cf7-title”>Feel free to write us</div>
    <div class=”edgt-cf7-inputs clearfix”>

    <div class=”edgt-grid-col-6″><label>Name<span style=”color: #888;”>*</span></label>[text* text-58]</div>
    <div class=”edgt-grid-col-6″><label>Email<span style=”color: #888;”>*</span></label>[email* email-598]</div>
    <div class=”edgt-grid-col-12″><label>Message<span style=”color: #888;”>*</span></label>[textarea* your-message 40×4 ]
    </div>

    <div class=”edgt-grid-col-6″><label>Choose your recipient </label>
    [select* recipient “SIS Bona Vista”
    “SIS Kelapa Gading|[email protected]
    “SIS Pantai Indah Kapuk|[email protected]
    “SIS Cilegon|[email protected]
    “SIS Semarang|[email protected]
    “SIS Palembang|[email protected]
    “SIS Medan|[email protected]”]
    </div>

    [group bv-fields]
    <div class=”edgt-grid-col-6″><label>Choose your recipient </label>
    [select* recipientbv first_as_label class:single_field “Choose your recipient”
    “Teacher|[email protected]
    “Student|[email protected]
    “Other|[email protected]”]
    </div>
    [/group]

    <div class=”edgt-grid-col-12″></div>
    <div class=”edgt-grid-col-4″></div>
    <div class=”edgt-grid-col-4 top_15″>[recaptcha]</div><div class=”edgt-grid-col-4″></div>
    <div class=”edgt-grid-col-12″>[submit “Submit”]</div>

    </div>
    </div>

    With conditional code is
    if [recipient] equals “SIS Bona Vista” then show [bv-fields]

    Plugin Author Jules Colle

    (@jules-colle)

    looks fine. can you give a link to the page?

    Thread Starter ahmadjazuli

    (@ahmadjazuli)

    Plugin Author Jules Colle

    (@jules-colle)

    You have some javascript errors you need to address first. Conditional fields will break if a fatal javascript error is thrown.

    Thread Starter ahmadjazuli

    (@ahmadjazuli)

    Cool man 🙂 It’s work…
    I just comment Google API script on function.php

    Plugin Author Jules Colle

    (@jules-colle)

    you’re welcome. feel free to leave a small review

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

The topic ‘Conditional Fields doesn’t work’ is closed to new replies.