Is there a way to link a HTML template or something similar to this this to create a custom email? Would love to have a nice, branded confirmation email sent to the form submitter, with a logo, a thank you message, some links, and a table showing the data they entered.
Also, is there a way to remove the time component from the date picker data? It displays in the email like this:
Wed Oct 23 2019 00:00:00 GMT 1000 (Australian Eastern Standard Time)
Ideally, I would like to have it displayed as something easy to read like
Wed Oct 23 2019
or
Wednesday Oct 23, 2019
or even
23/10/10
I found this article about repeaters, but I can’t figure out how I would apply this to an email
These two things would greatly improve the aesthetics of the confirmation emails.
So you are using SendGrid option to send a form on form submission, which you can change the email if you go into SendGrid and set it all up yourself.
However, the easier option would be to just use triggered emails and set yourself up a triggered email which gets sent to either the contact or the member after a form is submitted.
You can brand this yourself etc and put whatever variables you want on the email too.
@givemeawhisky Form Submission Get Notification or Message to the ADMIN (not to the user). I have a form on my website which is connected with DATABASE.When someone will fill the form I will get notification.
Note:I know how to send email notification , who did fill up the form(Sendgrid).
But help me how admin means I will get notification for each fill up form.