Dropdown default value

Hello,

i have custom created dropdown field ,which is not created by studio, i want to make one of the options as default .How can i do it?

Thanks,
Karthi

Hi wherever you’ve made your array to display the drop down itself you will want to have

‘default’ => [the value you want to be set as default]

Hope this helps