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
-
-
- Posts: 105
- Joined: Mon Jan 04, 2016 1:39 pm
- Pablo
- Posts: 23774
- Joined: Sun Mar 28, 2004 12:00 pm
- Location: Europe
- Contact:
Re: Add plain text to Condition Calculation in Editbox
You can add text like this
'Euro' + ....
See also the 'example 4' in the tutorial:
https://www.wysiwygwebbuilder.com/conditions.html
'Euro' + ....
See also the 'example 4' in the tutorial:
https://www.wysiwygwebbuilder.com/conditions.html
-
-
- Posts: 105
- Joined: Mon Jan 04, 2016 1:39 pm
Re: Add plain text to Condition Calculation in Editbox
Great, thank you.