is there a way to use the freeform module to show form entries that were submitted just by the current logged in user? Like this
{exp:freeform:entries form_name="{screen_name}" orderby="entry_date" sort="asc" limit="20"} content {/exp:freeform:entries}
or even something like this (im an EE n00b)
{exp:freeform:entries form_name="initial_questionaire" orderby="entry_date" sort="asc" limit="20"}
{if logged_in_member_id == {author_id}}
<p>{info}</p>
{/if}
{/exp:freeform:entries}
Thanks for the direction anybody.
