Hello,
I'm saving form data of user's test on the DB.
fields are 3 : ID - User_id - result
Whereas users can make multiple time the test, my goal is to update only the record (with new (latest) user result) instead of create a new record. ( so my goal is to have only one record for each user with latest result)
Is there a chance to do it, if yes ca you point me to some implementation?
Many thanks🙂
I'm saving form data of user's test on the DB.
fields are 3 : ID - User_id - result
Whereas users can make multiple time the test, my goal is to update only the record (with new (latest) user result) instead of create a new record. ( so my goal is to have only one record for each user with latest result)
Is there a chance to do it, if yes ca you point me to some implementation?
Many thanks🙂