Is it possible to set the number field to start with 0? 068735 etc
Thank you in advance
Is it possible to set the number field to start with 0? 068735 etc
Thank you in advance
Hi,
It is not possible to write 0 in the first position of the Number type field. Try changing to Text type.
With Regards,
Filip
As Filip wrote, use text field. If you want to be able to enter just number, use this regex in developer settings of the field:
^\d+$