AJAX form not working in Wordpress...

jchappy6587

New Member
Messages
6
Reaction score
0
Points
0
i downloaded a wordpress ajax form builder for my site (the form in question is located on; http://www.designs.ejunwired.com/site-request-form) and when i hit the submit button, it just freezes and does nothing, it's supposed to reveal a box saying your form has been submitted but nothing happens. I tried to talk to the creator but he just said "their seems to be an issue with your footer.php in wordpress" and blew me off. so i looked at the code, not knowing what i was supposed to be looking for, and nothing seemed to pop out as an error within the code, to me at least. could you [the forum] take a look at it and possibly fix it?
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
<script type='text/javascript' src='http://designs.ejunwired.com/wp-content/plugins/facebook-activity-feed-widget-for-wordpress/jscolor/jscolor.js?ver=3.1'></script>
<script type='text/javascript' src='http://designs.ejunwired.com/wp-includes/js/jquery/jquery.js?ver=1.4.4'></script>

First problem is that you have the js requests in the wrong order.

Look at the Error Console, it can tell you a lot.
 

jchappy6587

New Member
Messages
6
Reaction score
0
Points
0
First problem is that you have the js requests in the wrong order.

Look at the Error Console, it can tell you a lot.

I see that in chrome's element inspect window, but i dont know where that code is generated from within the theme editor on wordpress...
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
It's the Facebook Activity plugin. Either find out from the author the fix or disable it.
 

jchappy6587

New Member
Messages
6
Reaction score
0
Points
0
okay i disabled it and got rid of the plug-in... still doesn't work...

---------- Post added 03-10-2011 at 01:36 AM ---------- Previous post was 03-09-2011 at 09:57 PM ----------

apparently it wasn't fully deactivated, so i completely took out the plugin, so now it does not show up in the source code now, so now whats the next step?...
 
Top