Forum Discussion

MackenziePhilli's avatar
MackenziePhilli
Qrew Trainee
5 years ago
Solved

Anchor Links

Hello, Is it possible to create anchor links on forms? To have a button that will bring you down to a specific spot further down the form? Thanks ------------------------------ Mackenzie Phi...
  • MarkShnier__You's avatar
    5 years ago
    Yes.  You can make an anchor tag as a Rich Text formula field like this and position it on the form near where you want to land the user.

    "<a name=DealerClaim></a>"

    Then suffix the URL that you are coming from with the #TagName

    such as URLRoot() & "db/" & dbid() & "?a=dr&rid=" & [Record ID#​] & "#DealerClaim"​

    ------------------------------
    Mark Shnier (YQC)
    mark.shnier@gmail.com
    ------------------------------