Coder Social home page Coder Social logo

hcaptcha-integrations-list's People

Contributors

ahmad-taha avatar alexanderfink avatar alexgavrusev avatar alfredoramos avatar brandonfarber avatar brdlyptrs avatar c10d-dev avatar e271828- avatar kaltesterne avatar kjmartens avatar knugihk avatar lenicdev avatar magecomp avatar n-thumann avatar neg4n avatar nerdyluffy avatar nzambello avatar reedy avatar rvxlab avatar seangwright avatar sebastiangrebe avatar sinankeskin avatar sirtoobii avatar ticktackk avatar vbgamer45 avatar vexcited avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

hcaptcha-integrations-list's Issues

https://dashboard-sandbox.dwolla.com/launchpad

"https://access,portal,Amazon-fire-larncher.googleLite.googleFi. androidEnterp.net

  • [ ]
    :/:\×°°¶[
    <(™)!>
  • [ ]
    [bugreport-B130DL-QP1A.190711.020-2022-04-16-01-05-53
![nft_creator_1672652635052.jpg](https://user-images.githubusercontent.com/97154178/221472242-99359311-c744-417a-9665-9a4c10126d2a.jpg)


.png](https://user-images.githubusercontent.com/97154178/221471497-31e3eee3-93b8-4f8e-8c27-f0aa8c6d34b4.png)


Snapchat-1703682587.mp4
<"$drakogang">
- [ ] 
"© 2023 Drakogang all rights reserved 

Error: Message must be an object.

Hello ,

I have a probleme with hcaptcha.execute()

I intégrate hcaptcha in my contact form like this :

<button 
class="btn btn--submit h-captcha forms__btn--submit" 
data-size="invisible" data-sitekey="c502a4bc-0d80-41fc-ae24-5c5352bc6663" 
type="submit"
value="Envoyer" 
data-hcaptcha-widget-id="0ctwlm5j9apl">
    Envoyer
</button>

And my js file :

const FormSubmit = {
    init: () => {
        FormSubmit.onLoad();
    },
    onSubmit : async (token) => {
       // stuff 
    },
    onValidate : (event, widgetID) => {

        event.preventDefault();

        hcaptcha.execute( widgetID, { async: true } )
            .then(({ response, key }) => {

                FormSubmit.onSubmit();

            })
    },
    onLoad : () => {
        var element = document.querySelector('.forms__btn--submit.h-captcha');
        element.addEventListener('click', (e) => {
            const widgetID = e.target.dataset.hcaptchaWidgetId;
            FormSubmit.onValidate(e, widgetID);
        })
    }
}

export default FormSubmit

But when i click in button .forms__btn--submit i have this error :

Screenshot_20240418_194559

This error is appear not all time.
I dont undestand why ? Maybe someone can be help me.

If you want testing : https://kevintessier.net/

thank.

Feature request: Rails gem

Hi, excuse me, do you have any plan to make a rails gem?

Note: I do not know if this is the correct channel to this comment, so an apology in advance

Fix for PHP Fatal error: Uncaught TypeError: LoginBase.php line 324

Hello, we had a plugin conflict with Themeum courses theme, Their support fixed it. see txt file attached.
Not being developer myself, thought to give credit to their fix here.
Maybe someone can implement it.

( error: PHP Fatal error: Uncaught TypeError: Argument 2 passed to HCaptchaAbstractsLoginBase::add_signature() must be of the type array, string given, called in www/.....com/public_html/wp-includes/class-wp-hook.php on line 324 and defined in www/.....com/public_html/wp-content/plugins/hcaptcha-for-forms-and-more/src/php/Abstracts/LoginBase.php:100)

changed code:
File Path: wp-content/plugins/hcaptcha-for-forms-and-more/src/php/Abstracts/LoginBase.php

LoginBase-php-error-fix-bbe.txt

Alphasort lists?

Is it possible to add some ordering to the lists? Even if just alphasorting?

When doing #13 it wasn't obvious if I should try and insert it at the bottom, or some other place... As there was no obvious order, unless it was "order added"

# PSEUDO CODE SECRET_KEY = "your_secret_key" # replace with your secret key VERIFY_URL = "https://hcaptcha.com/siteverify" # Retrieve token from post data with key 'h-captcha-response'. token = request.POST_DATA['h-captcha-response'] # Build payload with secret key and token. data = { 'secret': SECRET_KEY, 'response': token } # Make POST request with data payload to hCaptcha API endpoint. response = http.post(url=VERIFY_URL, data=data) # Parse JSON from response. Check for success or error codes. response_json = JSON.parse(response.content) success = response_json['success']

pixil-frame-0.png

content://media/external/downloads/1000001801pixil-frame-0.png

  • [ ]
    pixil-frame-0.png
B-Certified.svg -->

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.