-
QQSESolutions
How do you embed pdf file for viewing only with no download option.
-
John JotForm SupportKindly add the CSS below within the PDF Embedder widget:
body:before {
content: ' ';
background-color: rgb(82, 86, 89);
width: 100%;
height: 58px;
position: absolute;
}
However, this would remove the whole toolbar. There is no option to remove only the selected buttons.
Please refer to this guide on How-to-Inject-CSS-Codes-to-Widgets
-
QSESolutionsThanks, John, just tried to insert the css but cannot find it in the pdf embedder properties (screenshot). Am I missing something?
... -
QSESolutionsJohn, I see that you are referring to the forms builder and not the new jorform app. Is there a way to perform the same in the new jotform app?
Dean
... -
Ashwin JotForm SupportPlease note that you need to edit the form in Jotform mobile app, select the "PDF embedder" widget and inject the custom CSS code. Please check the screenshot below on how to inject custom CSS code in widget:
Hope this helps.
Do get back to us if you have any questions.
-
QSESolutionsThanks, Ashwin, I’m trying to get this to work on your new Jotforms apps feature (screenshot).
... -
Vick_WHi there,
Please follow the instructions in the guide below to send screenshots here.
https://www.jotform.com/help/438-how-to-post-screenshots-to-our-support-forum/
Please share the APP URL as well.
Looking forward to your reply.
Thanks
-
QSESolutionsThank you, Guys, this worked.