The customer reported that the Toolset form editor's expert mode was not displaying properly, showing an empty div instead of the advanced code editor.
Solution:
The issue was caused by the customer's use of Bootstrap CSS and JavaScript files in their plugin settings page. Once the customer stopped loading these Bootstrap assets, the expert mode began working as expected.
I want to allow users to select parent posts in a many-to-many (M2M) relationship directly within a post form.
Solution:
In Toolset, managing many-to-many (M2M) relationships typically requires a separate Relationship Form. This is because post forms are designed to edit the main content, taxonomies, and custom fields of a post, while relationship management is handled separately.
Steps to Use a Relationship Form for M2M:
- Create a Relationship Form to manage the connections between posts.
- Display the form on the front end where users can connect or disconnect related posts.