When edit and submit a form, how to update a hidden field (not on the form)'s value based on another field's value changing on the form?
For example, there is a Feedback table includes the below two fields:
Feedback Details: text
Feedback Details Updated: true/false
If a user open the feedback on the edit form, and changed the Feedback Details, when the user click the Submit button, the Feedback Details Updated field needs to be updated to true by the system, how to do this?
Or could add further condition, if there was no changes to the Feedback Details, then no need to update the the Feedback Details Updated field when click the Submit button.