| Automatically select first item in dropdown during Add page | 3/1/2021 00:11:19 | |
| PHPRunner General questions | ||
|  need2sleep authorDevClub member In PHPR we have the option to set 'Default Value' inside the properties page of a given field.  | ||
|   | Sergey Kornilov 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;
 | |