You can add an anchor to your content then use a little jQuery to get the form to return to the anchor on submit. Check out this previous post for details.
http://forum.gravityhelp.com/topic/display-errors-at-top-of-page#post-4135
I think the previous poster was actually using the same theme you are too.
The button color is being inherited from the "blog_style.css" on line 155. To override that you can try a more specific inheritance. Just append this to the bottom of your style sheet and tweak it to your preference.
.gform_footer .button {
background-color:#f00;
padding:4px;
}
test screenshot
Posted 14 years ago on Tuesday April 6, 2010 |
Permalink