lara-zeus / wind

Contact form for your website with easy to use dashboard, works as a plugin for Filament Admin Panel
https://larazeus.com/wind
MIT License
27 stars 5 forks source link

Add ability to add captcha #85

Closed scryba closed 2 months ago

scryba commented 2 months ago

I wanted to add a captcha plugin for example https://filamentphp.com/plugins/ousid-cloudflare-turnstile but can't seem to make it work.

atmonshi commented 2 months ago

its not possible now to do that you would need to copy the resource from the vendor folder to your app folder and add any features you need.

scryba commented 2 months ago

do you mean resources/views/vendor/zeus/themes/zeus/wind/contact-form.blade.php ? I tried that by publishing the resource files but didn't work.

atmonshi commented 2 months ago

not the views, you need this file: vendor/lara-zeus/wind/src/Livewire/ContactsForm.php copy it to your app, change the namespace and set a route for it.

then you can add any fields or components you want

scryba commented 2 months ago

Thanks that worked.