1

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.

halfer
  • 19,824
  • 17
  • 99
  • 186
Anand B
  • 66
  • 1
  • 6

1 Answers1

0

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

A hidden field is the key.

Community
  • 1
  • 1
Cam
  • 186
  • 1
  • 5