picklist with only one choice still gives drop down "choice"

picklist with only one choice still gives drop down "choice"

Dear Support

I have shared my app to various people and restrict the records they can access depending on the country. To do this I have the following script. ....

b = zoho.loginuser;
if (b.contains("John"))
{
clear Country;
Country.add("USA");
}

This works fine, but I would like USA to be already filled in in the form, rather than as at present where they still have to move onto USA and select.

How can this be done?

Regards

Peter


moanazoho