Support

Account

Home Forums ACF PRO acf_form in wp-admin Reply To: acf_form in wp-admin

  • Hi @ryandorn

    Could you please tell me why don’t you use the location rule instead? I think it’s simpler and easier to do.

    If you still want to use acf_form() on the backend, I believe you can do it but you need to create the code to handle the saving process. It will also create issues in the future if it is not handled correctly.

    That being said, I think you can use the acf/render_field and a message field to show the form and then use the acf/save_post to process the posted data.

    I hope this makes sense 🙂