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 ",-" ?
Add plain text to Condition Calculation in Editbox
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Re: Add plain text to Condition Calculation in Editbox
You can add text like this
'Euro' + ....
See also the 'example 4' in the tutorial:
http://wysiwygwebbuilder.com/conditions.html
'Euro' + ....
See also the 'example 4' in the tutorial:
http://wysiwygwebbuilder.com/conditions.html
Re: Add plain text to Condition Calculation in Editbox
Great, thank you.