Fix form URL or confirmation email
This commit is contained in:
@@ -24,6 +24,6 @@ As a reminder, here are your answers:
|
|||||||
@endforeach
|
@endforeach
|
||||||
@endif
|
@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
|
@endcomponent
|
||||||
|
|||||||
Reference in New Issue
Block a user