0
votes
1answer
55 views

Opening newform/editform.aspx in SP Designer for further customization only shows default forms

On a document library I have a custom content type and I want to edit its forms in SP Designer. Going to the library in Designer and clicking on any of the forms in the Forms section shows a seemingly ...
0
votes
0answers
60 views

Creating a New Form for content types in SharePoint Designer

This question is specific for SharePoint 2010. I have one list with 2 site content types. In SharePoint Designer, I can create a New Form and specify a content type for that specific New Form. When ...
0
votes
0answers
25 views

Add new item form order in Standard View

I have searched everywhere and I have not been able to figure out why the "Position from Left" does not match the sequence order for the form. I have gone to modify web parts > Default edit Form ...
0
votes
1answer
42 views

Straightforward Approach To Creating Form?

Standard "out of the box" SharePoint forms aren't very aesthetically pleasing and quite clunky in form. I know that SharePoint designer lets you create custom forms/pages using Asp/aspx. Is there a ...
0
votes
0answers
52 views

Sharepoint 2007 HTML Form submitting to PHP Script not working

I am working in Sharepoint Designer 2007 through the web API to set up a form for a client of mine. The form simply collects some data, and upon submit, a PHP script compiles the data into a formatted ...
1
vote
1answer
52 views

Lists: Display custom form depending of field value

In My list I have field called STATUS which can take 4 different values (A,B,C,D), now when user press "Edit" I need to show different Form depending of STATUS (eg Form1 if 'A', Form2 if 'B') Can you ...
0
votes
0answers
164 views

SPD - SOAP data source bound to form contrl = no data fields to pick from?

SP2010, SPD2010. Got a NewForm.aspx form. I am trying to populate a dropdown control with IDs and Names, coming from users in a particular group. In SPD, Site Objects > Data Sources, I have created a ...
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 ...
1
vote
1answer
2k views

How to create custom login page for extended claims-Windows authentication based Internet sharepoint application?

1) I have a Claims Based Windows Authentication web application which is being used by my internal Active Directory users. (Intranet app) 2) Now I want to expose this to the Internet (by configuring ...
0
votes
1answer
75 views

How to quickly get the EditForm look and feel and functionality and customize it?

I have developed a custom ASPX page (a SharePoint application page) which is used as a replacement for the default EditForm. I need to have some fields available for editing (so, not all as the ...
0
votes
0answers
29 views

How do I update a field when someone opens a form to view it

I have a list with a datetime field that must be updated when the user first opens the view form. I am not allowed to change the web.config for the SharePoint server so inline code is out of the ...
2
votes
2answers
366 views

how to move multiple items into a listbox in infopath 2010

I have an infopath form that has two list boxes. I'm wanting to be able to add multiple items from one listbox to another. similar to this : any help would be much appreciated!
0
votes
1answer
203 views

Populate ListBox dynamically in term of the choice in another ListBox in infopath

I have serverals problems to create a dynamic form with InfoPath. Here is how my Sharepoint lists looks like : Places Table : City | Adress | Phone number | ... Ressources Tables : City | ...
1
vote
0answers
81 views

How to manage hardcoded paths in custom InfoPath forms for different environments (dev, staging, release)?

When you create custom InfoPath forms for your SharePoint components (lists, workflow tasks or initialization form etc) all web references point to InfoPath Designer. Create one from a blank form and ...
1
vote
2answers
516 views

__redirect not working after __commit on Form Action Button

This is in Sharepoint 2007 -- Designer I have written a Form Action button and it has the following Code: <input type="button" value="Add List Item" name="BtnSave" onlick="javascript: ...
1
vote
3answers
3k views

SPD 2010: Can fields be hidden by Conditional Formatting on NewForm?

I use content types to dynamically change which fields (columns) are initially displayed on the newform page. I am trying to have the fields change as the user is filling out the form. I was trying to ...
2
votes
2answers
1k views

How to make SharePoint fields mandatory conditioned on other fields?

For example, in a workflow task, I might have a master field called "Approve" which, if set to "No", makes it unnecessary to complete the rest of the form (and thus makes them non-mandatory). Is there ...
0
votes
1answer
1k views

Workflow createTask: How to customize regular InfoPath task template?

Can I customize the InfoPath task form which is used by the regular createTask activity? I know I can create my own form and reference that in the elements.xml file, but I like using ...
0
votes
2answers
120 views

DVWP, xsl choose

I'm looking at building a solution that will use this as it's base: Content Types as Statuses and I'd like to know if it's possible to create a DVWP form that only allows the first form, eg the ...