Hi I have a group that is clonable and on a text field I have a default value. When another item is added the default value is blank.
Here is my code for this field:
[
'name' => __( 'Button Label', 'cta-feature-product' ),
'id' => $prefix . 'button_label',
'type' => 'text',
'std' => 'Click Here for Latest Price'
],