diff --git a/modules/contactform/views/templates/widget/contactform.tpl b/modules/contactform/views/templates/widget/contactform.tpl
index a51099a..7549219 100644
--- a/modules/contactform/views/templates/widget/contactform.tpl
+++ b/modules/contactform/views/templates/widget/contactform.tpl
@@ -125,7 +125,10 @@
         <input type="hidden" name="token" value="{$token}" />
         <input class="uppercase font-medium py-2 text-center w-full bg-blue-950 hover:bg-blue-900 text-gray-50" type="submit" name="submitMessage" value="{l s='Send' d='Shop.Theme.Actions'}">
       </footer>
+      {else}
+      <div class="flex w-full justify-center font-semibold text-center">
+        {l s='Thank You for contacting us, we will get back to you shortly.' d='Shop.Theme.Global'}
+      </div>
     {/if}
-
   </form>
 </section>