Fix form URL or confirmation email
This commit is contained in:
parent
f7b6411383
commit
428ab4f6cf
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue