Forms to Documents

does anyone know how to get the information on a form and pass them to a document? Thx in advance,

Carlos Dubon

Subject: Forms to Documents

Can you explain what you want in a little more detail, Carlos? Do you mean “get the text from the form’s design” or something similar?

Subject: RE: Forms to Documents

Yes, get the text … i.e., get the input from the user and put that information onto a document. thx

Subject: RE: Forms to Documents

From what you’ve described, the answer is to fill out the form and save it. You must really be asking for more than this?

Subject: RE: Forms to Documents

Basically, I need to take the information that’s filled out on a form, and email it out. The problem is that I can only email documents, so what I was planning to do, was transfer the information from a form to a document, and mail the document. The problem i’m running into is getting the information from the form to the document.

Subject: RE: Forms to Documents

Still not sure what you’re trying to do. Is the destination of this data/form combination another Notes database, or will it be going to the internet? If you want documents copied from one db to another, then you’re way overthinking it. If the web be your destination, a simple @mailsend from a form with its Stored Form property set will do what it sounds like you need.

Subject: RE: Forms to Documents

Nevermind, the problem is solved. I didn’t realize that forms become documents after they are saved so all I needed to do was grab the document and mail it. Thx though