Offer letter conditional region using DFFs
Summary:
We have built offer letter DFFs with a 'Yes or No' value set. These fields are being used on condition regions, to display or hide paragraphs based on whether someone selects yes or no in the field.
For example: <?if:ATTRIBUTE_CHAR13='Yes'?>
This is not working and the paragraph appears blank whether we select yes or no.
I have also tried: <?if:ATTRIBUTE_CHAR13='Yes'?>
and also tried using both together:
<?if:ATTRIBUTE_CHAR13='Yes'?>
<?if:ATTRIBUTE_CHAR13='Yes'?>
Does anyone have any advice on how to get this to work. This was working correctly prior to 24C so I'm wondering on whether something has changed.