1
votes

In my sharepoint list newform.aspx, I have two cascading dropdown *(Country, Training), where based on the Country, Trainings gets populated. I had achieved this using spservices.

Now for some country users I need to make default country as their own country in dropdown and show its corresponding trainings.

Kindly let me know how can I get this. I'm able to disable dropdown with specific country using jquery. But i want make readonly, because only when the value newform saves to sharepoint list.

Its happen for textbox not for dropdown.

1

1 Answers

0
votes

Basically, this has been answered here: How to make a dropdown readonly using jquery?

A hidden field is the key.