So basically what I'm trying to do is set up a two-step process using two different Gravity Forms.
The first form will document requests for an on-site job. Once this job has been completed, the second form will be completed to confirm payment, and such. Both forms will be completed by different people and this is an in-house usage.
What I'm looking to do is populate the second form using entries from the first form. For example, a drop down of the possible clients to bill from the first form, and then populating the second form with information from the first form (address, etc.)
I'm not sure if I should be figuring out how to use hooks, or query strings or...... I'll be learning the PHP portion of this for the first time and don't want to struggle with something when it might be the wrong solution. What do I do here?
Thanks!