Last updated: Aug 1, 2022

Forms and Validators in Web2py

Moving towards, the last but not the least topic of the web2py party, we will be discussing forms. You might be bored with Forms. They come in every application developing frameworks. One way or the other forms are kind of building blocks or starting points when talking about development. Here as well, we will be discussing forms and validators in Web2py. 
Other types of Forms in web2py EASY
The following article explains other types of forms and looks at their usage along with examples.
Widgets and Autocomplete widget in web2py EASY
This article covers everything you need to know about Widgets and Autocomplete widgets in web2py. Web2py is an open-source framework for web applications. Python dynamic web content programming is made possible by Web2py for web developers.

Validators in Web2py

What are validators? I am sure, you might have some idea about the name itself. But how are these validators in web2py? We will be discussing text format validators, also the date and time validators. Further, we will be covering more topics related to validators. 
What are Validators in web2py MEDIUM
In this article, we will discuss the validators in web2py. We will also discuss different types of validators, along with examples.
Text Format Validators MEDIUM
In this article, we will discuss the Text Format Validators present in the web2py package in Python. We will further discuss the different types of Text Format Validators. We will also look at various code snippets to understand the Text Format Validators.
Date and Time Validators In Web2py
In this article, we discuss web2py and validators in brief. We have also discussed the date and time validators extensively.
Range, Set and Equality Validators in web2py EASY
In this article, we will be discussing some validators in web2py, such as range, set and equality validators.
Special Type Validators in web2py EASY
This article introduces you to the concept of special type validators in web2py with a detailed description.
Different types of validators in web2py MEDIUM
This article introduces the concept of validators in web2py. We will discuss database, custom, multiple, other validators, and validators with dependencies.