Tagged Questions
0
votes
1answer
48 views
JavaScript error with Cascading Dropdowns
Many similar questions have been asked but none seem to work.
I have Sharepoint 2010 and I have jquery-1.9.1.min and jquery.SPServices-0.7.2.min loaded into my parent site's Shared Documents. It ...
0
votes
1answer
96 views
Why does javascript on the page stop the drop down menu working?
I have just inserted a javascript world clock via a text doc and a CEWP.
However now that this is functional on my page I cannot see my drop downs from the top nav bar. It was working fine before I ...
1
vote
2answers
790 views
disabled dropdown has value reset
I have a dropdown in an edit form that is disabled via jquery/javascript. When I go in and edit an item/record, save it, and reopen it, the selected value in the dropdown gets reset to its default ...
2
votes
4answers
1k views
How can I Make a Dropdown box in a Form Field Conditionally Read-only/locked?
I have a drop down box form field (with values level1,level2) in SharePoint list. How can I lock the drop down box selection in the edit form.aspx whenever the condition is level2?