Support

Account

Home Forums General Issues Experiences user form Reply To: Experiences user form

  • Hi @codivores

    The acf_form() function should save the data automatically, so you don’t have to create a handler for the form. Please make sure that you have the acf_form_head() function in your template.

    If that doesn’t work, please try to add the object ID you want to edit like this:

    acf_form(array(
        'post_id' => 99,
    ));

    Where “99” is the object ID.

    If still no joy, could you please tell me where and how did you add the form? Also, could you please share some screenshots of the issue?

    Thanks 🙂