On the signup form, Toolset user form required fields could be bypassed if WordPress core required fields were filled first, allowing submission without completing Toolset-required fields.
Solution:
Add the required='true' attribute directly to the [cred_field] shortcode for each field that must be mandatory, ensuring proper validation and preventing form submission without them.
I want to prevent MemberPress users from logging in through the Toolset login form, since they could access the wrong area of the site.
Solution:
Use Toolset → Access to restrict pages containing Toolset login blocks: create a Post Group for those pages, allow only Administrators (or selected roles), and enable “Redirect unauthorized visitors” to the MemberPress login page.
I want to sort both simple and variable WooCommerce products by price in a Toolset View, but sorting appears random—ascending order works partially and descending fails when using a custom shortcode for product prices.
Solution:
Use the built-in [wpv-woo-product-price] shortcode instead of a custom one. Toolset sorting relies on WooCommerce’s internal price values, which consider the highest variable product price. With the default shortcode, sorting works correctly in both directions.