Is it possible to set a template for the Form Input element?
For example: I want to capture a credit card number so instead of:
1234123412341234
I want it to appear as:
1234 1234 1234 1234
Is it possible to set a template for the Form Input element?
For example: I want to capture a credit card number so instead of:
1234123412341234
I want it to appear as:
1234 1234 1234 1234
Hello @tonygoodchild, unfortunately the input mask feature is not implemented. It’s technically possible use a third party solution that can be integrated to a regular input control, is my plan in that situation.