Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
lysander
3 years agoDedicated Contributor
SOLVED: Create Login with Three or More Fields
I have a login that requires a Code, UserID, and Passeord.
1Password created only the UserID and Password fields.
How do you create a three-field login in Version 8 of 1Password?
I see no wa...
lysander
3 years agoDedicated Contributor
in the 1PW app open the login you wish to edit, click the EDIT button, then click the +Add More label.
You will need to add a TEXT field that EXACTLY matches the HTML code label for the field. On the EFTPS site I noted above I had to look in the source code for the login page to get the names of the fields displayed.
For example for the SSN part of the login I had to find there were three seperate fields called SSN1, SSN2 and SSN3. I added all those as TEXT fields to the login sheet.
I am using Safari, but ever browser should have a command called "show source" or somthing like that. Search for the label you see on the form and see if they are the same or different. You need to use the name label in the code.
For your website I found this in the code:
The field names are "username", "password", and "pin"