if NOT boolean type in template output
Brought to you by:
vittal
In an output template the following works to
insert "Field is filled" when the field is filled on
the form
<only if="Field">
Field is filled
</only>
Can you do the opposite - ie create an only if NOT
boolean operator in an output template?
Ie insert "Field is missing" if field has NOT been
filled in on the form?