This field type allows you to create a group of text fields. For example you want to store info of a book author with Name, Address, Email, you can define a field set text like in this demo. When getting value with rwmb_meta
, you will receive an array( 'name' => '...', 'address' => '...', 'email' => '...' )
.
It's similar to group extension but less flexible.