Meta Box
Support Forum
Support › MB Frontend Submission › Required custom fields?
You have added option to set post type fields as required (title, content, excerpt, etc.), but what about custom fields? Is it possible to add this any time soon? Thanks!
Hi,
The custom fields can be set to required. It's already supported by Meta Box. Please see this and this.
Thanks, but is it possible to make fields required only on front end?
Please try in the field settings:
'required' => is_admin() ? false : true,
Yeah, that should work... Will try, thank you!