Support MB Settings Page Getting Field Value Reply To: Getting Field Value

#10026
Anh TranAnh Tran
Keymaster

Hi David,

Yes, that's the normal behaviour. When you define a group, its sub-fields won't have a separated values in the database. Instead their value is stored inside the top-level group. So, you need to get the single value for the top-level group, and you'll get an array of all sub-fields values. Then you can parse this array to show whatever you want.