Registration Form Field omitting zeroes

Permalink
In my site registration form their is a field for the user's telephone number. If the user types in a zero to start their number (for example 01481) the zero is omitted from the form results.

Also if the user inserts a space in their phone number then everything after the space is omitted. So for example the input number 01481 6124 9864 would return the form result 1481.

Does anyone know how to fix this problem? I am using C5 version 5.5.2.1.

Thanks,
Olly

 
olivercoquelin replied on at Permalink Best Answer Reply
I resolved this problem by replacing the number field with a text field. However this problem with the number field in the user attributes is something that should be addressed by the C5 team in the next version.