To add a link to your site, you may use the "Section Break" field as follows.
Add a field called “Section Break” and then add html into that field.
Please note, this image is for demonstration purposes only, meaning, you have to add your own site link. Also note, the target=”_blank” attribute is there so that the link opens in a new page / window and doesn’t take users away from the form. To not open the link in a new window, simply remove that part of the code.
You may use the template HTML anchor tag (<a>) below to add a link on your form:
<a href="WEBPAGE_URL_HERE" target="_blank">LINK_TEXT_HERE<a/>
Here's an example:
<a href="https://www.emailmeform.com/contact-us.html" target="_blank">Contact EmailMeForm<a/>
0 Comments