1
vote
1answer
49 views

Creating Browser Enabled Form Without Using InfoPath

I'm relatively new and inexperienced with SharePoint 2010 development and I have a question that may sound a bit strange. I'd like to be able to create a Form Library that has entries opens into a ...
2
votes
2answers
374 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!
2
votes
2answers
286 views

how to show infopath form in an email

is it possible to have a form in an email? I'm needing to create a form that will be sent to a user based on a workflow variable. This email will have two field in it that will need to be filled out ...
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 ...
2
votes
2answers
602 views

Using postbackurl with enctype=multipart/form-data

I have a form having one text field and one button all I want is to postback it to some other server. I have created an .ascx for it and I have added html textbox and asp.net button and using ...