User tests: Successful: Unsuccessful:
Here is alternative version of that pull request #8867
test
Enable Captcha for the contact form.
Then add in the Contact description:
<div class="g-recaptcha" data-sitekey="ENTER_HERE_SITEKEY"
data-theme="light" data-size="compact"></div>
In result you should be able to see 2 captcha on the page. One under the form and second in the contact description.
Status | New | ⇒ | Pending |
Labels |
Added:
?
|
I have tested this item successfully on 2c98a7a
Tested successfully by adding a two recaptcha form fields in /components/com_users/models/forms/remind.xml (URI: /component/users/?view=remind)
Also tested adding the following HTML to the remind view:
Custom 1: <div class="g-recaptcha" data-sitekey="ENTER_HERE_SITEKEY" data-theme="light" data-size="compact"></div><br/>
Custom 2: <div class="g-recaptcha" data-sitekey="ENTER_HERE_SITEKEY" data-theme="light"></div><br/>
Custom 3: <div class="g-recaptcha" data-sitekey="ENTER_HERE_SITEKEY" data-size="compact"></div><br/>
Custom 4: <div class="g-recaptcha" data-sitekey="ENTER_HERE_SITEKEY"></div><br/>
All worked.
Update: I didn't test the submit, only the captcha js loading.
I have tested this item successfully on 2c98a7a
Test is ok, only i need to crtl + f5 to refresh, then i see the recaptcha again, else users can send the form again without the captcha check.
@andrepereiradasilva yes, if it need
I will try tomorrow,
This PR has received new commits.
CC: @810, @andrepereiradasilva
added minified version, please retest
I have tested this item successfully on d8a7b53
I have tested this item successfully on d8a7b53
@joomla-cms-bot can be RTC
Status | Pending | ⇒ | Ready to Commit |
@810 just calling the bot won't automatically label the PR as RTC, someone has to set that in the issue tracker
Labels |
Added:
?
|
i already said the bot needs some AI :)
@810 with a little help...
@andrepereiradasilva Jesus (
Well, let's hope this can be merged before 3.5.0
@joomla-cms-bot merge this :D
Milestone |
Added: |
Status | Ready to Commit | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-02-18 08:44:39 |
Closed_By | ⇒ | Kubik-Rubik |
Labels |
Removed:
?
|
i still get:
This reCAPTCHA is currently running on localhost.
recaptcha status
Verification expired, select the checkbox again for a new challenge
Verification expired. Check the checkbox again
will try a new branch tonight