Hi All,
I'm new to joomla and chronoforms. I've just started playing with chronoforms. It's amazing, thanks for the great work. I'm trying to use profile page plugin to view and update registered user's other information to a separate table. Everything went fine except the updating part.I can retrieve the data from the table, but if I do any changes and try to save again, data is added to a new row as a new record. It is not updating the previous record. Could anyone plz help me to sort it out. I am using cf_user_id for 'Target field name'.
I'm new to joomla and chronoforms. I've just started playing with chronoforms. It's amazing, thanks for the great work. I'm trying to use profile page plugin to view and update registered user's other information to a separate table. Everything went fine except the updating part.I can retrieve the data from the table, but if I do any changes and try to save again, data is added to a new row as a new record. It is not updating the previous record. Could anyone plz help me to sort it out. I am using cf_user_id for 'Target field name'.
Hi coolsha ,
You need to include the primary key for the table (probably cf_id) as hidden input in the profile page to make sure that the same record is updated.
Bob
You need to include the primary key for the table (probably cf_id) as hidden input in the profile page to make sure that the same record is updated.
<input type='hidden' name='cf_id' id='cf_id' value='{cf_id}' /> Bob
This topic is locked and no more replies can be posted.
