refactor: add affirmation for contact form submission

pagebuilder
abhisheks 2024-01-03 14:23:29 +05:30
parent ff02287a26
commit 8e2f8aa91f
1 changed files with 4 additions and 1 deletions

View File

@ -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>