Jared
Jared

Reputation: 2133

Choosing Sharepoint save location for an InfoPath form

I have an InfoPath form template hosted as a Sharepoint content type. I want the user to be able to choose where in the Sharepoint site folder structure the form gets saved when they click submit. Is this possible, either by rules or custom .NET code? Thanks.

Upvotes: 2

Views: 1346

Answers (1)

Charlie
Charlie

Reputation: 2096

You can do this in code like this:

http://www.infopathdev.com/forums/t/11400.aspx

Upvotes: 2

Related Questions