Pages
At Lucky Media, we believe in a personalized approach. Here's how you can tailor your email templates to fit your brand, step by step.
If you're keen on sending emails after each form submission, then this step is for you.
To begin, navigate to resources/forms/{form handle}
.
Then, add the following code:
title: 'Survey Form'
email:
-
id: lmphyzza
to: [email protected]
from: '{{ email }}'
subject: 'New Form Submission'
html: emails/form_sender
text: emails/form_text
This example form sets the HTML and Text for the email
template. We've already included a well-designed email template for you. So, if you're in a hurry, feel free to use it as it is.
Your emails should reflect your brand, and a logo is a great way to do that. Our email templates come with a sample logo, but we encourage you to replace it with your own for that special touch.
To change the default logo, head over to Assets
and replace the email_logo.jpg
file with your own. Just remember to keep the same filename, or it might not work.
Previous:
Next