Hi Yuniar,
Maybe I'm missing something. After i submitted a form, and received the entry via email, the field containing the number always leaves the "0" out e.g 0827733488 to 827733488.
thanks
Hi Yuniar,
Maybe I'm missing something. After i submitted a form, and received the entry via email, the field containing the number always leaves the "0" out e.g 0827733488 to 827733488.
thanks
If you use "Number" field in your form. It will be saved to MySQL as number.
All leading "0" will be removed, as it's considered the same value (MySQL automatically removes it).
If you need to enter your number as is. Use "Single Line Text" field instead of "Number".
There is no number validation though.
You must log in to post.