Tem como mudar o favicon do jotform?

  • SistemaCultura
    Perguntado em 6 de outubro de 2023 às 09:33

    Gostaria de saber se tem como mudar o favicon nas páginas do formulário.

    Jotform Thread 7874701 Screenshot
  • Gaud Jotform Support
    Respondido em 6 de outubro de 2023 às 12:15

    Hi Classedigital2016,

    Thanks for reaching out to Jotform Support. Unfortunately, our Portuguese support agents are busy helping other Jotform users at the moment. I'll try to help you in English using Google Translate, but you can reply in whichever language you feel comfortable using. Or, if you'd rather have support in Portuguese, let us know, and we can have them do that. But keep in mind that you'll have to wait until they're available again.

    Now, let me help you with your question. I understand that you wish to remove Jotform's favicon shown in your screenshot. To remove it, you will have to download the full source code and insert the HTML code to add your own favicon.

    This link will show you how to down the 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" />

    Keep in mind that http://www.domain.com/favocon.jpg is the URL where your favicon is stored.

    Let us know if you need any other help.