Search found 8 matches

Go to advanced search

by Nathan Ford
Mon Jul 28, 2014 11:09 am
Forum: Issues
Topic: More than one email in sendgrid?
Replies: 1
Views: 253
 
Jump to post

More than one email in sendgrid?

How do I make it so that sendgrid will send to two or more email addresses?

Its from a custom form and the to email address is always going to be the same two email addresses.

Thanks

Nathan

by Nathan Ford
Wed Jul 23, 2014 9:28 am
Forum: Issues
Topic: SendGrid Photograph, easy solution?
Replies: 71
Views: 11578
 
Jump to post

SendGrid Photograph, easy solution?

I have a form which is essentially a 'Repair Reporting' tool for a social housing landlord. A good feature for this form would be the ability to take a picture of the repair and email it via 'SendGrid' along with the rest of the information in the form. Is there a simple way of doing this, as everyt...
by Nathan Ford
Tue Jul 22, 2014 3:41 pm
Forum: Issues
Topic: Send form via SendGrid (Not just default values)
Replies: 8
Views: 923
 
Jump to post

Send form via SendGrid (Not just default values)

I got it working now, but thanks for your repsonse :)

by Nathan Ford
Tue Jul 22, 2014 11:01 am
Forum: Issues
Topic: Send form via SendGrid (Not just default values)
Replies: 8
Views: 923
 
Jump to post

Send form via SendGrid (Not just default values)

This is what I have so far: localStorage.setItem('firstname',"bob"); var a = localStorage.getItem('firstname'); Appery("dud").text (a); Which sets the local storage 'firstname' to "bob". Then calls the first name from local storage and then changes a label ('dud') to sa...
by Nathan Ford
Tue Jul 22, 2014 9:30 am
Forum: Issues
Topic: Send form via SendGrid (Not just default values)
Replies: 8
Views: 923
 
Jump to post

Send form via SendGrid (Not just default values)

Thanks again. Another question... :) After following this tutorial: http://devcenter.appery.io/documentat... I was wondering if their was a way to do the 'Set to local storage' from a 'textarea' input, through JSCode. Thanks ps i may just be being dense, and it may be on that tutorial :s
by Nathan Ford
Mon Jul 21, 2014 1:07 pm
Forum: Issues
Topic: Send form via SendGrid (Not just default values)
Replies: 8
Views: 923
 
Jump to post

Send form via SendGrid (Not just default values)

More specifically it is for a report a repair form, the fields are:

First Name
Surname

Repair Type
Repair Details
Photo of Repair (if possible)

First line of Address
Postcode

Up to date telephone number
Email Address

by Nathan Ford
Mon Jul 21, 2014 12:30 pm
Forum: Issues
Topic: Send form via SendGrid (Not just default values)
Replies: 8
Views: 923
 
Jump to post

Send form via SendGrid (Not just default values)

Thanks for this.

Also if I wanted to combine two fields to make one before the email is sent, would this be possible on your platform?

For instance, a Firstname and a Surname field combining to make a full name field.

by Nathan Ford
Mon Jul 21, 2014 9:56 am
Forum: Issues
Topic: Send form via SendGrid (Not just default values)
Replies: 8
Views: 923
 
Jump to post

Send form via SendGrid (Not just default values)

I want to send a form via email. I have SendGrid set up and all the fields going into the relevant request parameters, however when the email is sent, it still only sends the default fields (Message, Subject, To and From). How do I map the other fields so that they display when the email is sent? Th...

Go to advanced search