I
iamegghead
I'm trying to decide the best way to approach this.
I have an InfoPath 2007 form that I want to be browser enabled. This is a
form where the user will probably not fill it out all in one sitting so I
want them to be able to save it and return to it. When they have finished
filling out the form they can then submit it for further processing.
Since this is a browser enabled form the user can't save locally so I need
to provide a way for them to persist the form and come back to it.
My first thought was to submit the entire form to a web service when they
want to save but I will need to get around validation. I would then need to
give them a way to identify themselves and load their form from the web
service when they come back. I'm a little fuzzy on both these things.
I'm sure this could be done with code but it seems like something that
should be possible without too much code.
Since browser forms are kind of new I'm having trouble finding a lot of
information about best practices for them so any help is appreciated.
I have an InfoPath 2007 form that I want to be browser enabled. This is a
form where the user will probably not fill it out all in one sitting so I
want them to be able to save it and return to it. When they have finished
filling out the form they can then submit it for further processing.
Since this is a browser enabled form the user can't save locally so I need
to provide a way for them to persist the form and come back to it.
My first thought was to submit the entire form to a web service when they
want to save but I will need to get around validation. I would then need to
give them a way to identify themselves and load their form from the web
service when they come back. I'm a little fuzzy on both these things.
I'm sure this could be done with code but it seems like something that
should be possible without too much code.
Since browser forms are kind of new I'm having trouble finding a lot of
information about best practices for them so any help is appreciated.