Hide toolbar / PDF button

Hi

Is there a possibility to hide the toolbar in forms and/or the PDF button?

Thank you
Philipp

Dear Philipp,

You can either customize a toolbar https://plumsail.com/docs/forms/javascript/toolbar.html

or remove it completely by adding this CSS rule in the CSS Editor:

.ms-CommandBar.fd-form.fd-form-toolbar {
    display: none !important;
}

To remove the PDF button only:

i.ms-Icon.ms-Icon--PDF {
    display: none;
}
2 Likes

Thank you very much!

Where is the documentation for this!?

So much of Plumsail's functionality is hidden behind esoteric code that can be found no where other than hidden in some forum post. Really makes troubleshooting a PITA!

Cannot stress this enough.
PLEASE FIX THIS!!!

Hello,

Please look at this link:

https://plumsail.com/docs/forms-sp/designer/css-customization.html

Thank you for sharing, but my point stands.
No where on the "documentation" that you shared is the code shown by AlexZver.

So apologies if I am a little rude...
But what is your point?

Dear @drryan,
The issue here is that CSS customization is almost limitless, unfortunately, we cannot include examples for every situation or requirement. If you need anything that's not covered in the documentation - let us know here in the community or via support@plumsail.com

If we get a lot of questions regarding a certain subject, we try to explain it thoroughly in our documentation as well.