Hello, I have a web system, but it is super flawed ... I store ID's in hidden input, however, it is visible if you inspect element ..
If I change the schedule_id to 1, it will update registry 1 instead of 26.
Would it be best to store this ID in a session (PHP) and then retrieve it during the process lifecycle? Or is there any other way?
I do not know if the question is duplicated. I tried to be as clear as possible. Thank you in advance for being able to help me.