Issue/Question
How do I create a Formstack email with WKU branding instead of the default email appearance?
Environment
- Formstack Suite platform (currently focusing on Forms module)
Cause
Formstack emails use a basic default layout that does not include WKU branding. A custom message must be used to apply WKU styling.
Resolution
Accessing Emails
- Log in to Formstack.
- Open form that will send email.
- Select Settings tab.
- Select Emails & Actions.
- Add a Notification or Confirmation Email or Edit an existing one.
Configuring the Email Content
- Complete email settings as needed.
- In Content section, select Custom Message.
- Select Code View icon (<>) to switch to source view.
- Copy and Paste the following code:
<!-- Email Header : BEGIN -->
<table cellspacing="0" cellpadding="0" border="0" align="center" width="100%" bgcolor="#b01e24">
<tr>
<td style="padding: 15px 0 0 0; text-align: center">
<img src="https://www.wku.edu/_resources/images/wku-logo-no-cupola.svg" width="143" height="40" alt="Western Kentucky University" border="0">
</td>
</tr>
<tr>
<td style="padding: 5px 0 15px 0; text-align: center; font-family: 'Open Sans', sans-serif; font-size: 14px; font-style: italic; color: #FFFFFF; font-weight: 300;">
[Your Email Title]
</td>
</tr>
</table>
<!-- Email Header : END -->
<p>[Your email content]</p>
- Select Code View icon (<>) again to return to the editor view.
- Note: The WKU Logo image in the header will not display in preview/edit mode, but will be included in the final email.
- Replace [Your Email Title] with a descriptive title.
- Ex. Your department name or the title of the form.
- Replace [Your email content] with any desired message content.
Including Form Submission Data
- Select inside the email content area below the header.
- Select Import Default Message.
- Confirm the form data was inserted.
Or:
- Use the Form Fields panel on the right.
- Drag & Drop individual fields into the message as needed.
If you need assistance, please contact the ITS Service Desk or submit a service request by clicking the Request Service button.