Page 1 of 1

Add plain text to Condition Calculation in Editbox

Posted: Sun Mar 31, 2019 12:12 am
by Jorus
How to add additional plain text in the Conditions window for an Editbox for the Action 'Calculate'
I probably should add something in the window Expression (?) but I don't know how to add/code it?

Example:
After the input/calculation, instead of just showing the calculated outcome, example: 24. I'd like to see: Euro 24,-
How does that translate in the Expression window?:
"Euro" [Editbox1]*2 ",-" ?

Re: Add plain text to Condition Calculation in Editbox

Posted: Sun Mar 31, 2019 7:25 am
by Pablo
You can add text like this
'Euro' + ....

See also the 'example 4' in the tutorial:
http://wysiwygwebbuilder.com/conditions.html

Re: Add plain text to Condition Calculation in Editbox

Posted: Sun Mar 31, 2019 12:55 pm
by Jorus
Great, thank you.