[Support request] Anchor Link to Footer

Home Forums Support [Support request] Anchor Link to Footer

Home Forums Support Anchor Link to Footer

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #608961
    Jamie

    Hi, I want to create an anchor link to snap to my footer. I have my contact form in the footer so it’s on every page. If I can just do an anchor link to it, it will save having to load a different page.

    #609073
    David
    Staff
    Customer Support

    Hi Jamie,

    the form has an id of gform_2
    So for a navigation menu link you could add a Custom Link menu item and just add this URL #gform_2

    If you want it as a link on the page then you can add it to the href:

    <a href="#gform_2">My Link</a>

    You could turn that into a button to match the GP Customiser settings with the button class like:

    <a class="button" href="#gform_2">My Link</a>

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.