> For the complete documentation index, see [llms.txt](https://ieg4.gitbook.io/edesigner-new/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ieg4.gitbook.io/edesigner-new/shared-features/editable-form-content/adding-hyperlinks.md).

# Adding Hyperlinks

## Adding a hyperlink via Edit Mode

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:

![](https://2446085776-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Mgp5Z7yRwKJeCMlRrzD%2F-MgpyIMHrJk4cqKivCXm%2F-MgpzTxxM32jOTkhMCiC%2FScreenshot%202021-08-11%20at%2017.11.05.png?alt=media\&token=ecc03df9-c93d-4055-82e2-4c25cbd1ba9b)

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

![](https://2446085776-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Mgp5Z7yRwKJeCMlRrzD%2F-MgpyIMHrJk4cqKivCXm%2F-Mgpz_4mfu2rcwzTE1eK%2FScreenshot%202021-08-11%20at%2017.11.36.png?alt=media\&token=d2567cde-9514-468d-950f-11b08188cd2a)

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

![](https://2446085776-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Mgp5Z7yRwKJeCMlRrzD%2F-MgpyIMHrJk4cqKivCXm%2F-MgpzeGogJfWfwD5b7rt%2Fimage.png?alt=media\&token=2dc93abd-227d-4bca-add6-645565fa17b8)

You can also add in a hyperlink that will automatically launch an email:

![](https://2446085776-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Mgp5Z7yRwKJeCMlRrzD%2F-MgpyIMHrJk4cqKivCXm%2F-MgpznoNRzKV2MWRR9eU%2Fimage.png?alt=media\&token=0fe76d6c-b7a6-4838-ad76-c318476fc751)

## Adding a hyperlink manually

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><br>

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
