Last active
April 11, 2025 14:47
-
-
Save moxet/0b56cffc90a29d145486ed9c558f2c89 to your computer and use it in GitHub Desktop.
Transactional Email Template for JetFormBuilder, copy the code below and paste it in Jet Form Builder Email action content section, make sure to enable html as content type instead of text.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
</head> | |
<body style="background-color: #2a2a2a; | |
font-family: arial; | |
-webkit-font-smoothing: antialiased; | |
font-size: 16px; | |
line-height: 1.4; | |
margin: 0; | |
padding: 20px; | |
-ms-text-size-adjust: 100%; | |
-webkit-text-size-adjust: 100%; "> | |
<center><img width="200" src="https://softemblems.com/wp-content/uploads/2019/08/2.svg"/></center> | |
<br/> | |
<div style="background:white;width:80%;margin: auto;padding:10px 30px 40px 30px; border-radius:10px;"> | |
<h3 style="color: #2a2a2a;">Email Alert Title</h3> | |
<p>THis is a generic html template, you can add content or macros below from JetFormBuilder.</p> | |
<ul> | |
<li>Details & Marcros goes here..</li> | |
<li>Details & Marcros goes here..</li> | |
<li>Details & Marcros goes here..</li> | |
<li>Details & Marcros goes here..</li> | |
</ul> | |
<br/> | |
<a href="https://softemblems.com" style="background: #2a2a2a; | |
padding:15px; | |
text-decoration:none; | |
color:white; | |
border-radius:5px; | |
font-weight:bold;">Action Button</a> | |
</div> | |
<br/> | |
<center style="font-size:12px;color:grey;"> | |
Company Name, Country<br/> | |
© 2025 Your Company. All rights reserved.<br/><br/> | |
Powered by SoftEmblems.com ❤ | |
</center> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The template has been updated, the output as below