Text entered in a form is saved in the database as numerical.
Here is an example of the confirmation email (same in db):
Name : 2
Cell number : 2
Email : 2
Username : 2
Password : 2
Area of residence : 2
Gender : 2
I suspected it may have to do with the last field being a radio button and having values of 1 and 2, but changing those values does not resolve the issue. Strangely, on a local installation on my PC it works, but for the life of me I cannot see any difference between that form and the live server form.
What could be wrong? Any suggestion where to look? Nice component - just this problem.
Thanks for the effort.