So I am trying to accomplish a very simple registration system with GF. Is it possible to get information from the form entries to appear on a front end page for a logged in user? Here is the workflow I am trying to achieve:
1) Logged in user submits the form
2) Logged in user can visit a page that displays all of the submissions (whichever fields we choose) that he has made
I can definitely save everything I need using the forms. The user registers from a particular page (in this case a course) and include the page id as part of the form submission entry as well as the user id. I just can't figure out how to display that user's form entries on the front end or if it is even possible. If it is I would love a brief overview of how to do it.
Thanks in advance!
Stu