CRED plugin allows you to create forms to register users from your website's front-end. You can also enable the option to charge payments for user registration, creating membership sites that sell subscription to your visitors.
When you ask for help or report issues, make sure to tell us the settings of your user form.
I would like to include the shipping address used in woocommerce in this notification so that the production team has everything they need to create and ship the product in a single email.
Solution:
After user submit the Toolset form and place the order, this order post will be marked as "Processing" status, current user is still the customer who placed the order.
And Woocommerce plugin is using custom user fields to store the shipping address information:
- shipping_address_1
- shipping_address_2
So you can use Views shortcode [wpv-user] to display current user's information in the Email body, for example:
Problem: I would like to create sites in a multisite network using Toolset.
Solution: There are no built-in multisite generation tools in Toolset. A 3rd-party plugin would be required to create new subsites. Once those sites are established, you could use Toolset-based Themes to distribute the same theme, post types, post fields, and Toolset plugins to all sites in the network.