Support

Account

Home Forums Front-end Issues How to Update comments acf fields from front end. Reply To: How to Update comments acf fields from front end.

  • Thank you it is working.
    I am using following code

    $options = array(
    ‘post_id’ => “comment_{$comment->comment_ID}”,
    ‘fields’ => array(‘field_5863c431084e6’),
    );

    acf_form($options);