Page 1 of 1

Sendgrid

Posted: Mon Nov 11, 2013 1:10 pm
by Johnny

Image

Want to insert 3 fields in the sendgrid mail message.

I placed this code into to a button. Put the 3 inputs into 1 var "res" and store it in LocalStorage.

var str1 = Tiggr('txtsanaam').val();
var str2 = Tiggzi('txtsaemail').val();
var str3 = Tiggzi('txtsanommer').val();
var res = str1.concat(str2,str3);
localStorage.setItem("inhoud", res);

SendGrid on error function:
I setup on the sendgrid service "on error" message. And I keep on getting that message when I click on the button.


Sendgrid

Posted: Mon Nov 11, 2013 2:19 pm
by Kateryna Grynko

Hi Johnny,

Please check if there are any errors in console (F12).