I have form with many field, there I have two field like “Select your gender” & another is “Your Name title”. I want to put the condition as if Gender select Male then he must type the title Mr., if not so then it will show an arror msg. How to do itin html/php?
If they always have to digit ‘Mr’ and ‘Ms’, why not get rid of the ‘Your name title’ box? Just have them choose the gender, and have the script add the ‘Mr’ and ‘Ms’.