Thread: Window Bar Name
View Single Post
  #5 (permalink)  
Old 01-17-2008, 09:55 AM
ncushing ncushing is offline
Administrator
 
Join Date: Mar 2007
Location: Prezza Technologies
Posts: 192
Default

To change the footer, connect to your database and run this command:

EXEC ckbx_Install_UpSertSetting 'SurveyFooterHTML', '[NEW FOOTER HTML]'

This setting is cached, so you'll need to restart IIS or recycle the Checkbox application pool after making the change.
Reply With Quote