Code Monkey home page Code Monkey logo

Comments (5)

justinmayer avatar justinmayer commented on June 12, 2024 2

Hey Zhang. I just wanted to say a belated thank-you for responding to my question so quickly and for answering it so thoughtfully and thoroughly. Much, much appreciated! 💕

from django-turnstile.

zmh-program avatar zmh-program commented on June 12, 2024

First of all, thank you very much for your advice, this is my first issue! 😃

I browsed the turnstile docs and CloudFlare community, and as you can see, I didn't find anything specific about invisible widgets. 😓
I'm trying to decompile and read the turnstile source code to find something useful. 🤔

Hope everything goes well. 👀

(Sorry, please excuse my English)

from django-turnstile.

zmh-program avatar zmh-program commented on June 12, 2024

Wait...
I think I found something useful...
image
image

It looks like it's the param size 🤔
Wait for success! 😄

from django-turnstile.

zmh-program avatar zmh-program commented on June 12, 2024

Yes, that's right!
image

I have already successfully implemented an instance, and both the frontend and the backend are fine! 😃

from django-turnstile.

zmh-program avatar zmh-program commented on June 12, 2024

Let me tell you how you should change your code:

- Global Configuration

<project> / settings.py

TURNSTILE_DEFAULT_CONFIG = {
    'size': 'invisible',   # add it
}

or

- Local Configuration

... / forms.py

from django import forms


class ExampleForm(forms.Form):
    captcha = CaptchaField(
        label="captcha",
        size="invisible",   # add it
        error_messages={
            "required": "Please enter the captcha field",
            "invalid": "The captcha is incorrect"
        },
    )

Thanks for the issue! If you are also successful, please comment and then I will close the issue~

from django-turnstile.

Related Issues (2)

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.