I am trying to build a custom HTML input box for capturing SSN. The reason is because I can set the input type="password" and then it will obscure the information as the user enters it.
However, I need this to be a required field on the form. Having difficulty figuring out how to accomplish this via CSS and JS that uses whatever Laserfiche has already built into the "Submit" button.
Has anyone been able to make a custom HTML element a required field? Thanks.