Design a Simple form for User Creation
a) With username and two passwords.
b) Where both the username and password should contain at least 6 characters
c) Both the passwords should be identical.
d) Upon submitting to the database, the existence of username is checked across the database, if the username already exists display an error message and choose some other user name, else user is created.