Make an autofill for signup forms, not just login forms!

There’s an autofill for login forms, why not make an autofill for signup forms?

Here’s an example of how you could do that.

  • Whenever a signup form is detected, i.e. basically a username/email/password form on a website where no password is registered yet, start the signup form autofilling. (maybe some HTML tags can help with better detection)
  • Email: either a default email, or a plus-addressed email generated from the domain name.
  • Password: generated using the current password-generation settings in the generator.
  • Username: either a random string, a random word followed by a random number, or a default username.
  • When autofilling a signup form, add a clear visual indicator that the information will be saved after the user clicks the signup button, in order to reassure.
1 Like

It’s been 2.5 years.

I fully support topic.

I was surprised to find that there is no auto-completion of forms in BW.

About 20 years ago, I saw this in another password manager.

If the password contains 2 fields, then the FORM can contain 20 fields.

If BW sees the form, he has to copy all the [ input ] with one click , copy [ label ] and next the [ X ] , if they are not needed by the user.

I’ll give you the exact instructions, it’s pure HTML, student work.

BW is not familiar with the concept of FORM???