Support

Account

Home Forums Front-end Issues Using acf_form to create a new post Reply To: Using acf_form to create a new post

  • My mistake, it’s still not function.

    $args = array(
                'fields_group' => array(2213),
                'post_id' => 'new',
                'submit_value' => __('Submit formation', 'communic'),
                'updated_message' => __('Formation submited', 'communic'),
              );
    
              acf_form($args);