š« The magic of Inertia.js with the simplicity of Blade š« - Splade provides a super easy way to build Single Page Applications (SPA) using standard Laravel Blade templates, and sparkle it to make it interactive. All without ever leaving Blade.
Dev environment (OS, Sail/Valet/etc): OS (Laravel Herd)
Description:
In a x-splade-form component I want to youse FriendlyCaptcha to protect the form for spam.
To do so I created a Vue component and place this in the x-splade-form.
The captcha will automatically create a input field named frc-captcha-solution like descripted in the documentation.
If the form is submitted the field frc-captcha-solution is not submitted in the request. If I used a normal form tag the field and the value is submitted.
Description:
In a x-splade-form component I want to youse FriendlyCaptcha to protect the form for spam. To do so I created a Vue component and place this in the x-splade-form.
The captcha will automatically create a input field named frc-captcha-solution like descripted in the documentation. If the form is submitted the field frc-captcha-solution is not submitted in the request. If I used a normal form tag the field and the value is submitted.
Example of the whole form in the browser:
Steps To Reproduce Issue:
Follow the installation guide on the documentation
Use the Option B to install the code with npm
npm install --save friendly-challenge
Create a Vue component (see Widget-API):
Configure the app.js file:
Use the Vue Component in Blade-File: