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.
Scott
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>
Comment