Support

Account

Home Forums Add-ons Repeater Field Dynamically generate subfield content when adding rows to a nested repeater Reply To: Dynamically generate subfield content when adding rows to a nested repeater

  • I’m guessing all I need to do is work out what I’m supposed to change on the conditional “if ($value === false)” which currently only checks if the field is empty when creating the new post, so that it checks if the nested repeater fields are empty upon creation of new child repeaters, and populates them with the default values. Perhaps this needs to be done more like with jQuery than with PHP alone.