Links within form fields
There might be times when you want to add a contextual link within a form, for example, in the GDPR declaration, you want to add a link to the University's privacy policy.
Preparation
Ensure you have your form set up and any documents or pages you want to link to have been published to the live server.
Instructions
In edit mode of your form:
- go to the settings of the field you want to add a link to
- type in, for example:
<a title="Read our full privacy policy - link opens in a new window" href="/privacy.aspx" target="_blank">read our privacy policy</a>
Here's an example:
Before you submit your details, check you've read our privacy policy so you know how we deal with your data.
- Save your form
- Preview - does your link work?