Browsers pre-filling "fill-in-the-blank" questions

Dec 11, 2013

My customers are having problems because the browser is prefilling in data for a fill-in-the-blank question.  The data doesn't have anything to do with the question.

How is this supposed to work?  Makes me not want to use fill-in-the-blank questions.

Thanks.

6 Replies
Vasily Ingogly

To turn autocomplete off for a form, you can add this to the form code (note ... the forum doesn't recognize HTML character codes and strips out any HTML, so the following will be surrounded by < and > in the source)::

form autocomplete="off" ...

I believe you can also turn it off on a field-by-field basis, but that takes Javascript.

This discussion is closed. You can start a new discussion or contact Articulate Support.