Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Sending form data via email in the easiest possible way!

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?

Jennifer Murphy6032839
Posts: 0
Joined: Wed Jul 10, 2013 8:05 pm

Sending form data via email in the easiest possible way!

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.

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Sending form data via email in the easiest possible way!

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/...

Jennifer Murphy6032839
Posts: 0
Joined: Wed Jul 10, 2013 8:05 pm

Sending form data via email in the easiest possible way!

That's is very helpful thanks!

Return to “Issues”