Automatically select first item in dropdown during Add page |
3/1/2021 12:11:19 AM |
PHPRunner General questions | |
![]() In PHPR we have the option to set 'Default Value' inside the properties page of a given field. |
|
![]() |
Admin 3/1/2021 |
You have multiple options of doing so using jQuery: |
![]() |
need2sleep authorDevClub member 3/4/2021 |
Thank you Sergey for the direction. I was able to figure it out with your help and understanding how Jquery works. $("#target")[0].selectedIndex = 1;
$("#value_LeadType_1")[0].selectedIndex = 1;
|