Browser Auto Fill

5 posts by 4 authors in: Forums > CMS Builder
Last Post: February 7, 2011   (RSS)

By concrete - May 14, 2010

My Client is complaining that cmsb does not save field history using the auto fill features of firefox and ie.

I looked up the article and wanted to double check to see if cmsb has a setting the prevents the data from being saved.

http://support.mozilla.com/en-US/kb/Form+autocomplete+entries+are+not+saved

Re: [concrete] Browser Auto Fill

By gkornbluth - May 14, 2010

Hi concrete,

I found this which may be of use.

http://support.mozilla.com/en-US/forum/1/597857

Please pass on what you learn.

Thanks,

Jerry Kornbluth
The first CMS Builder reference book is now available on-line!







Take advantage of a free 3 month trial subscription, only for CMSB users, at: http://www.thecmsbcookbook.com/trial.php

Re: [concrete] Browser Auto Fill

By Dave - May 14, 2010

Hi Concrete,

Yes, we disable autocomplete. You can re-enable it by removing this line in /lib/admin_functions.js

$('form').attr('autocomplete', 'off');

Hope that helps!
Dave Edis - Senior Developer
interactivetools.com

Re: [Dave] Browser Auto Fill

By design9 - February 7, 2011 - edited: March 21, 2011

My client wants to have the autocomplete functionality within the CMS so I also removed this line from the code. However, now there are times where it will remember certain fields that I have typed in previously and at other times it doesn't. Is this common until you have more typed data stored? Also, does the autocomplete feature work on MAC/Safari browsers?

Thanks!