Manage Forum and Topic custom post types (CPT) with Access, meaning to define custom roles (CR) in Access and customize them: allow / deny to create / edit / update / delete bbPress Forums and / or Topics
Solution:
You can get User Roles and Capabilities from BBpress document:
Problem: I would like to automatically set a custom field in a post created by Forms. The value should be the User's IP address.
Solution: Create a custom field in Types that will hold the IP address. Remove the field from the Form builder. Use the cred_save_data hook to automate the custom field value.