Support

Account

Home Forums Add-ons Repeater Field Fill up repeater fields with category Reply To: Fill up repeater fields with category

  • 
    $value = array();
    foreach (  $categories as $category ) {   
      $value[] = array('field_5cd186302ef1c' => $category->term_id);
    }