Giter Club home page Giter Club logo

Comments (5)

zhanang19 avatar zhanang19 commented on June 10, 2024

Can you provide more detail? I think it can be a simple script about that. Cause I can't replicate the issue in my side.

from invisible-recaptcha.

mrmmg avatar mrmmg commented on June 10, 2024

@zhanang19 detail like what? can you expain a liitle bit more?

from invisible-recaptcha.

mrmmg avatar mrmmg commented on June 10, 2024

@zhanang19

My form (blade template) is:

				<form action="{{route('save-comment')}}" method="post" id="commentform" class="comment-form">
                    <div class="form-group">
                        <label class="form-label" for="author">name</label>
                        <div class="form-item-wrap">
                            <input class="form-item" id="author" name="author" type="text" value="" size="30" maxlength="245" aria-required="true" required>
                        </div>
                    </div>

                    <div class="form-group">
                        <label class="form-label" for="email">email</label>
                        <div class="form-item-wrap">
                            <input class="form-item" id="email" name="email" type="email" dir="ltr" value="" size="30" maxlength="100" aria-describedby="email-notes" aria-required="true" required>
                        </div>
                    </div>

                    <div class="form-group">
                        <label class="form-label" for="comment2">your commenet</label>
                        <div class="form-item-wrap">
                            <textarea class="form-item" id="comment" name="text" cols="45" rows="8" maxlength="65525" aria-required="true" required></textarea>
                        </div>
                    </div>

                    @captcha('en')
                    @csrf
                    <div class="form-submit">
                        <input class="btn btn-primary btn-lg" name="submit" type="submit" value="submit">
                    </div>
                </form>

And that's it. no more information!

from invisible-recaptcha.

mrmmg avatar mrmmg commented on June 10, 2024

@zhanang19 sorry for my comments
the debug in console return this error:

image

from invisible-recaptcha.

JWardee avatar JWardee commented on June 10, 2024

Just had this exact issue and it turns out it was because my localhost domain wasn't an allowed domain. Make sure you can see the badge by setting INVISIBLE_RECAPTCHA_BADGEHIDE=true in your .env. Once I added my domain it works fine - hope this helps!

from invisible-recaptcha.

Related Issues (20)

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.