Support

Account

Home Forums Front-end Issues How to edit a form on the frontend

Helping

How to edit a form on the frontend

  • 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}"

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.