Click here to Skip to main content
15,885,435 members
Please Sign up or sign in to vote.
1.33/5 (2 votes)
See more:
I'm stuck in JavaScript with the rules that mentioned above.
Here is the question:


1- Design a web page with a form to register to a magazine with the following fields:

• First Name
• Last Name
• Date of Birth
• Gender
• Address 1
• Address 2
• City
• Country (user can select from a list of countries)
• Tel
• E-mail
• Interests (at least 4 options, user can select more than one)
• Username
• Password
• Confirm password
• Comment

2- Insert a JavaScript to validate the following points:

• First Name and Last Name written in Capital letter
• Date of birth with the form dd/mm/yy
• For Tel international code is a must, 00971501231231 means 14 digits
• Confirm the password
• All fields are required except the comment
Posted
Updated 10-May-15 18:54pm
v3
Comments
Mohibur Rashid 11-May-15 0:38am    
Where is the question?
Member 11679887 11-May-15 0:40am    
To design a HTML form
Mohibur Rashid 11-May-15 0:45am    
So, Where is the question? Where are you stuck? What is stopping you from building this application?
Member 11679887 11-May-15 0:46am    
I'm stuck in JavaScript with the rules that mentioned above.
upendra shahi 11-May-15 0:52am    
kindly do this self, here is only suggestion and your solution..
if you have any problem then ask here...

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900