Questions tagged [html-form-web-part]
Question related to HTML Form Web Part
27 questions
1
vote
1
answer
1k
views
How to load username and email id of a logged in user on my SharePoint site on a form input field within the page?
I have a sharepoint site where a person has to login using SSO ( using username/email id and passcode) to view its content. I have a form in the page where there are fields like username, email id ...
0
votes
1
answer
225
views
Why does clicking the tabs inside a Content Editor Web Part cause my page to refresh?
I'm back with more questions. I recently wrote up some HTML (to create a set of three tabs) and put it on the page with the HTML Form Web Part. But now, whenever I click on one of the tabs in order to ...
0
votes
1
answer
335
views
SOLVED: SPO filter results to display 'Title' field values while filtering page wps from another field in same list
I want my autocomplete filter to display the search results based on the Companies list item's Title field while filtering the page's WPs based on another field in the Companies list. I am working ...
0
votes
1
answer
300
views
Create html with links to different folder in Document Library
I saw this html part that had different links to different sites or folder inside SharePoint.
Is it possible to create on that would consist of links to different folder inside document libary
The ...
1
vote
1
answer
68
views
How do I share a LIST within a site collection WITHOUT using SP Designer?? Using SharePoint 2013
I found this older question and answer on this exchange that pertains to my situation. However, the answers are incomplete.
Sharing a library between two sites, without designer?
However, I followed ...
0
votes
1
answer
335
views
How can I hide unselected (web part connection) list items?
Team,
Scenario:
I have two web parts that are connected with a connection filter. When I select an item in list A, related items in list B are filtered. Hooray!
But list A is really long, so when ...
0
votes
1
answer
133
views
Can i change the side navigation automatically?
Our users are creating new pages and sub-sites. Our users want to manage their own page's sidebar menu. They want to add new pages on to the menu and delete old pages from menu
Users can edit lists ...
0
votes
1
answer
1k
views
Filter lists with HTML-form
Today i use HTML-Form web part to connect to the list in question. I then use the following code to filter/sort:
<div onkeydown="javascript:if (event.keyCode == 13) _SFSUBMIT_">
<select name=...
0
votes
0
answers
37
views
Cannot reach the column's data?
I made a list. I want to pull the datas from this list . I used Javascript, SOAP and HTML form web part. But it cannot read the column. That returns 'undefined'. I tried only 'GroupName' instead of '...
0
votes
1
answer
243
views
How can i show swf files on HTML Form Web Part?
I want to display my swf file on Sharepoint. Which code block that i should use?
1
vote
1
answer
1k
views
How to extract the source code for HTML Form Web Part in SP 2010
I wanna edit the page of SP 2010 site pages' using SP DESIGNER 2010 tool. But when I opened the page, I am able to see only the page layouts.
I am unable to see the web parts' contents -lie div tag, ...
8
votes
4
answers
6k
views
Why is it not working properly when I add JavaScript, HTML, and CSS code?
I added the HTML Form Web Part. And I added some code to Source Editor. I copied the code from W3Schools.
It is Animated Accordion code. But when I click the menu it is sliding down, but closing back ...
0
votes
1
answer
72
views
I want to upload an html document to SharePoint but dont have SharePoint Designer
I have some HTML script that basically displays a countdown clock in a Web Part on SharePoint 2013. We don't have SharePoint Designer and uploading .html documents are blocked from our implementation....
0
votes
1
answer
815
views
Display current Julian Date in web part
Is it possible to display the current 4 digit Julian date (YDDD) at the top of a column above a web part?
I've been trying to google and insert a javascript code in the modify HTML portion when ...
1
vote
3
answers
859
views
Submit item on select INSTEAD of button click in HTML Form WP Autocomplete dropdown List
Below is a script I have loaded into an HTML Form Web Part Filter. It is autopopulated with list items from a list called 'Companies'. I want the list item to be submitted upon select INSTEAD of the ...