<label for="name">Name:</label>
<input type="text" id="name" name="name" min="3" max="50" placeholder="Name" required>
for my survey project, i am required to have name, number, email and age inputs. all are working fine with the exception of Name input. i have created the corresponding #name tag but still not going through.