Im using custom profile plugin found at http://library.logicsistemi.it/images/joomla/plg_user_testprofile.zip
I have created several fields, both, optional and required and they all work. But there is a tiny problem.
When I enter some value in that custom fields and submit the form it can happen that some fields dont pass validation (which is good). However values entered are cleared and I must fill all the fields from the beggining.
- Demo: http://goo.gl/eH1G2
- Enter some (not all) data under the 'legend' named User Registration
- Enter some (not all) data under the 'legend' named Company
- Informations
- Press Register button
- Error message will pop in. -
- Data entered in the User Registration will be saved
- Data entered in the Company Informations (which are custom fields) will not be saved.
- If all required fields are entered, form will submit data to database (which is ok).
I want that data in the Company Informations are saved, so users dont have to type in all over again.