Support

Account

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

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