HTML5 Data Bindings Formatter Support Product Page

Not a problem

"/" Divide is not working with $FORM, if I want to divide 2 fields.

Reported 20 Feb 2015 08:39:27
1
has this problem
20 Feb 2015 08:39:27 Bekhzod Shamsiev posted:
{{($FORM.field1.toNumber() / $FORM.field2.toNumber())}}
it comes from a parser and parsing the {{}} templates in code

Replies

Replied 20 Feb 2015 09:31:35
20 Feb 2015 09:31:35 Teodor Kuduschiev replied:
Hello,
The right syntax is:
{{($FORM.field1/$FORM.field2).toNumber( )}}

Reply to this topic