Before I start, please I want to insist that I am really not professional, so I would really appreciate that you detail to the maximum your answers, thanks !
Hello, on my page : PLEASE SEE LINK IN NEXT MESSAGE IT IS ON THIS PRECISE URL
here is what I need to make work before uploading my website :
1 / how to justify all the text that appears in the alert inline window ? 'your email have been sent etc.' the captcha is invalid etc..
2 / the autoresponder only shows the content of the form, but the text here doesnt show on the email :
// AutoResponder Message
$ar_body = "Thank you for contacting us. We will reply within 24 hours.<br><br>Regards,<br>Your Company.";3 / the accents because my name is french doesnt work, i need to utf 8 decode everything but i dont know how and where to do it, in the autoresponder the subject of the email doesnt utf decode, and also before i open the email i see the content of it as a preview and the content doesnt utf decode 8, the customer receiveds an email not from EDEN BOITES (name) but from ROOT USER.
4 / same than 3 but with the email i receive from the customers in the form, the subject in preview and inside the email doesnt utf 8 decode, and so does all the content of the form, in the preview of the mail and also when i open it.
5 / in the form on my page, the email adress require must force the email to be like this : x@x.x but now it allows it to be x@x without the point and the x (.com, .fr etc....), and also it doesnt recognize as valid an email that has an accent in it, but gmail for instance allows to have a mail adress such as micheltrèsfort@têrible.fr
please help me to fix the 5 questions, i think you wont hear about me after :D haha thanks for everything !
ps : about the required champ in form, it didnt work because i was putting required into the class, and now it works after i put it outside of the class like this : required = ""
