Home › Forums › Theme support › Eastend : Ajax contact form translation › Reply To: Eastend : Ajax contact form translation
I already used the HTML name .. but the result on the screen after posting is
Merci, votre email a été envoyé avec succès.
it seems that the system don’t take into consideration the HTML name ?
Custom.js.php code :
if(responseText===”1″)
{
jQuery(“form#contactForm”).slideUp();
jQuery(“#success”).addClass(“alert alert_green”).text(” Merci, votre email a été envoyé avec succès. “);
jQuery(“#success”).slideDown();
}
thanks for your reply
Franck