Support

Account

Home Forums General Issues Sorry i am lost in acf_form ! Reply To: Sorry i am lost in acf_form !

  • Hi @mouzaia,

    Thanks for the post.

    You should be able to target any ACF value from post data using the following syntax:

    $_POST[‘acf’][‘$field_key’]

    I also believe the post format should be set within the loop.

    I hope this helps.