Support

Account

Home Forums Backend Issues (wp-admin) Pre-populate mulitiple Repeater rows Reply To: Pre-populate mulitiple Repeater rows

    • Test the value of an empty repeater, it may be NULL or it may be false. Check this by placing var_dump($value); at the top of your filter.
    • You must use field keys to populate the repeater and not field names. This is why the rows are created but have no values.