Support

Account

Home › Forums › Add-ons › Repeater Field › Default Values for Repeater (Image) › Reply To: Default Values for Repeater (Image)

  • If you want to set the default value for an image field use an acf/prepare_field filter (use the field key variant) and set $field[‘default_value’] with the attachment ID of the image.