Custom field groups displaying on all post type but I only want it being displayed on one.
Solution:
To resolve this please follow the instructions below:
1. Go to Toolset -> Custom Fields
2. Edit your custom field group.
3. Under Settings for XYZ click edit under the 'appears on' section.
4. Select the custom post type you want to allow this field group to appear on. Then hit apply.
5. Save your custom field group.
Problem:
conditional cred fields default values not submitting when hidden with Toolset Form
Solution:
You can use the Toolset Form's hook: cred_before_save_data
in order to assign the default value based on your conditional selection of Form group for form fields.