This topic is locked

mobile version hideField function not working

7/17/2014 12:17:37 PM
PHPRunner General questions
G
gudon author

I am trying to hide some fields on the Add and Edit pages (they are auto-filled through other dropdown fields). In the Before Display events, I used the code:

$pageObject->hideField("fieldname");


This works with the desktop version, but in the mobile version, all the fields are still shown as usual. Any ideas?
Thanks.