C
|
cgphp 3/12/2012 |
The code looks correct. Are you sure you are not inverting the field name? Try to run the following code: var ctrlPadre = Runner.getControl(pageid, 'padre'); |
S
|
stiven author 3/12/2012 |
yes I am 100% sure.. 'padre'' is the check box and 'clergy' is the text field that is disabled. The code looks correct. Are you sure you are not inverting the field name? Try to run the following code: var ctrlPadre = Runner.getControl(pageid, 'padre'); |
C
|
cgphp 3/12/2012 |
Can you post a demo link? |
S
|
stiven author 3/13/2012 |
I got it to work thanks this was the problem |