Does anyone know how to use the AutoFill feature in Mobile Safari? I've been under the impression that it's driven by the name attribute on input elements. Here is some sample code:
<div class="clearfix"> <input type="text" name="first_name" class="clearfix" /> </div>
I've clicked the AutoFill button a thousand times...nothing!
Thanks in advance.












