How to disable browser autocomplete in specific Fabrik Forms

bggann

Active Member
Most browsers automatically remember and fill out a form. The autocomplete=off directive should tell a browser not to do this. I have a form where I don't want it autofilled - I want the user to be forced to fill it out.

How can I add that directive in Fabrik? Custom template maybe?

Bob
 
In field element settings "Advanced" tab there is an option "Auto Complete". If you set this to "No", autocomplete="off" attribute will be added to that input field.

But some browsers are really stubborn and sometimes still fill in some fields automatically e.g. if the fields type is password. One way to overcome this is to add element javascript to clear the field on form load.

E.g. Chrome's autofill behaviour has changed several times during last years, so unfortunately there's not much consistency regarding this matter. What works today may not work tomorrow.
 
Last edited:
Thanks juuser - I did know about this - but I was hoping for a form level - so I don't have to change it in every feild.
 
We are in need of some funding.
More details.

Thank you.

Members online

No members online now.
Back
Top