How to replace the pencil favicon on the form tab

  • jasonsvctech
    Asked on January 3, 2018 at 7:17 AM

    Hello,

    Is it possible for paid accounts to remove and replace the pencil icon on the form tab in the browser and substitute it with my own image? This is the tiny icon next to the form title that appears on the browser tab. Please see an image of the three tabs all with the pencil icon. I want to remove that icon and install my own. Please tell me how to do just that. Thanks.


    Thanks,

    Jason

    Jotform Thread 1337300 Screenshot
  • Richie JotForm Support
    Replied on January 3, 2018 at 9:13 AM

    Unfortunately, you cannot edit the favicon in the form builder. You will have to manually edit the form source code and inserting the favicon tag.

    How-to-get-the-Full-Source-Code-of-your-Form


    http://www.w3.org/2005/10/howto-favicon


    You need to add the favicon tag,Here is a sample html code
    <link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico"/>

    to your source code, then upload it to your own server then get the url to publish the form.

    Hope this information helps.