sends email but returns error
-
I am getting “Unexpected token S” in the error.message below:
error: function(xhr, status, error, $form) {
var e = $(‘<div class=”ajax-error”></div>’).text(error.message);
$form.after(e);
}
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘sends email but returns error’ is closed to new replies.