Support

Account

Home Forums ACF PRO Add Row for Repeater inserts blank data Reply To: Add Row for Repeater inserts blank data

  • I’ve switched to:

    			$row = array(
    				'field_5947dbd28c36e'	=> $line[0],
    				'field_5947dbd78c36f'	=> $line[1],
    				'field_5947dbdc8c370'	=> $line[2],
    				'field_5947dbe48c371' => ''
    			);
    			
    			$i = add_row('field_5947dbbd8c36d', $row, $post_id);	

    And hey presto!

    Apologies