Closed iaroel closed 10 years ago
I don't believe so. What would the use case for that be?
I have 2 forms on the page one of them is a contact form and the other one is a get a quote form which is visible on every page.
Ah, I see. Honestly, I'm not sure. The view has a single statically named field, so I guess as long as you kept the values correct when validating, it should be okay.
Hi Greg,
Yes same values are working but its only showing one of the captcha images not all.
hi ... yes i have problem like this .... how put two recaptch in one page ....????
The official documentation has answers on how to do this. You'd have to bypass the Form::captcha()
stuff and render it on your own via Javascript. The lines in the validator should be the same, though.
Hi is it possible to use 2 recaptcha on one page in two different forms?