Protect what matters – even after you're gone. Make a plan for your digital legacy today.
Forum Discussion
chazbot7
2 years agoNew Contributor
Chrome Extension - Blacklist Autofill for Domain
1Password incorrectly identifies a number of fields in one of our company's web platforms as fillable. This constantly gets in the way of my job - I can't see the whole field because of the icon, I c...
chazbot7
2 years agoNew Contributor
Here is the screenshot - just one example. The field is "Name" which is why it's coming up with a suggestion (wants to fill in my name), but the true use of the field is a product name, not a person.
This is the page HTML for that field:
<div class="form-group">
<label for="ctl00_ctl00_mainContent_ContentPlaceHolder1_txtItemName" id="ctl00_ctl00_mainContent_ContentPlaceHolder1_lblItemName" class="col-sm-3 control-label required">Name:</label>
<div class="col-sm-9">
<input name="ctl00$ctl00$mainContent$ContentPlaceHolder1$txtItemName" type="text" value="" maxlength="300" id="ctl00_ctl00_mainContent_ContentPlaceHolder1_txtItemName" class="form-control invalid-control">
<span id="ctl00_ctl00_mainContent_ContentPlaceHolder1_rfvItemName" style="display:none;"></span>
</div>
</div>