Page 2 of 2

Sending form data via email in the easiest possible way!

Posted: Sat Jul 13, 2013 6:04 pm
by Jennifer Murphy6032839

Any ideas please??


Sending form data via email in the easiest possible way!

Posted: Sat Jul 13, 2013 6:23 pm
by Illya Stepanov

Hi Jennifer, sorry for the delay. Can you describe in more details how it's working right now and what you are trying to get as a result?


Sending form data via email in the easiest possible way!

Posted: Sat Jul 13, 2013 6:31 pm
by Jennifer Murphy6032839

Basically my app is a form and it prompts the user to enter in details and these details (inputs) are being saved as local storage variables. At the end of the app the user is prompted for their email address and I want all their details (the inputs in the form) to be sent via email.

Currently, I have Sendgrid working but I can only send one local storage variable not them all , this is because I can only map one variable to the 'text' area of sendgrid. (Katya confirmed I should be able to send them all.)

I have tried to set up extra text areas but this doesn't work, so I want to find out how I can send all the form details in a single email.


Sending form data via email in the easiest possible way!

Posted: Sun Jul 14, 2013 9:13 pm
by Illya Stepanov

Jennifer, you need to use JS code in mapping which is set to the body of an email that will read all your local storage variables and put them together.
We had similar conversation on the forum, I think it should help you to get the idea :: https://getsatisfaction.com/apperyio/...


Sending form data via email in the easiest possible way!

Posted: Mon Jul 15, 2013 9:15 am
by Jennifer Murphy6032839

That's is very helpful thanks!