He is correct, I am having the same issue on all my Contact 7 Forms – see here – https://www.screencast.com/t/eg5Mm1M4WRZV and here https://www.screencast.com/t/zLXElCZAi
Live Link Here: Flowtech Energy
By the way, I already tried applying default theme and disabling all plugins and reactivating them same problem.
CODE WITH ISSUE
This is the code that is causing the issue, you can see it is called twice (https://www.screencast.com/t/DKdr1pFHa):
<div style="width: 300px; height: 60px; border-style: none; bottom: 12px; left: 25px; margin: 0px; padding: 0px; right: 25px; background: #f9f9f9; border: 1px solid #c1c1c1; border-radius: 3px;">
<textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response" style="width: 250px; height: 40px; border: 1px solid #c1c1c1; margin: 10px 25px; padding: 0px; resize: none;"> </textarea>
</div>
and
<div style="width: 300px; height: 60px; border-style: none; bottom: 12px; left: 25px; margin: 0px; padding: 0px; right: 25px; background: #f9f9f9; border: 1px solid #c1c1c1; border-radius: 3px;">
<textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response" style="width: 250px; height: 40px; border: 1px solid #c1c1c1; margin: 10px 25px; padding: 0px; resize: none;"> </textarea>
</div>
ANOTHER UPDATE
I commented out the code that was making the box which is in modules/recaptcha.php, line 382, you can see here – https://www.screencast.com/t/qbWrbpMHIjS
REMAINING ISSUE
The submit button is forced to the left side of the page and is no longer under the recaptcha box. This was a problem “before” commenting out the text in recaptcha.php – see the submit button here – https://www.screencast.com/t/2rpUNyffI
SEND BUTTON ISSUE
The send button is placed OUTSIDE of the col-inner class, see here – https://www.screencast.com/t/BE1VJmpFQFP – notice if i move it inside the col-inner class it is correct – https://www.screencast.com/t/QLzheL20K3
I do not know where this is in the code to fix.
-
This reply was modified 6 years, 6 months ago by
colter.
-
This reply was modified 6 years, 6 months ago by
colter.
-
This reply was modified 6 years, 6 months ago by
colter.
-
This reply was modified 6 years, 6 months ago by
colter.
-
This reply was modified 6 years, 6 months ago by
colter.
-
This reply was modified 6 years, 6 months ago by
colter.