C
|
cgphp 7/18/2011 |
Autofill works fine. Please, explain what you do in more detail. |
B
|
bluedude author 7/18/2011 |
There is no more detail, I just want to use autofill. |
C
|
cgphp 7/18/2011 |
Do all the fields that you want to autofill need to be on the add/edit page?
|
B
|
bluedude author 7/18/2011 |
Well, |
B
|
bluedude author 7/18/2011 |
Tried it again and put in on the page but no luck. Also no error messages when I debug in the browser. For sure both fields are INT and the one I select in the dropbox has a value. |
B
|
bluedude author 7/18/2011 |
Could a Javascript OnLoad event on another field be the problem? |
C
|
cgphp 7/18/2011 |
So I need to add my INT field, can it be readonly?
|
C
|
cgphp 7/18/2011 |
Could a Javascript OnLoad event on another field be the problem?
|
B
|
bluedude author 7/18/2011 |
Well, I discovered the problem. The dropdown autofill does not like code in the Javascript OnLoad. Although I check an onChange on another dropdown this influences also my autofill. |
C
|
cgphp 7/18/2011 |
Well, I discovered the problem. The dropdown autofill does not like code in the Javascript OnLoad. Although I check an onChange on another dropdown this influences also my autofill. BTW, tested readonly without all my code but that does not work for me. Anyway, will try to solve it myself.
|