I want to capture DOB but also want to ensure the users info is kept secure. Is there a way to mask a input field for date of birth? The date option on the available forms doesn’t seem to have anyway to mask the input.
Date & Time field cannot be encrypted
unless you set the type as text… and you take longer time to code that part in order to use with Date Picker Element
If you want to mask the input, you have to set ‘Password’ as the field type…
Is that what you are looking for?
@certified-code Gotchya and that kind of leaves you open to user error. Thann