• Home
  • Blog
  • Documentation
  • FAQ
    • Pre-Sales Questions
  • Sign Up
  • Log Out
  • Get Easy Forms
  • Home
  • Blog
  • Documentation
  • FAQ
    • Pre-Sales Questions
  • Sign Up
  • Log Out
  • Get Easy Forms
home/Knowledge Base/How To/How to add a Hyperlink to your Form
Popular Search:Getting Started

How to add a Hyperlink to your Form

362 views 3 January 1, 2019 Updated on April 13, 2019 admin

If you want to add a text that is Hyperlinked to an external website or a document that’s hosted online, then you can do so by adding a Snippet field to your Form. Once the field has been added, insert your html code to display the link.

You must take into account that the Form Widget shows the form inside an iframe, so you must specify the attribute ‘target‘ of your link to avoid unexpected behaviors, like opening the link within the iframe.

For example, the following link with target ‘_blank’ will open the web page in a new window (recommended):

<a href="http://www.example.com" target="_blank"> Visit link </a>

Or the following link with target ‘_top’ will open the web page in the same window where the form is displayed:

<a href="http://www.example.com" target="_top"> Visit link </a>

Turning Links Into Buttons

To get a html link that looks like a button, just add a class=”btn btn-primary” to the link:

<a href="http://www.example.com" target="_blank" class="btn btn-info"> Visit link </a>

Was this helpful?

3 Yes  1 No
Related Articles
  • How to Set Current Date in Date Field
  • How to Show/Hide HTML elements with Conditional Rules
  • How to Embed the Same Form Multiple Times on the Same Page?
  • How to Submit a Form as WhatsApp Message
  • How to Create Multi-Page Forms to Increase Conversions: Survey Funnel
  • How to Review All Answers Before Submit a Form?

Didn't find your answer? Contact Us

How To
  • How to add a Hyperlink to your Form
  • How to Set Current Date in Date Field
  • How to Show/Hide HTML elements with Conditional Rules
  • How to Embed the Same Form Multiple Times on the Same Page?
  • How to Submit a Form as WhatsApp Message
  • How to Create Multi-Page Forms to Increase Conversions: Survey Funnel
View All 23  
Popular Articles
  • How to enable / disable DEBUG mode
  • How to update Form Stats from the command line
  • How to RTL (right-to-left) a Form?
  • How to Remove the Default Choice from a Select List Field
  • How to compare two fields to pass the validation (jQuery Validation)
KB Categories
  • Add-Ons
  • Advanced Techniques
  • Common Issues & Troubleshooting
  • Developers "How To's"
  • Getting Started
  • How To

  How to Change the Reply-To Address on a Notification Email

How Conditional Validation works?  

About Easy Forms

With Easy Forms you can create unlimited web forms and most importantly the complete management of them without paying monthly fees

Resources
  • Knowledge Base
  • Documentation
  • Pre-sales Questions
  • Blog
Useful Help Links
  • Get Easy Forms
  • Live Demo
  • License Terms
  • Contact Us
Frequent Visit Links
  • Pre-Sales Questions
  • System Requirements
  • Installing Easy Forms
  • Upgrading Easy Forms
  • Privacy Policy
  • © 2015 - 2022 Baluart EIRL. All Rights Reserved.

Popular Search:Getting Started