I have a form connected to a table.
Only registered users can submit data to this form.
I have activated "profile" with field user_id connected.
When registered users want to see the submmited data, they are able to see the first record, but if they send the form again along with fixed data, the form makes a insert not update data and they can only see the first record data, not the second, and this is a mistake.
Only registered users can submit data to this form.
I have activated "profile" with field user_id connected.
When registered users want to see the submmited data, they are able to see the first record, but if they send the form again along with fixed data, the form makes a insert not update data and they can only see the first record data, not the second, and this is a mistake.