Numeric field formatting for space at every 4 numbers

Hi,

I’m trying to get a numeric field to have the format “1234 5678 1234 5678” , where there is a space at every 4 numbers. This is for a card serial number. Is there any way to achieve this?

Thank you.

Hi,

To change the formatting of your field type, you can set it in the Design Mode of your form under Field Setting > Basic.

The Field type should be “ID/ Number”.
Then you can use the “Enter your own format” option and set it to “XXXX XXXX XXXX XXXX” to achieve the format you want.

Thank you!