Problem: I created two CPTs: Events and Profiles. I have a View of Events displayed in the template for Profile posts, and I would like to only display Events where the title of the current Post can be found in the "notes" WYSIWYG field on the Event post.
Solution: Configure the notes custom field Query Filter to use a shortcode attribute and pass the current Profile post title into that shortcode attribute like so:
Problem: I would like to use a Toolset Button Block to function as a link to a custom Page containing a Form. Several Form fields are set up to accept values from URL parameters, so I need to add those URL parameters to the Button block's "Link", or destination URL, field. I have been able to use Types field shortcodes successfully as URL parameter values here, but a Views taxonomy shortcode does not seem to work. The same shortcode placed outside the Button block works as expected and displays the relevant term name.
Solution: Normally I would not expect shortcodes to work in the Button block's "Link", or destination URL, field. Instead I usually recommend a custom HTML block instead, using a combination of HTML, CSS, and Toolset shortcodes as seen in the following examples: