exclude fields from saving to database with dbsave

tvdgreft 31 Jan, 2015
I have a form with a password box, which is used for joomla registration. I want to exclude this field to be saved to the database with dbsave. I have disabled this field at creation of the table, but dbsave then shows this error:

#1054 Unknown column 'password' in 'field list' SQL=INSERT INTO `hth_chronoengine_chronoforms_datatable_relatie` (`aanhef`, `voornaam`, `tussenvoegsel`, `achternaam`, `straat`, `huisnummer`, `postcode`, `woonplaats`, `geboortedatum`, `email`, `telefoon`, `mobiel`, `password`, `confirm_password`, `verzenden`, `user_id`, `uniq_id`, `created`) values ('man', 'Eldert', 'van', 'Zeggelen', 'Singravenstraat', '27', '2548SL', 'Den Haag', '27-03-1947', 'evzeggelen@gmail.com', '0703963132', '0637375319', '123456', '123456', 'verzenden', '0', 'e92446b8486f0196dae77e7cedf962c512a72a8e', '2015-01-31 21:36:26');

How to exclude the fields password and conform_password from saving to the database by dbsave
tvdgreft 31 Jan, 2015
Sorry I modified database, but did not delete the cache. It is OK now
This topic is locked and no more replies can be posted.