Hi
I have a gravity form that we are using to collect several fields of data for a customer quote. The form is only able to logged in users.
I then need to be able to retrieve the data and further fields to it.
Finally, I need the user to be able to add further information and possibly change some of the existing entries.
The lifecycle is:
quote create (user)
quote update (admin)
customer onboard (user)
subsequent amendment (user)
At each stage we need new entries but based on the data already there.
Is this possible?
Thanks