PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Conditional Logic doesn't work

  1. David
    Member

    Hi guys!
    I am trying to configure conditional logic for "Product" and "Quantity" fields (Pricing Fields) but I don't understand why doesn't work.

    My form is structured in this way:

    Group of Services > Drop down menu > Massage, Healing, Naturopathy,...
    Massage Service> Drop down menu > Shatsu, Relaxation, Lympathic,...
    Healing Services> Drop down menu > Reiki, Acupuncture, Craniosacral,...
    Naturopath Services > Drop down menu > Iridology, Vega, Allergy,...

    When is selected "Massage Group", "Massage Service" drop down menu is visible
    When is selected "Healing Group", "Healing Service" drop down menu is visible
    When is selected "Naturopath Group", "Naturopath Service" drop down menu is visible

    Till here all is good! Now I am trying to add for each group three different "Products" with "Quantity" and total.

    Massage Group Product 1 > Labels: 30 minutes= $55, 60 minutes= $85, 90 minutes= $125
    Massage Group Product 2 > Labels: 30 minutes= $50, 60 minutes= $80, 90 minutes= $120
    Massage Group Product 3 > Labels: 30 minutes= $60, 60 minutes= $100, 90 minutes= $150

    and I want that this products are visible in this way:

    Massage Group 1 P. is visible if any Massage Service are: Shatsu
    Massage Group 2 P. is visible if any Massage Service are: Relaxation, Reflexology, Deep Tissue, Remedial
    Massage Group 3 P. is visible if any Massage Services are: Lympathic

    Unfortunately I don't understand why "Massage Group 2 P." is visible when I select different voices of the dropdown menu Group of Services...

    Can you please help me to resolve this problem? Where is the mistake?

    Posted 11 years ago on Sunday December 16, 2012 | Permalink
  2. thinker
    Member

    It seems to be a conflict with the new update of JETPACK.

    The form is not displayed if contains conditional logic. The style attribute of: ‘display:none’ is being added. http://www.gravityhelp.com/question/why-is-there-a-style-attribute-of-displaynone-being-added-my-form-isnt-showing-up/

    Posted 11 years ago on Sunday December 16, 2012 | Permalink
  3. David
    Member

    Hi,
    my footer.php contains: <? php wp_footer(); ?>
    It's not this the problem...

    Posted 11 years ago on Sunday December 16, 2012 | Permalink
  4. David Peralty

    Can you link to your form so we can take a look?

    Posted 11 years ago on Monday December 17, 2012 | Permalink
  5. I'm having a similar issue... footer contains wp_footer(), link to page is here: http://spigotdesign.com/mccs/

    Posted 11 years ago on Wednesday December 19, 2012 | Permalink
  6. I just had the same problem. I disabled all my plugins except Gravity Forms and it worked. Then I went through them one by one activating them. The culprit, in my case, was my previous form plugin "Custom Contact Form".

    Posted 11 years ago on Thursday December 20, 2012 | Permalink
  7. Thank you for posting your conflict here.

    Posted 11 years ago on Thursday December 20, 2012 | Permalink