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 not functioning and fields not editable in the admin.

  1. Im having a similar problem to this:
    http://www.gravityhelp.com/forums/topic/form-with-conditional-logic-not-showing-after-update-v-16411

    and in the admin cannot edit the price field nor the drop down fields.
    http://www.cigarsnobmag.com/subscribe-test/

    Please help.

    This occured after the update, everything was working fine.

    Posted 12 years ago on Wednesday May 2, 2012 | Permalink
  2. Please, I have the same problem.

    Posted 12 years ago on Wednesday May 2, 2012 | Permalink
  3. Jeremy Buller
    Member

    kompanigroup and maryke,

    I too have not been able to edit drop down menus since the latest update. In my case, Rob Harrell's suggestion to turn off 'No-Conflict Mode' on the Forms > Settings page did the trick. Hope this helps you two, as well.

    Posted 12 years ago on Thursday May 3, 2012 | Permalink
  4. same problem. just bought the plugin. installed and have only just figured it is Conditional Logic causing the form not to display. have tried deactivating all other plugins. also No Conflict Mode is off. Please help.

    Ta.

    Posted 12 years ago on Thursday May 3, 2012 | Permalink
  5. it' showing fine in preview. and it seems that i can't change the fields in my dropdown menu.

    form is supposed to be here: http://gad-center.com/neuromusculaire/inscription-neuromusculaire/

    i've read this may be a javascript conflict but im a total retard about javascript.

    Posted 12 years ago on Thursday May 3, 2012 | Permalink
  6. @ollyowmc - did you get this sorted? I see your form on that page.

    @kompanigroup - your theme is including an older version of jQuery (1.4.4) See Screenshot

    You will need to make sure to be using the latest version of jQuery. Gravity Forms utilizes and enqueues the latest version of jQuery (1.7.1) that ships with WordPress.

    Posted 12 years ago on Thursday May 3, 2012 | Permalink
  7. thanks for getting back so soon rob. sorry i've been very busy with the deadline for the site, and this issue got de-prioritized. i put the form up without conditionals so this is just a makeshift solution for now. i will be working on the forms later in the week so i will update you then. ta.

    Posted 12 years ago on Monday May 14, 2012 | Permalink
  8. We released some updates in the past week that should solve for your problem with the conditional logic. So make sure you running the latest version.

    Posted 12 years ago on Monday May 14, 2012 | Permalink
  9. i've updated to the latest version but conditional logic is still not working for me.

    this is my conditional logic form test page: http://gad-center.com/test-neuro/

    so maybe it's my (admitedly very rubbish) use of jquery? i don't know how to start solving this problem.

    Posted 11 years ago on Monday May 21, 2012 | Permalink
  10. Im not seeing any gravity forms css or js files when I view your source. This is most likely due to how you've placed the form. I'm certain you just need to enqueue the scripts and styles. See this link, all the way at the bottom of the page: http://www.gravityhelp.com/documentation/page/Embedding_A_Form

    Posted 11 years ago on Monday May 21, 2012 | Permalink
  11. sorry rob, i'm still lagging. i put this code in my header.php just b4 the wp_head()

    '<?php
    gravity_form_enqueue_scripts(4, true);
    ?>'

    but no change.

    Posted 11 years ago on Monday May 21, 2012 | Permalink
  12. Does your theme use wp_footer()?

    Posted 11 years ago on Monday May 21, 2012 | Permalink
  13. yup

    Posted 11 years ago on Monday May 21, 2012 | Permalink
  14. For some reason, the JS and CSS aren't being output still. That is the issue. I assume the form shows correctly for you in the formbuilder preview?

    Posted 11 years ago on Monday May 21, 2012 | Permalink
  15. yupm it shows great in the preview. and the conditional logic works great in preview too.

    Posted 11 years ago on Monday May 21, 2012 | Permalink
  16. How are you placing the form on the page? Is it via shortcode, function call, etc?

    Also, at this point it wouldn't hurt to test for theme/plugin conflicts as well:
    http://www.gravityhelp.com/documentation/page/Testing_for_a_Theme/Plugin_Conflict

    Posted 11 years ago on Tuesday May 22, 2012 | Permalink
  17. Shortcode page: http://gad-center.com/test-neuro/

    PHP call from template: http://gad-center.com/test-neuro-2/

    i disabled all plugins except for gravity forms and still no juice.
    (though i discovered ScriptsGZIP plugin messes up my background images when disabled)

    i'm using a child of Whiteboard framework. the site is live so i'm unsure how to proceed for a theme test (about to give it a go somehow though).

    Posted 11 years ago on Tuesday May 22, 2012 | Permalink
  18. yeah i think i'm stuck for a theme test. i could do it late at night. i'm on UK time so that would be in about 11 hours.

    Posted 11 years ago on Tuesday May 22, 2012 | Permalink
  19. i will be trying a theme test in a bit. is there anything i else i can try befor tomorrow?

    Posted 11 years ago on Tuesday May 22, 2012 | Permalink
  20. yup it's the theme! sh*t what now? lol. any pointers on how i should target where the conflict in my theme is? very much appreciate the guidance.

    Posted 11 years ago on Wednesday May 23, 2012 | Permalink
  21. Do you have access to the theme maker? It sounds like there may be a function somewhere that's omitting plugin scripts and styles from being enqueued.

    Posted 11 years ago on Wednesday May 23, 2012 | Permalink
  22. yes i have access to the theme maker. i'm sure it's what you say. i've been inching my way through this article. http://wp.tutsplus.com/articles/how-to-include-javascript-and-css-in-your-wordpress-themes-and-plugins/

    having a hard time grasping alot of the stuff in it though. my header.php has got loads of stuff in it i don't really understand (http://pastie.org/3956252). this is my child functions.php: http://pastie.org/3956257

    im totally retarded with javascript. gonna crack on with that mind breaking article but any help would be mega appreciated. i'm really liking Gravity Forms, i'm seeing new uses for it all the time, and will likely be deploying it for some other sites i have in mind. ta.

    Posted 11 years ago on Wednesday May 23, 2012 | Permalink
  23. ok, i'm sure i'm still being really messy with javascript HOWEVER I GOT IT!

    The article i mentioned above did the trick (after reading 3 times... then again i can be retarded sometimes).

    so, all i did was add this bit of code mentioned in the article to my functions.php file.
    http://pastie.org/3957149

    booyah! done.

    Posted 11 years ago on Wednesday May 23, 2012 | Permalink
  24. Nice dude! Glad you got it working, good job.

    Posted 11 years ago on Wednesday May 23, 2012 | Permalink

This topic has been resolved and has been closed to new replies.