How can I update a hyperlink to show specific text instead of the URL

  • dsutphin
    Asked on September 1, 2016 at 11:49 AM

    I'm trying to rename jotform to a Msg. on facebook.  Instead of the long http::// etc

     

    I would like to name the link Your Dream Vacation.

     

    Here is a copy of the Msg.

     

     The Holidays are not to far off, thinking about something to do with the Family? Fill out this questionnaire. let us give you a QUOTE, no obligation.
    us.https://form.jotform.com/62146355769162 Please like and share for us.
    Your Dream Vacation Questionnaire

  • David JotForm Support
    Replied on September 1, 2016 at 1:47 PM

    All you would need to do is update your link to include the text instead of the URL. 

    <a href= "https://form.jotform.com/62146355769162">https://form.jotform.com/62146355769162</a>

    to

    <a href= "https://form.jotform.com/62146355769162">Your Dream Vacation</a>

    Here would be your new text:

     

    The Holidays are not to far off, thinking about something to do with the Family? Fill out this questionnaire. let us give you a QUOTE, no obligation.
    us.Your Dream Vacation Please like and share for us.
    Your Dream Vacation Questionnaire

  • dsutphin
    Replied on September 1, 2016 at 4:51 PM

    I cannot see how to do this from my link.

    Would you please fix the attached link so I can visually see it.

    https://form.jotform.com/62146355769162

    Your Dream Vacation

  • David JotForm Support
    Replied on September 1, 2016 at 6:38 PM

    The link itself can only be partially customized:

    http://www.jotform.com/help/261-How-to-create-a-Custom-URL-of-a-form

    I was under the impression you were hyperlinking the form somewhere and that you had created the hyperlink to the form in another page:

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

    Which was what my example was referring to.  If you are simply copying and pasting the URL of the form, the custom URL is the only customization we can provide.