If Not True
This function will check if a back office value passed to us as a true / false value is set to false or not.
In this example it will check the answer for whether a Direct Debit is in place. If the value is false it will show the content.
{{ ifNotTrue PaymentGroup.DirectDebitInPlace }}
You don't pay by Direct Debit. You can quickly set one up here.
{{ /ifNotTrue }}
Last updated
Was this helpful?