Emailing variables
May 25, 2005 12:00 AM
AndyP,You need to create a variable that holds all of this information and then reference the variable for mailto action.You could do this: add a new variable under the manage variables tool called 'myEmail' and make its initial value your@email.address?Body=Then, add a second variable called 'myMessage'. Now, on the submit button, make the built in on click action modify variable 'myMessage', set variable contents to VAR(myEmail). Add a second on click action set to modify variable 'myMessage', add to variable VAR(Entry_0005)Finally, have a third on click action attached to the button set to mail to and for the address use: VAR(myMessage)
Discussions have been disabled for this post