Is it possible to allow users that have submitted data through a ACF form to edit their details later on? If yes, can someone please point me tuwards the guide without using ACF frontend admin
You can use acf_form() to allow users to edit. You just need to set the “post_id” to what they should edit.
In this case the post ID would be "user_{$current_user_id}"