I have only recently learned to create websites using HTML
and PHP
.
I have created a website that has a quiz where people are asked to translate words at random. The user inputs their answers into a form, and the website evaluates the answer as correct or incorrect.
Now when a question is asked twice in a session, auto-fill shows up, allowing people to see their previous submissions. However for people trying to test their memory this isn't good.
I know I can turn off auto-fill in my browser, but is there a way I can adjust the PHP
or HTML
code so that auto-fill is automatically turned off for this particular form?