Need debug help for a Gravity form on a page - cannot enter text

I am having a brand new conflict with just one of my pages that displays a Gravity form. I had to disable the BB editor and the form now works fine on the page, but I am missing the beautiful background image I am able to display with the builder. My other Gravity forms through the site appear to be working fine with the builder. The new problem is you can’t enter any text into the form.

Here’s the page. Password is just “test” (without the quotes):
http://www.advantageperformance.com/contact-form-debugging/

And here’s the page I’m using for now until I can clear it up (shows the same form working fine without builder):
http://www.advantageperformance.com/contact-us/

I appreciate any insight you can provide. Many thanks in advance for your assistance!

Hey Julie,

Thanks for posting! Do you mind sending temp admin access to the site so we can check the backend?

Ben

[Content Hidden]

Hey Julie,

You can actually enter text to the fields, just that their text color is set to inherit and in this case, it’s white. You can use the CSS snippet below to override that.

.gform_wrapper .gform_body input[type="text"], .gform_wrapper .gform_body textarea {
  color: #000;
}

Ben

Oh, that is brilliant. I needed another set of eyes to help me see that. The white text on the page row, ohhhhhh. It used to show up but something else I did must have canceled out my earlier CSS override. I’m so glad that was the culprit.

Thank you so much for your help!

No worries! Enjoy BB! :slight_smile:

Ben

I absolutely do enjoy it, thanks! :slight_smile: