The problem is, the login page is very broken, the html is not valid (42 errors), the form does not use IDs for the buttons correctly, it uses and invalid method for the form hints, and it uses and very, very old version of jQuery, so many other autofill and autosubmit plugins don't work.
After a good couple of hours, I found a solution!
Install this extension into Chrome:
https://chrome.google.com/webstore/deta ... nddkbbfkkk
Edit the obvious 2 bits below and then paste this into the "import" box at the bottom of the "other stuff" tab in the plugin's options, save, restart chrome, and give something like this page a go:
https://www.voipfone.co.uk/login.php?ur ... s-incoming
Et voila! Say au revoir to login misery

Code: Select all
### PROFILES ###,,,,
Profile ID,Name,Site,Overwrite,
c1,Voipfone,voipfone,1,
### AUTOFILL RULES ###,,,,
Type,Name,Value,Site,Profile
0,"^login$","PUTYOUREMAILHERE","Voipfone - Login",c1
1,"^password$","PUTYOURPASSWORDHERE","Voipfone - Login",c1
4,"","document.getElementsByName('Submit')[0].click();","Voipfone - Login",c1
### OPTIONS ###,,,,
exceptions,"[]",,,
manual,0,,,
delay,1,0.5,,
labelmatch,1,,,
overwrite,1,,,
vars,1,,,
sound,0,,,
voice,0,1,,
mask,1,,,
scale,1,,,
menu,1,,,
catsort,1,,,