Hi,
Altough I understand that autopopulate had never meant to be a key feature, I still have a question.
Below I have inserted a snippet of code from a website where it is clear that the name of the usernamefield is called 'login" and the passwordfield is named "password".
The advanced Autopopulate function recognises the fields, but won't populate them. Not automatically and not with coolkey. Only copy/paste works.
Is there anything I can do about this?
FF 3.0.1 PWM 1.7.2
Regards
<h2><img src="/generateImage/?string=inloggen" alt="inloggen"></h2><form method="POST" action="/homepage&action=login">
Gebruikersnaam:<br><input type="text" name="login" style="width:150px;"><br>
Wachtwoord:<br><input type="password" name="password" style="width:150px;"><br>
<input type="submit" value="inloggen"><br>
</form>