>Hello
I would like to know how can I to show a value in a text field ONLOAD a form.
The form read database customers and show "price field" and "tax field" with values and I want to show a third field with the sum of price and tax...
in read database there is a option "special Field" where you can put:
model.basic_price = {data.model.price} and show it
but if you put {data.model.price}+{data.model.tax} or {data.model.price}*2
chronoforms show -> *2
I would like to know how can I to show a value in a text field ONLOAD a form.
The form read database customers and show "price field" and "tax field" with values and I want to show a third field with the sum of price and tax...
in read database there is a option "special Field" where you can put:
model.basic_price = {data.model.price} and show it
but if you put {data.model.price}+{data.model.tax} or {data.model.price}*2
chronoforms show -> *2