unmask rule not working
New
i have created an unmask rule with this selector - input[id="amount"] , which is tested in chrome using
document.querySelectorAll('input[id="amount"]')
but its keeps showing as masked.
0
Comments
1 comment
Hi@peeyush81 👋
Thanks for posting on the Community!
It looks like you also reached out to our support team and we’ve responded to give some guidance on updating the Form Privacy rules.
The community is best placed for helping with:
We recommend you contact Support for:
If there’s anything we can help with from the Community, please do let us know but if you have any follow up questions for this post feel free to respond to the email from the support team :-)
Gemma
In case anyone else is looking for similar help - When the Form Privacy option is enabled for an account it impacts
<input>
,<textarea>
,<select>
,<input type="radio">
and<input type="checkbox">
elements, along with the[contenteditable]
attribute, so there are times you may need to add exceptions for Form Privacy instead of an unmasking rule.Please sign in to leave a comment.