Browser Auto Fill
5 posts by 4 authors in: Forums > CMS Builder
Last Post: February 7, 2011 (RSS)
By concrete - May 14, 2010
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
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
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
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!
interactivetools.com
Re: [Dave] Browser Auto Fill
By design9 - February 7, 2011 - edited: March 21, 2011
Thanks!
Re: [apdance9] Browser Auto Fill
By Dave - February 7, 2011
It completely depends on the browser. Most of them have autocomplete type of features but sometimes you need to turn it on. And of course, switching browsers would have it not remember what you put in the previous browser.
Here's a link I googled on turning it on in Safari:
http://www.thepicky.com/internet/how-to-i-enable-autofillautocomplete-for-safari/
Hope that helps!
interactivetools.com