Hello, I'm french (sorry for my english)
I create new Auto Actions with this parameter:
Type: code
Triggers: onBeforeRegisterFromDisplay
User: Automatic
Acces: Everyone
Method: PHP (create_fonction)
Code:
$idparrain = JRequest::getVar('idparrain', '' , 'get', 'int');
And I want my fields value cb_parrain = $idparrain
How to do this?
Thank you