Hi there. As you can see I am trying to send multiple local storage variables using the sendgrid plugin. However I am getting a javascript error.
Any help would be appreciated!
I have figured it out. Was using '' instead of " silly me!
However when the email comes through, the date is listed as mm/dd/yy instead of 09/18/13
Any ideas?
Hi Oliver,
How do you create a string with data?
I'm not brilliant with code, so I can't answer your question.
However everything seems to work, all the other data is sent other than the date.
Oliver,
Glad it's working. If you find where you generate email text I can take a look.
Hi Oliver,
We would like to know how you create the data (how you get it) and how you save it in localStorage.
I use an input with the date format. I have a button that has an event that when clicked saves the value into the local storage variable called "date"
Hi, on what Property name you bind setting of localStorage variable? Is that Date format? If so then you need to use Date value instead.
It's working perfectly now. Thanks ![]()