Is there a way change the favicon to a customized one for a form?

  • cleanarc
    Asked on April 1, 2015 at 9:04 AM
  • chanesteves
    Replied on April 1, 2015 at 10:00 AM

    Hi cleanarc,

     

    Maybe I can be of help to you. 

    I changed the favicon of my form by doing the following steps: 

    1. Download the form's full source code. You can refer to How to get the Full Source Code of your Form.

    2. Edit the HTML file by inserting the code below (inside the <head></head> tags):

        <link rel='shortcut icon' target="_blank" href='<favicon URL>'rel="nofollow" />

        <link rel='icon' target="_blank" href='<favicon URL>' rel="nofollow" />

     

        Just replace <favicon URL> with the URL of your custom favicon.