How can I extract and filter a list of entries submitted to a form for front-end display purposes?
Any pointers on how I could implement this on a custom page?
I understand the currently Gravity Forms does not support displaying results of the submitted entries, but what I'm looking for here are pointers on how could I got about implementing this on my side.
A client of mine has as few affiliates that log in to his site with "subscriber" role level users and submit reservation requests through a Gravity form. He'd like to present to his affiliates a table with a list of *their* most recent submissions (each affiliate can only see his own submissions).
In short:
- the form is on a page that is only accessible to logged in users (using the "Members" plugin).
- the form has a hidden field "code" which defaults to the {user_login} value.
- the listing must display *only* the entries where the field "code" equals the currently logged in user ("hacking" the "gf_search" param won't probably work because theres is a free text "observations" field and search works all the fields).
I'm currently using WP 3.1.2 and GF 1.5.2.8.