When this nice plugin is enabled it breaks the submit buttons on each gravity forms form. Please assist
When this nice plugin is enabled it breaks the submit buttons on each gravity forms form. Please assist
I have the same issue, the submit button stops sending when the heatmap plugin is activated.. have you found any solution to this problem?
No, I like heat maps and even bought one: http://codecanyon.net/item/wp-visitor-heatmap/2279243 but its complete garbage. Its complete garbage but it doesn't break submit buttons. I wont run either of them.
Here is the fix:
In the super heatmap folder open the "js" folder, then open wp_super_heatmap_click_js.js file.
On line 7 you will see:
event.preventDefault();
put // in front of it:
//event.preventDefault();
And that will fix it. I tested with 3.5.
Brilliant Thanks a lot ChilaxinC it's working for me !! on WP 3.4.2
You must log in to post.