When my form is sent and arrives in my inbox, I need to know both the "Text" and its associated "Value"? In the wbs sample supplied, "InStockItem1List" contains a "Text" value that is a concatentation of the jewelry item and its cost. And, when I get the email I can see what the customer ordered and the items specific cost. For example, "Daffodil 1950Birdhouse Pendant.tif ($13.85)". However, with this type of list construction I lose the ability to do any math in the form. By way of contrast, the second row InStockItem2List contains san example of where the list is made up of separate entries, "Text" and "Value". This now allows me to perform in the form calculations (e.g. subtotals, totals, etc.). But, when I receive the email it reports "InStockItem1 : 15.66", but now I have no idea what they ordered? How can I achieve showing, in the email I receive, both peices of information while still allowing me to do in-form calculations? Thanks for the assistance.
https://www.greensphotoimages.com/formvalues.zip
Getting form email with needed data?
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: Getting form email with needed data?
HTML will only sent values of input fields.
If you need more advanced functionality then you may need to implement your own script.
Or maybe you can implement some kind of 'shadow' value. For example, by adding an hidden field which you set by an extra condition.
Again I would like to note this is standard HTML behavior and not specific to WWB.
So, I really suggests you learn the basics of JavaScript if you want to implement advanced functionality like this.
There is no way to do this 'visually' as it would require many additional properties. With JavaScript you can probably do it with two lines of code (via the 'javascript' condition)
If you need more advanced functionality then you may need to implement your own script.
Or maybe you can implement some kind of 'shadow' value. For example, by adding an hidden field which you set by an extra condition.
Again I would like to note this is standard HTML behavior and not specific to WWB.
So, I really suggests you learn the basics of JavaScript if you want to implement advanced functionality like this.
There is no way to do this 'visually' as it would require many additional properties. With JavaScript you can probably do it with two lines of code (via the 'javascript' condition)