Questions tagged as 'captcha'

2
answers

Contact Form with reCaptcha

I have a contact form and I want to implement reCaptcha but the truth is that I have not been able to, I have tried but I can not get my PHP code to validate that the Captcha is not resolved and does not allow sending the form. Then my PHP and H...
asked by 30.05.2017 / 23:27
0
answers

@ Html.Captcha does not work correctly

Recently I developed a page that has html and razor, in it I have an @ html.Captcha like the following: @Imports CaptchaMvc.HtmlHelpers @Html.Captcha("Refrescar", "Por favor, escriba el texto de la imagen.", 5, "Is required field.", True) T...
asked by 18.06.2018 / 20:13
0
answers

How can I implement three recaptcha on an index.php page?

I am having problems when loading three recaptcha in the same file index.blade.php where there are three different forms, these in turn require validation with recaptcha, but it happens that when loading the first one the next two stop work....
asked by 08.09.2017 / 16:48
1
answer

How to reload a div when sending a form?

I made a form, which is sent with PHPMailer to an email, after the form is sent returns an alert whether the email has been sent correctly or not. Then I want to reset the form, this I did with the following line of code $('#formcontacto').tri...
asked by 10.09.2017 / 20:03
1
answer

captcha google does not respect js

I do not know if the title is ok, but my question is as follows. It turns out that I have on my website a code where I prevent the user, using javascript, using the right click. In my web works well but I can not make that happen also in my damn...
asked by 26.05.2018 / 04:44
1
answer

Reload / Restart Google reCAPTCHA

I am making a form to send messages from my website, which I am doing with jquery and ajax , using the reCAPTCHA of Google with the title. The messages are sent correctly, but the point is that when sending the email the...
asked by 27.06.2017 / 20:36
1
answer

How to use reset () method CaptchaModule primeng Angular

I ask for your help because I have problems with the CaptchaModule component because I refresh the page and I get the following Recaptcha is not loaded Html <p-captcha [siteKey]="llave (onResponse)="showResponse($event)"> <...
asked by 16.05.2017 / 08:52
1
answer

How to use Captcha Google in 2 forms within the same html? One of these forms is seen in Desktop and another in Mobile. Never at the same time

I have 2 form with different design since one is for desktop and another for mobile but they share the same html and the captcha works for only one of them. In what way can I solve it? the hidden and the display none for this situation does not...
asked by 03.05.2017 / 01:09
0
answers

vue-reCAPTCHA does not work

Hello, I'm using the vue-reCAPTCHA package to insert one. This capcha is a sub component so for use within the sub component I do the following. This is the script: import VueRecaptcha from 'vue-recaptcha'; export default { components:...
asked by 28.11.2018 / 22:16
0
answers

ERROR WITH CAPTCHA, NO SEE IMAGE

This is my code .. I try it on another pc and it works fine, I already tried updating updates and changing the style of the lyrics but nothing. I do not see the values of the captcha <?php session_start(); unset($_SESSION['rand_code']); if...
asked by 08.11.2018 / 04:47