You are viewing limited content. For full access, please sign in.

Question

Question

How to remove "Powered by Laserfiche Forms" from the bottom of a form

asked on March 4, 2014

I have been asked to remove the "Powered by Laserfiche Forms" that appears at the bottom of a Laserfiche Form. Our organization is fairly particular about branding and we try not to expose technology platforms that are in use across our public site for security purposes.

 

I looked around but nothing obvious jumps out as to removing that tag line.

 

Thanks in advance.

Eric

0 0

Answer

APPROVED ANSWER
replied on March 4, 2014 Show version history

Completely removing this from the page so it doesn't show up in the HTML markup is problematic. You could use JavaScript to remove this section but if the user has JavaScript disabled they will still be able to browse the HTML markup and see this content.

 

However, if you just want to hide this so it doesn't show up on the Form (while still being visible in the HTML markup) that's very straightforward.

 

Add the following to the CSS section of the CSS and JavaScript page:

#power {display:none;}

This will hide the entire container. Instead, you could a slightly more specific rule:

.poweredby {display:none;}

 

4 0

Replies

replied on March 4, 2014

Right now there is not a way to remove it that I know of. I'm not sure if this is something that Laserfiche is going to allow in the future or not.

replied on March 11, 2024

I was trying to remove that too, any work around on this? 

I tried putting this code on the CSS #power {display:none;}

and still did not work. Any help would be appreciated.

OEC laserfiche.png
OEC laserfiche.png (9.38 KB)
0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.