This topic is locked
[SOLVED]

 Auto Fill on readonly fields ???

11/3/2010 8:38:24 PM
PHPRunner General questions
romaldus author

PHPRUNNER 5.3 auto fill feature is really cool and save my time. But i can not make auto fill on readonly fields (fill readonly fields automatically when another dropdown is selected) on my project. I made these fields readonly to prevent users to add/edit fields manually.

A
ann 11/4/2010

Romaldus,
unfortunately auto fill won't work with readonly fields.
As workaround you can set up this field as text in the Edit as settings dialog on the Visual Editor tab.

Then use JavaScript API (JavaScript Onload event on the Events tab) to set the field as disabled once the value of the main dropdown is changed.