Hello i would like to know how to do the whitelist of users that can be sponsors in a company
I tried the fallowing without sucess
In the form in validator propierties on sponsorship email i put on validator isValidEmail
And on validator argument
array (
'allow' =>
array (
0 => 'cdelarosa@abc.com',
1 => 'cdelarosa2@abc.com',
),
'deny' =>
array (
),
)
Anyone can enlight me in what i would need to change for this to work?
Cheers
Carlos