opnform/resources/views/mail/form/created.blade.php

26 lines
717 B
PHP
Raw Normal View History

2022-09-20 19:59:52 +00:00
@component('mail::message')
Hey there 👋
Congrats! Your form "{{$form->title}}" was successfully created!
If you want to share your form, here is the link:
@component('mail::panel')
{{$form->share_url}}
@endcomponent
2024-02-27 08:54:06 +00:00
If you want to embed your form to your website, copy and paste the following code:
2022-09-20 19:59:52 +00:00
@component('mail::panel')
2024-02-27 08:54:06 +00:00
{{ '<iframe style="border:none;width:100%;" height="620px" src="'.$form->share_url.'"></iframe>' }}
2022-09-20 19:59:52 +00:00
@endcomponent
2024-02-27 08:54:06 +00:00
Finally, we created a **Discord channel** with all the other users to share our news and guides about OpnForm.
2022-09-20 19:59:52 +00:00
I would love to see you there, here is the link:
2024-02-27 08:54:06 +00:00
@component('mail::button', ['url' => config('links.discord')])
Discord Channel
2022-09-20 19:59:52 +00:00
@endcomponent
@endcomponent