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.

Blank submit button

  1. My submit button on my form is appearing blank, I think it is a conflict with my theme please see link for example
    http://www.morpheusglass.co.uk/trade-registration/
    Not sure what to change to make it work

    Any help would be great

    Thanks

    Posted 11 years ago on Saturday August 18, 2012 | Permalink
  2. You have a lot of stylesheets is use on that site. Try adding this to one of the stylesheets to style the Gravity Forms submit button:

    [css]
    .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"] {
        font-size: 1em!important;
        color: red!important;
        background-color: black!important;
    }

    You can change the blank and red to colors more appropriate for your site. I just wanted to show you how to do it.

    Posted 11 years ago on Sunday August 19, 2012 | Permalink