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.

Submit Form Not Showing Correctly

  1. I created a basic form for my site and the Submit button is kind of blacked out. It does not look anything like what the preview shows. What do I need to do to get it looking "right"?

    http://www.localmarketingandseo.com

    I am using Chrome as my browser.

    Posted 14 years ago on Wednesday September 29, 2010 | Permalink
  2. The form preview is simply to review the form for basic layout and functionality. It doesn't inherit any properties from your theme like the embedded form may. There's actually a notice on the preview window that states this.

    screenshot

    As far as "looking right", I assume you just mean changing the text color. You can add the following CSS to your theme style sheet and it will change the text color to white.

    .gform_wrapper input.button {color:#fff!important}

    Posted 14 years ago on Wednesday September 29, 2010 | Permalink