Quantcast
Channel: Zoho Creator Knowledge base » Form Actions
Browsing latest articles
Browse All 17 View Live

How can I check for duplication of records using Script?

The following sample code added to the Form actions ->on add ->on validate block and Form actions. ->on edit ->on validate block of the Script tab, will check if the same team member is...

View Article


How can I restrict the number of registrations to my form?

The following script added to the on add – validate block of the Script tab, checks if the number of records in the Registration form is equal to or greater than 20. Here, the count function is used...

View Article


How can I restrict entries to my Registration Form based on a given date?

Assume you have a Registration form to register for a specific course and the registration is open till 30th Dec 2009. To restrict entries from being submitted after this date, use the...

View Article

How can I restrict entries to my Form only from registered members?

The count function in Deluge Scripting enables you to count the number of records in a Form (table) that satisfies the given criteria. Using the count function, you can check if an entry already...

View Article

Can I restrict entries to my Form only from the admin user. If yes, how?

Yes, you can restrict entries only from the admin user. In the following code, Added_User stores the name of the user who added the current record and zoho.adminuser returns the name of the admin...

View Article

Browsing latest articles
Browse All 17 View Live