Monday, October 12, 2009

Turn off the "Powered by: InfoPath Forms Services" logo in Forms Server 2007

Tired of getting rid of default Line and "Powered by: InfoPath Forms Services " display from Form Server 2007!

It's render by "ifsmain.css" from "C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\TEMPLATE\LAYOUTS\INC"



To determine whether the logo is turned on or whether the logo is turned off, run the following SQL script.

stsadm -o getformsserviceproperty -pn AllowBranding

To turn off the logo, run the following SQL script:
stsadm -o setformsserviceproperty -pn AllowBranding -pv false


Incase if you want it back, To turn on the logo, run the following SQL script:
stsadm -o setformsserviceproperty -pn AllowBranding -pv true