Using Fav Icon on my form

  • NgeeAnnPolytechnic
    Asked on May 22, 2015 at 7:56 AM

    Dear Sir

    I have created a form. Are you able to help me insert the enclosed icon ? so that when users save / bookmark the url to mobile home screen, this icon will appear with form name Green@NP

    Tks

    Jotform Thread 574436 Screenshot
  • Jan
    Replied on May 22, 2015 at 10:19 AM

    I believe you are referring to a fav icon. Unfortunately, we don't have a tool that will create a fav icon in the form.

    However, You can do this by downloading your form's full source code, and then inserting the code below between the <head></head> tags.

    <link rel='shortcut icon' target="_blank" href='yourdomain.com/favicon.jpg' rel="nofollow" /><link rel='icon' target="_blank" href='yourdomain.com/favicon.jpg' rel="nofollow" />

    Hope this helps. Thank you.