From 428ab4f6cf0ce789d8f1b2b92cf034a9db59c5fc Mon Sep 17 00:00:00 2001 From: Julien Nahum Date: Tue, 30 Jan 2024 14:15:38 +0100 Subject: [PATCH] Fix form URL or confirmation email --- .../mail/form/confirmation-submission-notification.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/mail/form/confirmation-submission-notification.blade.php b/resources/views/mail/form/confirmation-submission-notification.blade.php index e77c1db..86c3ebe 100644 --- a/resources/views/mail/form/confirmation-submission-notification.blade.php +++ b/resources/views/mail/form/confirmation-submission-notification.blade.php @@ -24,6 +24,6 @@ As a reminder, here are your answers: @endforeach @endif -

You are receiving this email because you answered the form: slug)}}">"{{$form->title}}".

+

You are receiving this email because you answered the form: slug)}}">"{{$form->title}}".

@endcomponent