hello a think for your help : l want permit to user to use à zero (O) when l enter their phone nomber l creat a fiel phone nomber of type 'enter number' but impossible to view the zero enter in the form on firt in view frontend on form .
chegm267 wrote: hello a think for your help : l want permit to user to use à zero (O) when l enter their phone nomber l creat a fiel phone nomber of type 'enter number' but impossible to view the zero enter in the form on firt in view frontend on form .
You are mote likely using an integer field type in CB and as such no leading 0 ar allowed.
thinks you for your help.l change the field phone in text field and l put in parameter --> validation -- > data accept 'change expression perl' and bellow in fiel "expression Perl" in take : /^[0-9]*$/
Now is not possible to enter other of digit
for have a zero by view default : l put it in parameter global in field default value : 0