Announcement

Collapse
No announcement yet.

Problem with Colossus modal and ReCaptcha enabled

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • ids
    replied
    I sent the message directly to you. The forum is having an issue posting some code with a 403 error for some reason.

    I'm not a console guru, but it appears to be when the Recaptcha script is running.

    Scott

    Leave a comment:


  • Matt Zimmermann
    replied
    Hi Scott,

    Which script is that error being generated from?

    Leave a comment:


  • ids
    replied
    No error when prod page renders or trigger the modal. When I click the checkbox for ReCaptcha, that is when I see this:

    uncaught exception: Timeout (f)
    So, since the cursor is running in circles, I guess there is no response.

    Scott

    Leave a comment:


  • Matt Zimmermann
    replied
    Hi Scott,

    Are there any console errors or is there just no response from the ReCaptcha form?

    Leave a comment:


  • ids
    started a topic Problem with Colossus modal and ReCaptcha enabled

    Problem with Colossus modal and ReCaptcha enabled

    This runs nicely in the modal without ReCaptcha enabled.
    When enabled, the form won't submit. Any ideas why the modal isn't working?
    btw: While not in a modal, the form with ReCaptcha enabled also runs nicely.

    Code:
    <div class="u-hidden" data-tessreviewform>
        <section class="c-mini-modal__element-subject u-width-12 u-width-6--m u-bg-white">
            <mvt:item name="tgreviews" param="Form_Template()" />
        </section>
    </div>
    <button class="c-button c-button--small c-button--clear u-bg-transparent x-messages--info" data-mini-modal data-mini-modal-type="inline" data-mini-modal-content="data-tessreviewform" title="Submit a Review">Submit a Review? <span class="u-icon-question"></span></button>
    Scott
Working...
X