diff --git a/mails/en/careers.html b/mails/en/careers.html
new file mode 100644
index 0000000..ddfd88a
--- /dev/null
+++ b/mails/en/careers.html
@@ -0,0 +1,1198 @@
+
+
+
+ Contact
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+
+
+
+ |
+
+
+
+
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Message from {first_name}
+ {last_name}
+
+ |
+
+
+
+
+ |
+
+
+
+
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Candidate Email Address:
+ {email}
+
+ |
+
+
+
+ |
+
+
+
+
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Candidate message:
+
+ |
+
+
+
+ |
+
+
+
+
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {message}
+
+ |
+
+
+
+ |
+
+
+
+
+
+ |
+
+
+
+
+
+
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+
+
+
+
+ |
+
+
+
+
+
+ |
+
+
+
+
+
+
+
+
+
diff --git a/mails/en/careers.txt b/mails/en/careers.txt
new file mode 100755
index 0000000..1c9014b
--- /dev/null
+++ b/mails/en/careers.txt
@@ -0,0 +1,13 @@
+{shop_url}
+
+Message from {first_name} {last_name}
+
+Candidate Email Address: {email}
+
+Candidate message:
+
+{message}
+
+[{shop_name}]({shop_url})
+
+Powered by [PrestaShop](https://www.prestashop-project.org/)
diff --git a/templates/checkout/_partials/cart-voucher.tpl b/templates/checkout/_partials/cart-voucher.tpl
index fc0b5ca..7a0eb10 100644
--- a/templates/checkout/_partials/cart-voucher.tpl
+++ b/templates/checkout/_partials/cart-voucher.tpl
@@ -58,7 +58,7 @@
-
+
{/block}
diff --git a/templates/cms/page.tpl b/templates/cms/page.tpl
index 4839ab7..7dbbced 100644
--- a/templates/cms/page.tpl
+++ b/templates/cms/page.tpl
@@ -33,6 +33,11 @@
{block name='cms_content'}
{$cms.content nofilter}
+ {block name='careers-page-form'}
+ {if $page.meta.title == 'Careers' || $page.meta.title == 'careers'}
+ {include file="../misc/careers-page-form.tpl"}
+ {/if}
+ {/block}
{/block}
{block name='hook_cms_dispute_information'}
diff --git a/templates/misc/careers-page-form.tpl b/templates/misc/careers-page-form.tpl
new file mode 100644
index 0000000..bef57d9
--- /dev/null
+++ b/templates/misc/careers-page-form.tpl
@@ -0,0 +1,16 @@
+
+

+
+