Hi I have used filecracker to add data with success the page to add data is called edit and it’s inside the template_group epiplo_main
I have set return to go here
return="{path=epiplo_main/list}"
a page with a list of the user entries
now I want to edit the entry and I use this
{exp:channel:entries author_id="{segment_3}" dynamic="no" limit="15" paginate="bottom"}
<li><span style="float: right;"><small>{entry_date format="%F %j, %Y at %g:%i %a"}</small></span><a href="{path=epiplo_main/edit/{entry_id}}">{title}</a></li>
{if no_results}<li>This user has not posted any entries.</li>{/if}
{paginate}<li>Page {current_page} of {total_pages} page{if total_pages > "1"}s{/if} {pagination_links}</li>{/paginate}
{/exp:channel:entries}
It goes where it has to go edit/entry_id but all fields are blank instead of having data
any help with this?