Create a URL image

  • CapitalElectric
    Asked on May 29, 2017 at 3:08 PM
    What is the the best way to post an image somewhere to create an URL?
  • Sven
    Replied on May 29, 2017 at 3:18 PM

    Hi, 

    If I understand your question correctly, you want to add an image link in your form builder? That is an image that would redirect you to a different link when you click on it. If that's the case, then you can create that using the TEXT element form out form builder. 

    Form form elements, click on TEXT, and then click on <>:

    Create a URL image Image 1 Screenshot 20

    After that, please add the following link:

    <a href="YOUR_URL"><img src="img_URL" width="" height=""></img></a>

    Please replace YOUR_URL with the URL you'd like to redirect to, and img_URL with the URL of the image you want to add.

     

    Hope this helps, let us know if you need any help.

     

    Thank you!