REPEATABLE FIELDS TITLE NAME & OPEN STATE
-
obscure question, but is there anyway I can change the repeatable record fields from “Record 1”, “Record 2” to something like one of my field values, if set? And to have all the repeatable fields closed, instead of open?
UPDATE:
Found the closed state…by adding the ‘closed’=> true, to the group field type.Now the question it is just the change title. In the same group field, I see the “group title” with a number.
'group_title' => __( 'Record {#}', 'mmd' ),
what I would like is to put the value of one of my fields, or a call back, so I can place the value into that field.
Ideally:
'group_title' => __( '{field-name}', 'mmd' ),
But a call back to fill it, would also be most excellent.
- The topic ‘REPEATABLE FIELDS TITLE NAME & OPEN STATE’ is closed to new replies.