in my form i have this code
<form action="mail.php" class="contactForm" name="cform" method="post">
Problem is when i validate it tells me “name” is not allowed on xhtml strict.
is there a way i can use soem thing else for this.
thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You should be using
idas a unique identifier instead ofname.Is there a particular reason that you need to set the name though? You can just remove the name declaration unless there’s a reason for it.