Conditions not working
-
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]
The topic ‘Conditions not working’ is closed to new replies.