Costum validation rule

Use a custom PHP validation rule in ChronoForms.

Overview

The issue occurs when a custom PHP function for validation, such as checking an IBAN number, does not work correctly within the CF environment, even though it functions properly in a standalone PHP file.
Follow the official CF documentation on implementing custom PHP validation to ensure the function is correctly integrated and called within the form's validation settings.

Answered
ChronoForms v7
Pk Pkoll 13 May, 2024

Hello Max.

is it posible to define a function in an PHP custom validation rule. I have tried this with the functions to check an IBAN account number. I always get that the number is false. In a separate PHP file with the same functions it works right. Is there a solution for this?

greeting Paul

Post a Reply