Spinning icon
-
Hi,
I am having some issues with the honeypot plugin. I have a contact form 7 form with the honeypot plugin installed:<div class="wpcf7-inline-wrapper"> <p class="wpcf7-inline-field"> ... </p> </div> [honeypot addr-83 "address"] <div class="wpcf7-inline-wrapper"> <p class="wpcf7-inline-field"> ...</p> </div>
When I submit the form I get a spinning icon and the form never submits, but when I remove the honeypot plugin, the form works fine and submits.
This is what the honeypot syntax looks like within the page.
<p><span id="wpcf7-605079bf42b15-wrapper" class="wpcf7-form-control-wrap addr-83-wrap"><label for="wpcf7-605079bf42b15-field" class="hp-message">Please leave this field empty.</label><input id="wpcf7-605079bf42b15-field" placeholder="address" class="wpcf7-form-control wpcf7-text" type="text" name="addr-83" value="" size="40" tabindex="-1" autocomplete="new-password"></span></p>
And this is the error in the console
POST https://...../wp-json/contact-form-7/v1/contact-forms/83291/feedback [HTTP/2 500 Internal Server Error 1616ms]
Additional information, the page is currently in draft but I dont imagine this should affect things, and I have the latest version of CF7 and honeypot. I am also using uncode as the web-page framework with page builder.
Any help would be appreciated.
Thanks
- The topic ‘Spinning icon’ is closed to new replies.