This topic is locked

Read only Field and e-mail

7/15/2009 11:01:17 AM
PHPRunner General questions
M
mauro author

I created read only field
select

A,

A as 'A read only'

B,

B as 'B read only',

C,

D,

E,

....

from database
to use in edit page,

with Event: Edit Page-->Before record updated when user receive e-mail there are all Field (C, D , E...) but not A and B

how i can solve this problem?

J
Jane 7/16/2009

Hi,
readonly values are in the $oldvalues array, not $values.