Question: Write a python web program to input the info of user for Registration form: Name, username, password and retype password Phone Number, Email, gender selection
Write a python web program to input the info of user for Registration form: Name, username, password and retype password Phone Number, Email, gender selection and upload the photo using the validation checking if Name contain text box digit or symbol are not Valid, username only special character like @ or _underscore are only accepted beside alphabet and number, valid email checking, password must be one special character, alphanumeric character and one Uppercase alphabet, length no less than 8 character and no more than 25 character and both password field must match each other, and for phone number no other character beside number are enter and must be 10 digits number only other throw the message showing what is an error and error must be below the textbox with color red for photo only jpeg format is acceptable with auto size adjust 3.5*4.5 cm . Once everything is correct it save in database with taking care of sql injection.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
