C
|
cgphp 11/2/2011 |
You can access fields values in the "Process record values" event or in the "Before display" event using the $values array: if($values['Module'] == 'test') |
D
|
dcrera author 11/2/2011 |
Hi Christian, |
C
|
cgphp 11/2/2011 |
Do you add the code in the "Process record values" event or in the "Before display" event of edit page ? Is FORUM the real name of the field ? |
D
|
dcrera author 11/3/2011 |
Hi, |
C
|
cgphp 11/3/2011 |
Add the code to the "Process record values" event or to the "Before display" event of edit page if you want to do some validation on the fields before showing the Edit screen. |
D
|
dcrera author 11/3/2011 |
Add the code to the "Process record values" event or to the "Before display" event of edit page if you want to do some validation on the fields before showing the Edit screen. |