Search found 33 matches

Go to advanced search

by Chris Flowers6766842
Wed Jun 11, 2014 10:36 am
Forum: Issues
Topic: Help with using SendGrid to collate form data and email to specified address
Replies: 27
Views: 1738
 
Jump to post

Help with using SendGrid to collate form data and email to specified address

Wait! Worked out why it's not working! For some reason in the 'Response' page, the connections between my Local Storage Variables and 'Message' had been removed. No idea how it happened but now they're restored it works. And thank you Katya! The email now looks like this: code Date: 11/06/2014 Proje...
by Chris Flowers6766842
Wed Jun 11, 2014 10:25 am
Forum: Issues
Topic: Help with using SendGrid to collate form data and email to specified address
Replies: 27
Views: 1738
 
Jump to post

Help with using SendGrid to collate form data and email to specified address

Hi Katya I've done that. My code now looks like this: code var date = "Date: " + localStorage.getItem("date") + "\n&quot var project = "Project: " + localStorage.getItem("project") + "\n&quot var name = "Name: " + lo...
by Chris Flowers6766842
Wed Jun 11, 2014 8:05 am
Forum: Issues
Topic: Help with using SendGrid to collate form data and email to specified address
Replies: 27
Views: 1738
 
Jump to post

Help with using SendGrid to collate form data and email to specified address

Thanks Katya, it's definitely something to do with the SendGrid service. If I don't touch the service the website works fine.

by Chris Flowers6766842
Wed Jun 11, 2014 7:49 am
Forum: Issues
Topic: Help with using SendGrid to collate form data and email to specified address
Replies: 27
Views: 1738
 
Jump to post

Help with using SendGrid to collate form data and email to specified address

Something weird is going on. Maybe it's a problem with the SendGrid service because now when I test the app, on clicking the 'Submit' button, which should invoke the SendGrid service, is no longer working.

by Chris Flowers6766842
Wed Jun 11, 2014 7:44 am
Forum: Issues
Topic: Help with using SendGrid to collate form data and email to specified address
Replies: 27
Views: 1738
 
Jump to post

Help with using SendGrid to collate form data and email to specified address

Just re-logged in another browser. Seems to freeze when I go to the Data tab and click 'Edit Mapping' for the SendGrid service. Or if I click 'Save' nothing happens :S

by Chris Flowers6766842
Wed Jun 11, 2014 7:38 am
Forum: Issues
Topic: Help with using SendGrid to collate form data and email to specified address
Replies: 27
Views: 1738
 
Jump to post

Help with using SendGrid to collate form data and email to specified address

Thanks Katya, you've been my saviour this week! :)

Unfortunately I can't test it at the moment as the Appery website seems unresponsive this morning. Do you know if there is a problem?

by Chris Flowers6766842
Tue Jun 10, 2014 8:04 pm
Forum: Issues
Topic: Help with using SendGrid to collate form data and email to specified address
Replies: 27
Views: 1738
 
Jump to post

Help with using SendGrid to collate form data and email to specified address

Hi Katya Ok between your answers and some reading of previous topics on the same subject here I have this working! However I just need a little help with the formatting of the resulting email. At the moment my code for the request parameter "text" is: code var date = document.creat...
by Chris Flowers6766842
Tue Jun 10, 2014 12:54 pm
Forum: Issues
Topic: Help with using SendGrid to collate form data and email to specified address
Replies: 27
Views: 1738
 
Jump to post

Help with using SendGrid to collate form data and email to specified address

Ok thanks Katya, I'll give that a try. I'm still awaiting my SendGrid account to be provisioned so unfortunately it's hard to test it.

by Chris Flowers6766842
Tue Jun 10, 2014 11:18 am
Forum: Issues
Topic: Help with using SendGrid to collate form data and email to specified address
Replies: 27
Views: 1738
 
Jump to post

Help with using SendGrid to collate form data and email to specified address

Thanks for that Katya but where do I need to add this code please? Would I add this code for each variable I'm using as a response? I (sort of) understand the code you've provided fetches that variable's information. So for example in the last screenshot above is the SendGrid_MailSend service parame...

Go to advanced search