• Resolved jceshop

    (@jceshop)


    Hi,
    I’m using the genesis framework and Eshop theme from Zigzagpress and my conditions don’t work.
    Here’s my form and the conditions:

    <p><label for=”nom”>Nom* :</label>[text* nom] </p>
    <p><label for=”prenom”>Prénom* :</label>[text* prenom] </p>
    <p><label for=”email”>Email* :</label>[email* email] </p>
    <p><label for=”sujet”>Sujet*</label>[select* Sujet “Choisir…” “Commande” “Facture” “Livraison” “Autre”]</p>
    [group numero_commande]
    <p><label for=”numero”>N° de Commande* :</label>[text* numero] </p>
    [/group]
    <p><label for=”message”>Message*</label>[textarea message] </p>
    [group info]
    <p>[submit id:btn-contact class:btn “Envoyer”]</p>
    [/group]

    if [Sujet] equals “Facture” then show [info]
    if [Sujet] equals “Commande” then show [info]
    if [Sujet] equals “Livraison” then show [info]
    if [Sujet] equals “Autre” then show [info]
    if [Sujet] equals “Livraison” then show [numero_commande]
    if [Sujet] equals “Commande” then show [numero_commande]
    if [Sujet] equals “Facture” then show [numero_commande]

    Can you help me, please?

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

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

    (@jules-colle)

    Looks like conditional fields scripts aren’t loaded. Either the plugin is not activated, or you are using a pretty aggressive caching plugin. Make sure the plugin is installed and that you have cleared all your server side caches.

    Thread Starter jceshop

    (@jceshop)

    Sorry, As the conditions do not work I have removed them because users cannot contact me.
    I give you the link of a page where there is the form with the conditions.

    https://www.jceshop.com/contact-test/

    Plugin Author Jules Colle

    (@jules-colle)

    hey, looks like you have no conditions set. Could you check?

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

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