Linked Questions

0 votes
2 answers
838 views

is there any way we can add space between the choice fields (Radio Buttons)? For instance if I want to make space between Youth and Adult what would be the steps?
Harris's user avatar
  • 615
1 vote
1 answer
582 views

In the script editor I have this code to disable some buttons: <script> document.getElementById(id="Status_c15b34c3-ce7d-490a-b133-3f4de8801b76_$DropDownChoice_Aprovado").disabled = ...
Odelam Sá Dias de Souza's user avatar
1 vote
2 answers
556 views

I've successfully used the following script in NewForm.aspx to hide a column 'Date SharePoint checked' when another column 'Check SharePoint?' is set to 'No'. When I open the same list item in ...
Stu's user avatar
  • 23
1 vote
1 answer
222 views

I am trying to edit the SharePoint 2016 suitebar links and want to replace "sites" with a custom name and link. I have been able to edit the name via CSS but need to edit the link using JavaScript as ...
Eric Young's user avatar
0 votes
2 answers
232 views

I'm trying to customize the Sharepoint 2016 suite bar so that the username is displayed at the immediate top left (instead of far right) as well as remove "My Personal Settings" from menu dropdown. ...
DMC's user avatar
  • 1
0 votes
1 answer
177 views

I'm trying to edit script editor webpart in Sharepoint 2013 online (chrome removed) so that all grouped sublists would be collapsed by default. It's already set to collapsed by default in document ...
dancingsushi's user avatar
0 votes
1 answer
144 views

When trying to implement the following code in SharePoint 2016, I get the following error: Unable to get property 'webAbsoluteUrl' of undefined or null reference. The developer tool points to this ...
OLA's user avatar
  • 231
0 votes
0 answers
112 views

We've added a custom JavaScript to SharePoint 2019 on all modern pages (it's just a standard script tag, <script src="..." type="module">). It works fine except when ...
steedwmax's user avatar
1 vote
1 answer
77 views

I have tried almost every permutation of jQuery to disable a multi line text field (plain text) named [Client]. Same internal name as display name. The 4 lines below have been tried one a time with ...
ChasEpes's user avatar
  • 167
0 votes
1 answer
67 views

I've made a HTML + CSS menu on a page which I happy with. Ideally I wanted the name of the page to appear in it. This way I can use the web part across the site and it will change the page name itself....
Darkstar.Industries's user avatar