If True

ifTrue

This function will check if a back office value passed to us as a true / false value is set to true or not.

In this example it will check the answer for whether a Direct Debit is in place. If the value is true it will show the content.

{{ ifTrue PaymentGroup.DirectDebitInPlace }}

You pay by Direct Debit.

{{ /ifTrue }}

Last updated

Was this helpful?