• Resolved gevcen

    (@gevcen)


    Dear,

    I’ve made the below code for showing the “GROUPE_RETOUR” when the value “RETOUR” is selected in the class “DEMAND” but it’s not working : [ redundant link removed ]

    Please tell me why? https://gevcen.tinytake.com/tt/MzY1MTI3Ml8xMTA3MDA4NQ

    <div class="row">
    <div class="col-md-6" style='margin-bottom:20px;'><label>Type de demande *</label>[select* Demande class:menu-deroulant include_blank "Retour" "Échange" "Réclamation" "Remboursement"]</div>
    <div class="col-md-6" style='margin-bottom:20px;'><label>Raison *</label>[select* Raison class:menu-deroulant include_blank "Défectueux" "Non-conforme à la description" "Mauvais article reçu" "Erreurs sur un article personnalisé" "Autre raison (à préciser en commentaire)"]</div>
    </div>
    
    [group groupe-retour]
    <div class="row">
    <div class="col-md-6" style='margin-bottom:20px;'><label>Article à retourner *</label>[text text-218]</div>
    </div>
    [/group]
    
    [group groupe-echange]
    [/group]
    
    [group groupe-reclamation]
    [/group]
    
    [group groupe-remboursement]
    [/group]
    • This topic was modified 6 years, 10 months ago by Jan Dembowski.

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

Viewing 1 replies (of 1 total)
  • Plugin Author Jules Colle

    (@jules-colle)

    Check the folowing:
    – do you have any JavaScript errors?
    – is the conditional-fields js script loaded in the footer? if not: try and disable all your caching and optimizing plugins. if the problem remains, make sure wp_footer() gets loaded by your theme.

Viewing 1 replies (of 1 total)

The topic ‘Condition not working’ is closed to new replies.