Zoho Creator helps you to easily create personal and business web applications on your own by structuring and presenting your data in a lot of interesting and useful ways. You can view the data as a table, calendar or just as a summary. In addition to just viewing your data in many ways, you might also want to perform one or more of the following:
Modify the form contents dynamically when it is loaded, both while adding/editing a row. Learn more
Validate form data before persisting it. For example, in a recruitment application, accept only those applicants who have more than two years of experience. Learn more
Perform an action after a form data is persisted, both while adding/editing a row. For example, you might want to receive email notifications as and when a row is added. Learn more
Modify the form contents dynamically whenever the value of a field in the form is changed. For example, in a Bug Tracker application, display only those team members who belong to the module chosen in the Module picklist field. Learn more
Perform an action only when the value of a field is modified and persisted in the database. For example, in the case of a bug tracker, you might want to receive email notifications whenever the status of the issue gets modified. Learn more
Define formula fields for calculations. For example, assume a student database has marks obtained by students in all the subjects and you want to display the total and average marks also. Learn more
Create complex filters in views. Learn more
With Zoho Creator, you don't have to write code to build a simple data collection and viewing application like a Contacts list. But, scripting will be indispensable for building a full fledged application with complex logic, for example, Library Manager.
Does it in anyway mean that you have to be a programmer ??