Problem:
The post form does not display many-to-many relationships, preventing the selection of existing items during post creation. Solution:
Create a separate Relationship form to handle many-to-many relationships. Follow the steps outlined in this guide: https://toolset.com/course-lesson/front-end-relationship-forms-for-connecting-posts/
For a real estate website, each property page needs to offer a PDF download that auto-generates using the page content.
Is it possible to implement it in Toolset?
Solution:
Toolset doesn't provide this functionality. One approach is to create a link to print the page using a CSS code snippet for print media, which strips down the page to essential content. Additionally, you can add JavaScript to trigger the print preview of the browser. Another option is to explore WordPress plugins that support PDF generation from page content.