Fix form URL or confirmation email

This commit is contained in:
Julien Nahum 2024-01-30 14:15:38 +01:00
parent f7b6411383
commit 428ab4f6cf
1 changed files with 1 additions and 1 deletions

View File

@ -24,6 +24,6 @@ As a reminder, here are your answers:
@endforeach
@endif
<p style="text-align:center"><small>You are receiving this email because you answered the form: <a href="{{url("forms/".$form->slug)}}">"{{$form->title}}"</a>.</small></p>
<p style="text-align:center"><small>You are receiving this email because you answered the form: <a href="{{front_url("forms/".$form->slug)}}">"{{$form->title}}"</a>.</small></p>
@endcomponent