How do I add links to a policy?

As of July 12, 2021, this "Learn Veracross" site has been deprecated.  It will remain live at least through December 23, 2021, but will no longer be updated. Q&A articles are only visible to authenticated users in the Veracross Community; please speak with your implementation or account manager for additional information.


To add a link to a policy you can use the built in URL field on the policy itself to put a link which will then add a button to the policy for this link.

Additionally, if you want to add multiple links to the policy, the “description” field allows you to use HTML to define a hyperlink in the text of the policy. You can use the following format:

<a href="url">link text</a>

You’ll want to add your link where it says “url”, but keep the quotations. Additionally, where it says “link text” — this is what will display for users to click on, such as “Click here”. For example to get to Veracross’s website, you could put:

<a href="https://www.veracross.com/">Click Here!</a>