Support

Account

Home Forums Front-end Issues ACF_Form Reply To: ACF_Form

  • Hi @tebrown

    I would use the acf/save_post action as found here: https://www.advancedcustomfields.com/resources/using-acf_form-to-create-a-new-post/

    You can get the current user via the get_current_user_id as found here: https://developer.wordpress.org/reference/functions/get_current_user_id/

    I hope this helps.

    Phil