Hello, Using Gravity forms for a website and the submit button looks buggy with duplicate text.
Link to form http://uso-nc.org/fort-bragg/
Little help? Is it a styling issue?
Hello, Using Gravity forms for a website and the submit button looks buggy with duplicate text.
Link to form http://uso-nc.org/fort-bragg/
Little help? Is it a styling issue?
There is a background image on the button with the text embedded. The actual button text is being rendered on top of it as well. It's a theme styling issue.
You can add this to the end of your theme stylesheet and it should fix the issue for you.
[css]
body .gform_wrapper input#gform_submit_button_1.button {
text-indent: -5000px
}
test screenshot: http://bit.ly/PVzCFM