We are running into an issue where we have applied both regular expressions and also field masking to a social security number field in a table, as described in the forms user guide here: https://www.laserfiche.com/support/webhelp/laserficheforms/9.1/en-us/forms/#FieldMasks.htm%3FTocPath%3DCreating%2520a%2520Form%7CUsing%2520the%2520Edit%2520Page%2520to%2520Add%2520Fields%2520to%2520a%2520Form%7CSingle%2520Line%2520Fields%7CRegular%2520Expressions%2520Overview%7C_____1
While this works great for the first row in the table, it does not apply to any rows of the table added by the user. It looks like the css classes applied to the field are not carrying over to the new row. Is there a workaround for this?
Thanks!