Footer Widget Not Submitting
-
- Clicking the submit button when there’s an email doesn’t submit the form
- Hitting the return key when an email is present refreshes the screen without an indication as to whether or not the request was sent–doesn’t appear to have been sent at all
The page I need help with: [log in to see the link]
-
This appears to be resolved now.
Hi, I’m having the same issue. We’re using BeTheme and this Plugin.
The footer widget doesn’t work.Upon inspecting the js error, I think the footer widget isn’t passing some data to the admin-ajax function, which is returning an error.
Please take a look : http://venusandherlover.com/purpose/synopsis/
Can confirm this is actually still not working; we are still having the same error that @ykbks is having.
We turned off the footer widget and are currently doing it manually within our theme, but of course it would be preferred for us to use the plugin’s footer widget option.
This is the error message found in the console when using the submit button:
POST https://becandylicious.com/wp-admin/admin-ajax.php?chimpmate_service=1 400()Same problem here.
I found the problem is on the form container class name.
On public/assets/js/public.js:297 it’s looking for a container with class name wpmchimpselector.
On widget/views/widget9.php:546 the class name is wpmcintselector instead of wpmchimpselector (it may be a typo)
As a workaround, you can rename class wpmcintselector to wpmchimpselector on widget9.php:546 while waiting for an official fix.
Hi,
Sorry for the delay.
@mfcanovas thank you for suggesting the bug fix.We’ll release an update soon, with the bug fixed.
The topic ‘Footer Widget Not Submitting’ is closed to new replies.