Using Forms to update data instead of always creating new records
I am using the Forms package and I am able to create and submit forms.
I would also like to be able to update already submitted form data without it creating a new record. I am able to pass a form id and record number to a page via query parameters and populate the fields on the form with the relevant data but am stuck at that point.
I was hoping there would be a Saving event on the form that I would be able to hook into and put logic to update if the record exists or create if it is a new submission but I can't find any documentation on Events related to forms. Is this possible? or is there a better way to do this?
Using Forms to update data instead of always creating new records
I am using the Forms package and I am able to create and submit forms. I would also like to be able to update already submitted form data without it creating a new record. I am able to pass a form id and record number to a page via query parameters and populate the fields on the form with the relevant data but am stuck at that point. I was hoping there would be a Saving event on the form that I would be able to hook into and put logic to update if the record exists or create if it is a new submission but I can't find any documentation on Events related to forms. Is this possible? or is there a better way to do this?
BTW I am using 7.2.8
Hi Dan,
I am looking for the same solution.
What is your final solution? Thanks.
is working on a reply...