0
votes
0answers
18 views

How to add the close button in SP.UI.Status

I use status bar to show exception message in code-behind. I wanna add a close button in the status bar for user, so they can remove the bar. Here is my code: protected virtual void ...
0
votes
2answers
24 views

Forms being re-appended to themselves on every deployment (Sharepoint 2010)

I have a (sandbox) solution with some custom forms. If I deploy it to a site that never had this solution installed before, everything works fine. However, every time I deploy it again, custom forms ...
1
vote
1answer
161 views

Content Type drop-down missing on editform.aspx for a list

by default, editform.aspx is supposed to include a drop-down that allows the content type for a particular list item to be changed. I am using the default form on a list and noticed that the ...
0
votes
2answers
300 views

Form cannot be submitted

I have two identical InfoPath forms on two different site collections within the same web application (SP2010). One works fine but the other produces this error when submitting the form.... The ...
1
vote
1answer
229 views

Can This Complex Form Built in InfoPath?

Hello all, I am a sharepoint expert who is not very experienced in InfoPath. Now i have a requirement to move a paper-form into sharepoint. So these audit forms will be managed on sharepoint ...
0
votes
0answers
30 views

Inconsistent workflows

I recently started working in a large governmental corporation. There are many offices throughout the organization and most of them have a SharePoint site that serves one purpose or another. Mostly, ...
0
votes
3answers
2k views

newform.aspx and People Picker field - set current user as default?

This is for SP2010. Got a list. One of the fields is a "Person or Group" type, with the results limited to members of an SP group. I've created a copy of NewForm.aspx in SharePoint Designer, and am ...
0
votes
2answers
429 views

Lookup field on custom form does not save once deployed on testing

I have a custom form on a content type I've created. This content type has 3 site columns which are a lookup field from 3 lists. In the form I've created the user selects a dropdown box and chooses an ...
0
votes
1answer
126 views

CEWP with Calendar New Form : hidding selections, setting all day by default

So I came across a cool trick first in a book, then on a blog (here!), but it doesn't work for me. It's straightforward enough, couple lines of javascript/jquery, and a cewp in order to auto-select ...
3
votes
1answer
440 views

Username() in infopath form return empty string on sharepoint workflow form

I have an infopath form loaded as an initiation/association form for a sharepoint workflow. I added a text field wich I want to be prefilled with the current user username. I'm using username() to get ...
0
votes
4answers
2k views

Problems storing Infopath 2010 XSN files in a document library on Sharepoint 2010 server

To collaborate on building forms for collecting data, we are uploading our .xsn form templates to a document library in a "Sharepoint Admins" site. There are a couple of problems with this approach ...
1
vote
1answer
302 views

New/Edit click should redirect to custom form instead of newform.aspx and editform.aspx

i want to redirect to my custom form when i click on new button in sharepoint list and document libraries.Also , i want same behavior on edit click button.
1
vote
0answers
213 views

InfoPath 2010 Form / SharePoint 2010 List

I've been given an interesting project where I need to have a set of 3 forms as a readiness checklist for a software go-live event. I have approximately 200 offices that need to fill out forms of ...
1
vote
0answers
56 views

How to access workflow variable in association form created in SharePoint designer?

I need to access a worflow variable in an association form created using the action 'Collect data'.
1
vote
2answers
312 views

SharePoint Server with Infopath, submit a form without knowing that your saving it

We are looking into using InfoPath with our current SharePoint infrastructure to submit easy non workflow forms that we currently are creating in asp and I have some basic questions I hope that you ...
2
votes
2answers
901 views

SP2010: How to start a workflow which is not related to a document or list item?

I'm trying to build a "list" which is comprised of a bunch of workflows. Example workflows would be: Travel, Reimbursement, Software Request. I would like to list these workflows and allow a user to ...