Editing Forms

How can I add hyperlinks to a form?

Adding hyperlinks to text

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 on Insert > Link as shown below:

 

blobid0.png

Once this has been clicked you will be presented with this prompt: 

 

blobid1.png

 

To ensure this opens in a new window change the Target to 'New Window'. 

  

Where there is no rich text editor option 

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.