eunha Posted January 1, 2022 Report Share Posted January 1, 2022 Can we insert a new favicon in DataPages? Thank you! Quote Link to comment Share on other sites More sharing options...
0 GoodBoy Posted January 1, 2022 Report Share Posted January 1, 2022 Hi! Yes, it is possible. 1. First, create an app parameter and upload your desired favicon as a file. 2. Then, go to your DataPage and add the code below. Click the Source first before pasting the code. The "[@app:Icon/]" part should be replaced by the app parameter you just created. You may select the app parameter by clicking the field picker beside the Source button and choosing its name. <link href="[@app:Icon/]" rel="icon" type="image/x-icon" /> Please note that the code above should be applied in the Search form header of your Report DataPage if there is any. CoopperBackpack 1 Quote Link to comment Share on other sites More sharing options...
0 BenjaminS Posted April 24, 2023 Report Share Posted April 24, 2023 On 1/1/2022 at 3:21 AM, GoodBoy said: Hi! Yes, it is possible. 1. First, create an app parameter and upload your desired favicon as a file. 2. Then, go to your DataPage and add the code below. Click the Source first before pasting the code. The "[@app:Icon/]" part should be replaced by the app parameter you just created. You may select the app parameter by clicking the field picker beside the Source button and choosing its name. <link href="[@app:Icon/]" rel="icon" type="image/x-icon" /> Please note that the code above should be applied in the Search form header of your Report DataPage if there is any. I tried the solution kindly provided by GoodBoy, but it doesn't work for me. Are there any other solutions out there? Quote Link to comment Share on other sites More sharing options...
0 BenjaminS Posted April 28, 2023 Report Share Posted April 28, 2023 P.S. I must elaborate: the solution kindly provided by GoodBoy works, but only the first time. After you've hit finish and the favicon appears, one can delete the code. The problem is, if one is as clumsy as I was, and "uploads" the wrong favicon. The same code will not replace it the second time. Any further suggestions are welcomed. Disregard, it was cached. Quote Link to comment Share on other sites More sharing options...
0 PotatoMato Posted April 29, 2023 Report Share Posted April 29, 2023 Hi @BenjaminS, you can try to use the code below: <script> document.head.insertAdjacentHTML('beforeend', ` <link rel="shortcut icon" type="image/x-icon" href="[@app:Favicon/]" />`) </script> You can insert this on the Header of your submission or report datapage. Also, make sure that you're using the ".io" file extension on your app parameter. -Potato Quote Link to comment Share on other sites More sharing options...
0 Kronos Posted April 29, 2023 Report Share Posted April 29, 2023 Hello just to add to this thread in case it might help. They have a video tutorial on how to add icons on the field names: Quote Link to comment Share on other sites More sharing options...
0 Kronos Posted April 29, 2023 Report Share Posted April 29, 2023 Here is another video that can help you format selections on your DataPages: Quote Link to comment Share on other sites More sharing options...
0 BenjaminS Posted April 29, 2023 Report Share Posted April 29, 2023 14 hours ago, PotatoMato said: Hi @BenjaminS, you can try to use the code below: <script> document.head.insertAdjacentHTML('beforeend', ` <link rel="shortcut icon" type="image/x-icon" href="[@app:Favicon/]" />`) </script> You can insert this on the Header of your submission or report datapage. Also, make sure that you're using the ".io" file extension on your app parameter. -Potato Thanks! Quote Link to comment Share on other sites More sharing options...
Question
eunha
Can we insert a new favicon in DataPages? Thank you!
Link to comment
Share on other sites
7 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.