I created custom fields.
This form shall serve as a kind of settings page, so I do not need different entries for each page/post.
I need only one single entry (of course, containing different fields).
So I created the form and used the shortcode on a WordPress page (inside Bricksbuilder):
[mb_frontend_form id="xyz" post_fields="false" ajax="true" redirect=""]
However, it appears that the data are not being stored.
If I open the form again, the data are not shown.
Or do I miss something?
BTW: What is object_type = post/model (cannot find a description)?
How can I save a (single)custom field form on the frontend and view and change it afterwards (if needed - only Admin can edit/change)?