Support

Account

Home Forums Backend Issues (wp-admin) gravity forms post creation + afc Reply To: gravity forms post creation + afc

  • The tutorial linked to is for standard WP custom fields.

    For ACF fields you would use acf function and field keys to update values.

    update_field('field_XXXXX', $value, $post_id);