Hi!
If you have entries turned on for your form they should automatically be assigned to the current signed in user. Advanced Forms doesn’t provide editing of submissions but I can give you some pointers on how to implement it.
All entries are saved to a custom post type called af_entry
. The author of the post is the user who submitted the form. If you want to display a list you could simply get a list of all af_entry
whose author is the current user.
Editing posts requires a bit of code but is totally doable. On the documentation page I have a guide for how to set up a form which creates new posts. I would recommend following that guide and pre-filling your form to implement editing functionality. Here is the guide: https://advancedforms.github.io/guides/advanced/setting-up-a-form-to-create-posts/
I’m currently working on a pro version of AF which will make all of this easier. It will come with the built-in ability to build forms which can create and edit posts and users, all through a simple GUI. It’s not ready yet but if you want to stay up to date I would recommend subscribing to my newsletter. You can do it in the sidebar here.
Hope I could help! ??