Viewing 1 replies (of 1 total)
  • Plugin Author Michael Simpson

    (@msimpson)

    Try these:

    This adds a “$” to the front of the value
    [cfdb-table form="myform" trans="price=concat($,price)"]

    This will give you 2-decimals in the number also
    [cfdb-table form="myform" trans="price=floatval(price)&&price=money_format(%.2n,price)&&price=concat($,price)"]

Viewing 1 replies (of 1 total)

The topic ‘Currency’ is closed to new replies.