Problem:
The customer asked if it was possible to exclude a value in a select2 dropdown on a relationship form based on a dynamic value set by a shortcode.
Solution:
Guided there is no built-in feature available for this and will involve creating a custom select field in the form. Also shared a link to another forum thread with a similar solution: https://toolset.com/forums/topic/dynamic-field-values-from-cpt/
Problem:
The customer asked how to use the sticky posts feature with the custom post types.
Solution:
Guided that WordPress only supports the sticky post feature for the native/built-in "post" type and suggested using a checkbox type custom field as an alternative.