Double Tilde Help
Answered
Anyone (Chad?) have a crash course on the double tilde functionality in the HTML? I'd like to believe it can do more than simply find empty fields like this:
~~empty(*rentaltotalprice*)~ ~ QTY: *rentalqty* - $*rentaltotalprice*~~Can I examine the contents of fields with it and act based on, say.... the lead status? TIA!
You can't vote. Please authorize!
Yes, you can use this for a "conditional statement" for example, if you wanted certain info to show for certain delivery types: style="~~*deliverytype*==Delivery~ ~display:none~~;"
Yes, you can use this for a "conditional statement" for example, if you wanted certain info to show for certain delivery types: style="~~*deliverytype*==Delivery~ ~display:none~~;"
It can do SO much more. It actually does a ton!!! From hiding empty fields to changing colors to whole layout changes. It's the key to dynamic contracts and packing lists.
It can do SO much more. It actually does a ton!!! From hiding empty fields to changing colors to whole layout changes. It's the key to dynamic contracts and packing lists.
Replies have been locked on this page!