Blocks within condition
List of all the block within the condition group. If you're running an older core version, there may be groups listed here that are not available to you (yet).
condition v14.0.3 Validates a value against length checks, maximum length check is optional array includes condition v10.4.28 determines whether an array includes a certain value among its entries or condition v10.4.28 operator for a set of operands is true if and only if one or more of its operands is true switch condition v12.0.4 Returns a condition based on the given expression. validate username condition v12.0.1 Validates username format - allows letters, numbers, underscores, and dots only (no hyphens), 3 to 20 characters, not starting or ending with a dot or underscore ends with condition v10.4.28 Determines whether a string ends with the characters of a specified string starts with condition v10.4.28 Determines whether a string begins with the characters of a specified string validate url condition v14.0.4 Validates URL format - checks if the given string is a valid URL is valid email condition v10.4.28 Checks if email is valid and can receive mails and condition v10.4.28 operator for a set of boolean operands will be true if and only if all the operands are true array does not include value condition v12.0.5 Returns true if the given array does not include the given value !== false condition v10.4.28 checks whether its operands are not equal to false is alphanumeric condition v12.0.1 Validates that a value contains only alphanumeric characters, underscores, spaces, and asterisks array contains one of array condition v10.4.28 validate iban condition v10.4.28 Checks whether the IBAN given is a valid IBAN. validate hex color condition v14.0.3 Validates the given HEX color !== true condition v10.4.28 checks whether its operands are not equal to true false condition v10.4.28 Gives the condition false hard-coded is browser condition v10.4.28 checks if client is on a browser true condition v10.4.28 Gives the condition true hard-coded. Back to
condition Return to the main group to view all sub-groups