How to remove JotForm logo from URL tab?

  • asifssheikh
    Asked on October 23, 2017 at 2:09 PM

    i have survey i am sending in a link. as people see the link in text message the jotform icon ( logo) Shows with it. is it possible to change it and if yes how to change it.

  • David JotForm Support Manager
    Replied on October 23, 2017 at 3:34 PM

    What is the form you are referring to? Also, could you share a screenshot to illustrate what you mean? https://www.jotform.com/help/438-How-to-Post-Screenshots-to-Our-Support-Forum 

  • asifssheikh
    Replied on October 23, 2017 at 3:43 PM

    It’s the exit interview form

    [image1.png]

    ...

  • David JotForm Support Manager
    Replied on October 23, 2017 at 4:21 PM

    I believe you may be referring to the favicon shown in the browser tab, correct?

    1508789900favicon Screenshot 10

    If you want to add your own favicon to your form, you need to download your form's full source code, then edit the HTML file and insert the code below between the <head></head> tags.

    <link rel='shortcut icon' target="_blank" href='http://www.domain.com/favicon.jpg' rel="nofollow" /><link rel='icon' target="_blank" href='http://www.domain.com/favicon.jpg' rel="nofollow" />

    Note that http://www.domian.com/favicon.jpg'  is the URL where your favicon is stored.