Adding Hyperlinks
Last updated
Was this helpful?
Last updated
Was this helpful?
In order to add a hyperlink you need to first go into the form in the Development environment and use the Edit Text function to open Edit Mode. Once you're in edit mode select the paragraph that you wish to edit. Within the editor click as shown below:
Once this has been clicked you will be presented with this prompt:
To ensure this opens in a new window change the Target to 'New Window'.
You can also add in a hyperlink that will automatically launch an email:
In order to do this you need to edit, copy and paste the following HTML and place it where it is required. <a href="https://www.ieg4.com/" target="_blank">The text that should be underlined goes here</a>
Replace https://www.ieg4.com with your URL. The bit that says target="_blank" ensures that this link will load in a new tab/window