Members of my website enter their profile information through Frontend Submission.
The info is shown in the frontend: post + all fields.
How do I give a member the possibility to edit his data in the frontend?
First of all: only for his own post (there is only 1 post per member) there should be a link (preferrably a button) to this edit form.
How to do that?
Second: how to have an edit form in Frontend Submission with all values from the database filled?
Thanks for your help.