Can I insert a link?

  • Perkalicious
    Asked on May 1, 2017 at 8:41 AM
  • Sven
    Replied on May 1, 2017 at 8:53 AM

    Hi, 

    Can you please give more details about your enquiry? If my assumption is correct, you want to add a link in your form? You can achieve that by inserting a TEXT element from our form elements, and add the following html inside:

    <a target="_blank" href="YOUR_URL">TEXT HERE</a>

    Make sure that you change YOUR_URL into the URL you'd like to add, and TEXT HERE into the text you would like to display on the hyperlink.

     

    Thank you!