Add plain text to Condition Calculation in Editbox

All WYSIWYG Web Builder support issues that are not covered in the forums below.
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
Post Reply
Jorus
 
 
Posts: 105
Joined: Mon Jan 04, 2016 1:39 pm

Add plain text to Condition Calculation in Editbox

Post 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 ",-" ?
User avatar
Pablo
 
Posts: 23469
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Add plain text to Condition Calculation in Editbox

Post by Pablo »

You can add text like this
'Euro' + ....

See also the 'example 4' in the tutorial:
http://wysiwygwebbuilder.com/conditions.html
Jorus
 
 
Posts: 105
Joined: Mon Jan 04, 2016 1:39 pm

Re: Add plain text to Condition Calculation in Editbox

Post by Jorus »

Great, thank you.
Post Reply