When updating a Vendor’s profile from the admin backend, we cannot press the “Update” button until we check all (in our case it is checkboxes) the required fields that have been added. This should not apply to admins and makes it unfair on the user as you making them agree to something without their consent.
Can we have this changed so when editing a Vendor profile as an admin from the admin backend we are not forced to check/fill in fields that only the user should fill in so we can update their profile?
Please note that when a field is set as required, it becomes required everywhere and for all users in order to maintain data consistency. Required means that the database should not contain records without a value for this field.
For your use case, you can consider using the Registration Terms Page option in HivePress > Settings > Users, where you can define which page should be read and accepted.
If you want to add custom checkboxes that are not required, this is only possible by using code snippets with the hivepress/v1/meta_boxes/vendor_attributes hook.