Hi,
How do I get the field value of a Settings page item?
I'm following https://docs.metabox.io/extensions/mb-settings-page/#getting-field-value, but I end up in a critical error.
This is what I have:
{% set $repetitie-avond = mb.rwmb_meta (repetitie_avond, ['object_type'='setting'], repetitie-avonden ) %}
What I'm trying to achieve is to produce a presence list of members (users) on a specific date. The date I added as custom field (type: select) to the Settings page.
See here for a 30sec video: https://drive.google.com/file/d/1m6IULlnmPLOmzu17L4M3-QFTueqkF-XU/view?usp=sharing
I'm not understanding the mb.rwmb_meta instruction here well.
Please advise.
Thanks.