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) within the form builder.
Open the HTML content, click the plus sign from the menu and select Link.
Next, paste the URL and choose the target. You can open the link in the same window or in a new one.
Your email address will not be published.
Here is a list of the most frequently asked questions. For more FAQs, please browse through the FAQs page.
I’m facing something strange using Link in HTML block.
As soon as the URL contains the string “/on”, the Link (Text to display) disappears…
I tried to replace this prat of the url and it works (/op or /oo)…
Do you see any reason for that?
Unfortunately I can’t change the URL in the target website
Hi John, please reach out to us at customercare@123formbuilder.com and share with us the form and the link you need to use so we can further investigate this situation. Thank you and we look forward to hearing from you.
it’s not allowing me to pasts on the URL tab
have you tried to clear your cache and cookies from your browser? If you still encounter issues pasting the link please email us with all the details.
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 a>. Remove the black spaces before the “a” letter and replace the email and the text with your own.