[SOLVED] Checkbox - works in Add/Edit but not View |
11/25/2022 16:40:55 | |
| PHPRunner General questions | ||
|
Hello, Here is the code in Javascript onload event : var ctrlworkingday = Runner.getControl(pageid, 'workingday'); |
||
|
|
Davor Geci authorDevClub member 11/25/2022 |
|
The solution was to use the event Before Display in View page with this code: if ($values["workingday"]!="1") {If someone also got this challenge. |
|