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.

Nothing listed in dropdown when checking "Enable enhanced user interface"

  1. jme5674
    Member

    Hello. I am new to gravity forms so please bear with me. I have a form that I created that includes a few drop downs. my problem is that when I check "Enable enhanced user interface" nothing is populated in the drop down. it's just blank. To troubleshoot, I enabled the twenty eleven theme. everything worked fine within that theme so it must be some conflict within the current theme and not any plug-ins. The problem is that I cannot figure out what the conflict is. I was hoping someone could take a look at the form and give me some help! I have duplicated the form in question so that I can use the "regular" drop downs until it is fixed. Here is a link to the form in question:

    http://www.justdanceinc.biz/sdi-school-age-registration

    The current theme is "Family Tree" by StudioPress. Please let me know if there is anymore information needed. Thank you so much for any help provided!! I'm hoping it's a simple fix, but like i said, I can't seem to find the conflict.

    Josh

    Posted 12 years ago on Wednesday February 29, 2012 | Permalink
  2. jme5674
    Member

    Just an update...i just deactivated all plugins and the problem still persists when in the Genesis->Family Tree Theme. Drop Downs work fine with all the drop down content present within the Twenty Eleven theme. So I'm positive it's something with the Family Tree theme from Studio Press. I just can't figure out what.

    Posted 12 years ago on Wednesday February 29, 2012 | Permalink
  3. Hey Josh, in your style.css you have this:

    [css]
    #content .gform_wrapper li, #content .gform_wrapper form li {
    list-style-type: none!important;
    overflow: hidden;
    background: none!important;
    margin-left: 0!important;
    padding-left: 0px!important;
    padding-bottom: 10px!important;
    }

    That overflow: hidden; is the culprit my man.

    Posted 12 years ago on Wednesday February 29, 2012 | Permalink
  4. jme5674
    Member

    omg! thank you! figured it was something easy...just didn't think it was something that easy! i was so convinced that it was a script conflict that i never thought about the overflow!

    one more question. i realize that none of these dropdowns have enough entries to warrent a search, but i noticed that the search "bar" on the drop downs doesn't have the search magnifying glass. shouldn't it be there? the .chosen site shows that it's supposed to be there. no big deal, i'm just weird about everything working properly!

    again, thanks so much for your help!

    Posted 12 years ago on Thursday March 1, 2012 | Permalink
  5. Josh, no problem. The bg image isn't showing because of this in your style.css:

    [css]
    #content .gform_wrapper input, #content .gform_wrapper textarea {
    outline-style: none;
    background: white;
    font-family: Candara, "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #90775A;
    padding: 4px!important;
    border: 1px solid #EFE0CA;
    }

    The background: white is taking precedence. If you change that to background-color: instead of just background: - you should be good to go.

    Posted 12 years ago on Thursday March 1, 2012 | Permalink
  6. jme5674
    Member

    Perfect! Thanks again! I really appreciate it! You saved me a bunch of time! Those were both stock styles from the child theme (Family Tree) that i had overlooked. like i said before, i don't know why (probably b/c it worked fine in twenty eleven) i was hung up on thinking it was a javascript conflict within the theme or genesis framework. i even "disabled" each .js file from both genesis and FT themes/framework to troubleshoot.

    Great support! First time using it, too!

    Posted 12 years ago on Thursday March 1, 2012 | Permalink
  7. Awesome Josh - glad to help out!

    Posted 12 years ago on Thursday March 1, 2012 | Permalink

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