Forums
(@asit)
12 years, 9 months ago
can you show me that code you changed, as i said.. copy few lines before and after that lines too.
Solved it, error is in ajax-contact.js (version 2.0.3), at line 110,
replace this success: function( json ) {
with this code success: function( jsonObj ) { var json = jQuery.parseJSON(jsonObj);
Still not redirecting correctly, i upgraded it to latest version 2.0.3