I would like to have a feedback form embedded on the homepage of my sharepoint 2010 site. I've created said form using InfoPath and have published the form to the site. However when I add the form as a webpart on the page it appears as link like it's another document, and you can only complete the form when you click the link.
How can I embed the form on the actual web page?
Thanks in advance!
Have you embedded the infopath form in the SharePoint Infopath webPart ?
http://www.bizsupportonline.net/infopath2010/embed-infopath-form-sharepoint-2010-web-part.htm
Related
I have developed a portal using SharePoint 2010 (Standard Edition). I want to develop a Master-Detail "Requisition" form using Visual Studio 2010. I don't want users to access the List and click on "Add New" to access the form. I want to create a link on portal's homepage like "Requisition Form" when user will click on the link it should open the form right there.
Should I create a Visual WebPart ..then create new page and embed the webpart there? or should I develop WebPart Page..I've never done webpart page so what's the better approach? and to Edit the page do I need to create another Visual part with Gridview control and fill currently logged in user's Requisitions including Item ID and pass it on to MyCustomRequisitionEditForm.aspx ?
Please advise.
Why don't you customize standard new form of the list with Sharepoint Designer or InfoPath? You can create a link to this form on the homepage of your portal.
I am working on creating a SharePoint 2010 site in which I have placed the content in wiki libraries. I want to have a feedback textbox on every page. On clicking submit, there are two options, I can store the feedback text in yet another custom SharePoint list or configure it to send an email.
Please guide me on how to go about adding the feedback textbox ?
thanks in advance
You can do this with the out of the box "Note Board" web part in the "Social Collaboration" section. You can add it to the page layout if you have publishing enabled. This will add it to every wiki page.
If you don't have publishing enabled, you will have to add the web part to each page individually.
This has the added advantage of leveraging the existing social features in SharePoint 2010. Meaning you will be able to see the notes you have added from your MySite and it will be shared with colleagues.
In SharePoint 2010 i've seen many people are using Modal Popup window to show list contents. How to achieve this in sharepoint 2010.
You want to look for information on the Dialog Framework.
This training module should help you get started: Module 10: Creating Dialogs and Ribbon Controls for SharePoint 2010
I think you are looking for the Shapoint 2010 ECMA Script Modal Dialog:
http://www.chakkaradeep.com/post/Using-the-SharePoint-2010-Modal-Dialog.aspx
I have RadUpload from telerik inside Sharepoint 2010 Site Page , but DeleteSelected and Select Buttons Don't work
Is There any idea or workaround???
Do you receive any JavaScript errors when clicking on the 'Delete' button? The same functionality works fine in a simple ASP.NET page.
I want to display a list item in a different detail page, not dispform.aspx, not in modalbox. Page must be inherit site masterpage, layout page and must be in portal sitemap like publishing page.
Breadcrumb must be like this:
Company Intranet > Announcements > Product request formm updated!
Is there any way for do that?
Chaning the System Master to publishing master page will render all the forms with Same UI as you see in Home page.
You can change it in this Location http://yousite/_layouts/ChangeSiteMasterPage.aspx You have to do this in site where you what to see this change.
To Prevent the popup forms Go to List Settings->Advanced Settings and turn off the Dialog.
Also to change default Form of List you have multiple forms
Create a New Form (Link is for 2007 same applies for 2010 as well) in SharePoint Designer and Associate it to the List.
Use Infopath to create a Custom Form
Develop a new Webpart that will do Add Edit etc and Add it to the Default Forms.