Sending form data via email in the easiest possible way!
Any ideas please??
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Any ideas please??
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?
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.
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/...
That's is very helpful thanks!