Home › Forums › Add-ons › Repeater Field › Repeater text field default values › Reply To: Repeater text field default values
The load field filter your using is correct except for the format of the subfield rows
$subfield_values = array(
// nested array for each row
array(
// field key value pairs for each sub field
'field_59977c2759a56' => '24 hours ago',
'field_599841d665210' => 0
),
array(
// field key value pairs for each sub field
'field_59977c2759a56' => '3 days ago',
'field_599841d665210' => 3 days ago
),
// etc
array(
// field key value pairs for each sub field
'field_59977c2759a56' => '30 days ago',
'field_599841d665210' => 1
),
// etc
);
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.