Hi there,
I would like to know how to use the gravity forms hooks to create an update form which will pre-populate itself from pre-existing data from a form already submitted by the user.
The two forms will be identical, the first one is for the user to submit an application form to be displayed on the site, the other form is for the user to update their application form details at a later date if necessary.
which hook do I use to draw through the related information and pre-populate the update form?
how do I tell this form to update the data rather than insert data into a new database entry?
I will be using the gform_pre_submission_filter(if this is the correct one) to add a table entry of the users id on original form submittal (user will have to register to be able to fill in the original form in the first place), so the form entry id will be associated with the users id in the database. I can then tie in from the wp logged in user id which user is using the update form and in turn which entry to populate it with. I just have no idea how to get the form to pre-populate and update rather than insert.
Thanks for a brilliant plugin by the way, gravity forms really is a master piece!