C
|
cgphp 1/11/2012 |
In the "Before record added" event you can check if the form is full fill. Return true if so or return false otherwise. |
N
|
notuo author 1/11/2012 |
In the "Before record added" event you can check if the form is full fill. Return true if so or return false otherwise.
|
![]() |
Sergey Kornilov admin 1/11/2012 |
I think you can loop through the $values array checking each field value. Should not be that difficult. |
N
|
notuo author 1/11/2012 |
I think you can loop through the $values array checking each field value. Should not be that difficult.
|