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.

Contact Form wont allow a visitor to fill out details

  1. http://www.keeneyefilms.co.uk/wordpress/?page_id=43

    Hi there ,

    I have managed to update page and publish it to website finally but it is impossible to fill out the contact form .
    I'm a newbie and have just followed the instructions on your video tour.

    Please help !!
    Chloe

    Posted 13 years ago on Sunday October 31, 2010 | Permalink
  2. 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 13 years ago on Sunday October 31, 2010 | Permalink
  3. Thank you very much -it seems to be working now- very nice to have such a speedy and effective reply in a quagmire of daunting and alien codes !

    Chloe

    Posted 13 years ago on Sunday October 31, 2010 | Permalink

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