You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
This discussion was converted from issue #631 on April 19, 2024 16:02.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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:
Beta Was this translation helpful? Give feedback.
All reactions