remove binding

I

Imfruity

I am creating a form that requires a comment section. I do not want the
secton to be bound to a data source or any bindings. I just want a user to
be able to type there comments. I an not figure out how to do this, could
you guys help out.
 
I

Imfruity

OK So I can get rid if the bindings. Can I have one binding for many things?
(and not have the contends replicated) That way I can quickly make a form
with having to create several "false bindings"

:

If you do not want the user comments saved in the main DOM, create a
secondary data source with a field for comments.

Basically, anywhere the user can do data manipulation (i.e. enter comments,
etc), there has to be a binding. period.


Greg Collins [InfoPath MVP]
Please visit: http://www.InfoPathDev.com

I am creating a form that requires a comment section. I do not want the
secton to be bound to a data source or any bindings. I just want a user to
be able to type there comments. I an not figure out how to do this, could
you guys help out.
 
A

Andrew Watt [MVP - InfoPath]

I am creating a form that requires a comment section. I do not want the
secton to be bound to a data source or any bindings. I just want a user to
be able to type there comments. I an not figure out how to do this, could
you guys help out.

If the comments are not bound to anything, where do you anticipate
they will go when the user submits the form?

Andrew Watt
MVP - InfoPath
 
Top