- Knowledge Base
- Editing Forms
-
Events
-
Customer Portal
-
Customer Engagement Centre (Previously known as CSVu)
-
General Form Guidance
-
Editing Forms
-
Benefit Forms
-
Revenues Forms
-
'How to...' Sessions
-
Health (CHC)
-
Technical Area
-
Open Process
-
Forms
-
Blue Badge and Concessionary Travel
-
Waste Services
-
Awards and Grants
-
Social Care Financial Assessments
-
IEG4 Team Updates
-
BACAS
-
Tender Responses - General
-
Internal Process Guides
-
Public Protection
-
Built Environment
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:
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'.
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.