Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change captcha field name #43

Closed
darkcyber opened this issue Jan 4, 2015 · 1 comment
Closed

Change captcha field name #43

darkcyber opened this issue Jan 4, 2015 · 1 comment

Comments

@darkcyber
Copy link

Hello,

I want use "captcha" field name instead of "g-recaptcha-response" , how i can edit it in laravel 4 ?

Thanks in advance.

@hannes-dahlberg
Copy link

I ended up wiriting my own validation messages for this:
Validator::make($fields, $rules, $messages);
$messages = array(
'recaptcha' => 'Captcha failed!',
);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants