How to get the recaptcha v1 to custom theming? For my exampleI just need the "blank" image of the captcha being showed to the user. As far as I read I need to create form for submitting the input value on my own. Is there any way to get this done using this library?
in the config file of the recaptcha but when I use this laravel returns on the view this error:
ErrorException in FileViewFinder.php line 137: View [customCaptcha] not found. (View: C:\xampp\htdocs\projekt\resources\views\protected\dashboard.blade.php)
How can I write a sample template for this? A bit help would be nice.
How to get the recaptcha v1 to custom theming? For my exampleI just need the "blank" image of the captcha being showed to the user. As far as I read I need to create form for submitting the input value on my own. Is there any way to get this done using this library?
link: https://developers.google.com/recaptcha/old/docs/customization
I tried to use
in the config file of the recaptcha but when I use this laravel returns on the view this error:
ErrorException in FileViewFinder.php line 137: View [customCaptcha] not found. (View: C:\xampp\htdocs\projekt\resources\views\protected\dashboard.blade.php)
How can I write a sample template for this? A bit help would be nice.