Yes, you can insert a hyperlink on your form. To insert a link in your form, use the HTML block field (Form Editor – Basic Fields).
Open the HTML content, click the plus sign from the menu and select Link.
Next, paste the URL and opt between having the link opened in the same window or in a new one.
Your email address will not be published. Required fields are marked *
Here is a list of the most frequently asked questions. For more FAQs, please browse through the FAQs page.
Great post.
can i insert email address as hyperlink for the user to email?
Yes, in the HTMl block click the source code icon (<>) and paste the following HTML code: < a href="mailto:me@example.com" rel="nofollow">eMail Us. Remove the black spaces before the “a” letter and replace the email and the text with your own.