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 Checkbox Logic Field based on Dynamic Populated Parameter

  1. arudd
    Member

    I'm attempting to show a Checkbox field, based on dynamically populated parameter name [pagename]. The goal is to create 1 form with multiple variations according to which page the form is shortcoded.

    For some reason, the form doesn't show up at all:
    http://biofreshlab.com/beta/contact/

    This is the shortcode I have in the that page:
    [gravityform id="1" name="Contact" title="false" description="false" ajax="true" field_values="pagename=contact"]

    3 Screenshot JPG Download:
    http://bit.ly/PmEd2m

    Let me know if you can help

    Posted 11 years ago on Wednesday October 31, 2012 | Permalink
  2. You have jQuery loaded twice in the page, two different versions, and once in the footer. Remove the jQuery from the footer and use the enqueued jQuery in the head for Gravity Forms and I think your form will work. It's present in the source of the page but is not being shown because Gravity Forms can't use jQuery.

    Posted 11 years ago on Thursday November 1, 2012 | Permalink
  3. arudd
    Member

    Boom! Thanks... I was hoping for an error, but nothing.

    Posted 11 years ago on Friday November 2, 2012 | Permalink