Hi everyone,
I have a pre-filled form linked to a URL. This pre-filled form has three sections. Two are pre-filled and one needs to be filled by the user who opens the URL. When the user opens submits the form, a new record is being generated in my table. Whereas, I need to update the original record with the user’s input in the same table. I don’t need a new record.
How do I fix this issue?