When I go to a form using Chrome it seems to automatically prefil the form and focus the submit button so that I can just pressenter to submit.

Is it possible to mimic this feature in Firefox?

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

Only half an answer:
I'm not aware of anything that can do exactly what you want (though it's not impossible for an extension to achieve, I don't think there is one yet).

Autofill Forms is a pretty good extension for its kind and it has an option for "focus on last field that was auto-filled" which is often one 'tab' away from the submit button.
It's also highly customisable with JavaScript so maybe something can be done to change the last focus placement.
And of course this feature can be suggested to the developers of the extension and they might make it some day.

link|improve this answer
feedback

GreaseMonkey and jQuery if you need it for a specific site, LastPass for anything more generic...

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.