am i missing something or are input masks not available? there is a special 10 digit number that would be great to have always formatted the correct way. i suppose a formula could solve it but it seems like a rather simple feature.
Hey there! I just wanted to add that ourminiExtensions form allows for regEx validation of input fields without the need for any extra fields. ChatGPT is really good at generating regEx these days, so you don't really have to know much about it. Just describe your desired format and maybe have it tweak the results a couple of times to get the desired functionality. Using regEx, you can force the input to be in any specific format you need!
Using this in the miniExtensions form is super easy. You just set up your field and add the "matches regex" condition to the field's validation settings! The form will then only accept submissions with valid values according to the regex that's provided and show an error if it the condition is not met!