Wiki articles in category How-tos tagged with "validation"

Showing 1-7 of 7 items.

Integrating Yii3 packages into WordPress

Created a year ago by Gabriel A. López López, updated a year ago by Gabriel A. López López.

I was recently assigned with the task of integrating several extensive forms into a WordPress website. These forms comprised numerous fields, intricate validation rules, dynamic fields (one to many relationships) and even interdependencies, where employing PHP inheritance could mitigate code duplication.

1 0
1 follower
Viewed: 16 945 times
Version: 3.0
Category: How-tos

How to Create and Use Validator Using Regular expressions

Created 2 years ago by aayushmhu.

There are Multiple Ways to Create a Validator But here we use Regular Expression or JavaScript Regular Expression or RegExp for Creation Validators. In this article, we will see the most Frequently Used Expression

4 0
1 follower
Viewed: 116 715 times
Version: 2.0
Category: How-tos

using 'whenClient' for complex client side validation

Created 11 years ago by thiagoc7, updated 11 years ago by thiagoc7.

You have a 'Category' model with Id, Name and Visibility (boolean, where 0 = Public, and 1 = Private).

1 0
3 followers
Viewed: 27 155 times
Version: 2.0
Category: How-tos

Safely checking if a model class exists (without exploding)

Created 11 years ago by Boaz, updated 11 years ago by CeBe.

While rewriting the PcReportContent extension I'm maintaining I've bumped to a challenge. This wiki was born out of it.

1 0
2 followers
Viewed: 19 990 times
Version: 1.1
Category: How-tos

Client-side form validation using Twitter Bootstrap's Popovers

Created 12 years ago by Trejder, updated 12 years ago by Trejder.

This article explains how to easily turn standard text-line validation errors into beautifully and professionally looking Twitter Bootstrap's Popovers.

4 0
9 followers
Viewed: 46 145 times
Version: 1.1
Category: How-tos

Enforcing "You must agree" requirements in forms

Created 14 years ago by Steve Friedl, updated 14 years ago by Steve Friedl.

Checkboxes have two possible values, true and false, but some applications require that the user select one particular value before proceeding. Examples might be:

25 0
17 followers
Viewed: 34 405 times
Version: 1.1
Category: How-tos

Reference: Model rules validation

Created 15 years ago by krillzip, updated 11 years ago by Rodrigo.

This is a reference to be used for Model rule validation and is compiled from the Yii documentation and code. The purpose is to have all the information gathered in one place instead of scattered. This reference is not an intro. See The Definitive Guide to Yii, Declaring Validation Rules for a tutorial.

99 0
114 followers
Viewed: 899 283 times
Version: 1.1
Category: How-tos