Skip to content

Commit 428ab4f

Browse files
committed
Fix form URL or confirmation email
1 parent f7b6411 commit 428ab4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/mail/form/confirmation-submission-notification.blade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
@endforeach
2525
@endif
2626

27-
<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>
27+
<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>
2828

2929
@endcomponent

0 commit comments

Comments
 (0)