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.

Single page with Anchor links

  1. anthonys
    Member

    We've just finished a site here - http://www.soulove.com.au

    The problem we are having is after a customer submits, we can't get the page to go back to the #contact section.

    In addition, no matter what I change, the Submit button will not change!!! How do I change the background colour?

    Posted 14 years ago on Tuesday April 6, 2010 | Permalink
  2. 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