How do I make a link on a website accessable

  • ValleySoccerAcademy
    Asked on December 22, 2016 at 9:33 AM
  • Boris
    Replied on December 22, 2016 at 10:17 AM

    I'm afraid I'm not entirely sure what you are looking for. Are you looking to display a link to your form on your website?

    If so, you can get the direct link to your form by clicking on the Publish button inside our Form Builder:

    How do I make a link on a website accessable Image 1 Screenshot 30

    Simply paste that link into your website for your users to access it.

    If on the other hand you are looking to add a clickable link inside your form, so that your users can open another page in their browser, you can add such a link by using our Text field:

    How do I make a link on a website accessable Image 2 Screenshot 41

    If you were wondering about something else entirely, please describe what you are trying to achieve in greater detail, and we'll be glad to help. Thank you.

  • ValleySoccerAcademy
    Replied on December 22, 2016 at 10:45 AM

    Yes that is correct.. I copy and place/paste to my Website but it is NOT live you CANNot click on it and it goes to you have to highlight then right click.. I would like for it to be LIVE and clients just click??
    Raul
    ...
  • Boris
    Replied on December 22, 2016 at 11:07 AM

    It sounds like you are pasting it as non-clickable text. That is fine, it just means that the link is being pasted as this code:

    https://form.jotform.us/form/62584777373167

    If you want for a link to be clickable, please make sure you paste it like this in the source code of your website:

    <a href="https://form.jotform.us/form/62584777373167">https://form.jotform.us/form/62584777373167</a>

    You can change the parts marked in red to your own desired link. The above code will display like a clickable link:

    https://form.jotform.us/form/62584777373167

    You can read more about clickable links in HTML pages here:

    http://www.w3schools.com/html/html_links.asp

    Please let us know how it goes.