I’m looking for a solution for storing all or the selected (by me) fields and objects (checkbox, radio buttons) in KeePass via Kee. An example is the HMRC (UK tax agency) login page.
The 1st page asks the ID and password, then on the next page the ways of 2FA which is to select the the mobile number, authenticator app, etc. then on the 3rd page you enter the TOTP from the previously selected source.
My idea was to store each obect’s value in KeePass using the advanced field settings:
{“version”:1,“hTTPRealm”:“”,“formFieldList”:[{“name”:“user_id”,“displayName”:“KeePass username”,“value”:“{USERNAME}”,“type”:“FFTusername”,“id”:“user_id”,“page”:-1,“placeholderHandling”:“Default”},{“name”:“password”,“displayName”:“KeePass password”,“value”:“{PASSWORD}”,“type”:“FFTpassword”,“id”:“password”,“page”:-1,“placeholderHandling”:“Default”},{“name”:“factor1Ctl”,“displayName”:“factor1Ctl”,“value”:“-1”,“type”:“FFTradio”,“id”:“”,“page”:-1,“placeholderHandling”:“Default”},{“name”:“rememberMe”,“displayName”:“rememberMe”,“value”:“KEEFOX_CHECKED_FLAG_TRUE”,“type”:“FFTcheckbox”,“id”:“rememberMe-true”,“page”:-1,“placeholderHandling”:“Default”},{“name”:“oneTimePassword”,“displayName”:“oneTimePassword”,“value”:“{TOTP}”,“type”:“FFTtext”,“id”:“”,“page”:-1,“placeholderHandling”:“Enabled”}],“alwaysAutoFill”:false,“neverAutoFill”:false,“alwaysAutoSubmit”:false,“neverAutoSubmit”:false,“priority”:0,“altURLs”:,“hide”:false,“blockHostnameOnlyMatch”:false,“blockDomainOnlyMatch”:false}
But somehow even setting the page variable different (-1 → 0,1,2 or 1,2,3) the objects don’t get the stored values.
Will this new feature fix it?