This isn't a form issue at all, just a simple CSS issue coming from your theme. The problem is that the text color in the inputs is defined as white. You're just not seeing the white text on the white background. If I disable the rule that it's inheriting from, you'll see that the form is working just fine.
screenshot
You can add this to the end of your theme's CSS file and it should remedy the problem.
.gform_wrapper input,
.gform_wrapper textarea,
.gform_wrapper select {color:#000!important}
Posted 14 years ago on Sunday October 31, 2010 |
Permalink