Support

Account

Home Forums Front-end Issues ACF_form: Populate Flexible Field Content Reply To: ACF_form: Populate Flexible Field Content

  • Figured it out. Each of the items in the value array needed the corresponding field key rather than the field name:

    $value[] = array(
      'acf_fc_layout'  => $acf_fc_layout,
      'subfield_key_1' => $label,
      'subfield_key_2' => $url
    );