Skip to content

Commit 41bb3ce

Browse files
author
Satyam Tripathi
authored
Update README.md
1 parent 0cc817c commit 41bb3ce

File tree

1 file changed

+6
-0
lines changed
  • GUIScripts/Registration Form Web App

1 file changed

+6
-0
lines changed

GUIScripts/Registration Form Web App/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ With the help of the PyWebIO module, we'll create a registration form. This Pyth
1212
* radio: Only a single can be selected.
1313
* select: You can also select multiple options by setting the “multiple” parameter to True.
1414

15+
## Working
16+
This form will take your username, name, password, email, and website link as input. Speaking of passwords, it will also check your password again to confirm whether it is correct or not. It will also validate your phone number, website link, and email address.
17+
18+
After that, you will get the radio button consisting of gender, and you will also get the comment section so that you can write your feedback. As you can see in the below image, first we have to pass the username, then we will pass the password, and then to check whether the password is correct or not, we will confirm it by reentering the new password. The name, phone number, and phone number will then be verified to see if they are valid.
19+
20+
When we pass the email, it will be verified using the re-module. Finally, pass the website link, so that we can access that site. And when we press the reset button, the whole content will refresh. When we press the submit button, it will be submitted and will show you the whole content.
1521

1622
## Output:
1723
<img width=50% src="../Registration Form Web App/Images/form.jpg">

0 commit comments

Comments
 (0)