linking forms together to submit a whole page of data

J

Josh

I am making a questionarre, and I have several text boxes
and check boxes. I want the person to complete the
questionarre and click a submit button where all the
information is transferred to my e-mail address in a text
format. How do I link all these seperate data fields
together??
 
G

Greg

thats an easy one...when you first put a textbox onto
your page, it will create a dotted line area around it.
this is the form area. hit the Enter key a few tims to
expand the whole dotted line form area so you have room
to work. then keep putting more text boxes and check
boxes on the page but keeping them all within the dotted
area. after you organize everything to look the way you
want, double click on each item you put in it. In the
NAME field for the items, type in the name of what that
box will be used for, such
as "name", "address", "phonenumber", etc... after you do
all that, rightclick on an area within the form area and
choose FORM PROPERTIES. You will see an area for
Emailing Results. put your email address in it. upload
everything and thats it! then go to your website and try
it out
 
S

Stefan B Rusynko

Even easier if you just use File New Page and select the Forms Wizard page template and answer the dialogs to let FP create the form
for you




| thats an easy one...when you first put a textbox onto
| your page, it will create a dotted line area around it.
| this is the form area. hit the Enter key a few tims to
| expand the whole dotted line form area so you have room
| to work. then keep putting more text boxes and check
| boxes on the page but keeping them all within the dotted
| area. after you organize everything to look the way you
| want, double click on each item you put in it. In the
| NAME field for the items, type in the name of what that
| box will be used for, such
| as "name", "address", "phonenumber", etc... after you do
| all that, rightclick on an area within the form area and
| choose FORM PROPERTIES. You will see an area for
| Emailing Results. put your email address in it. upload
| everything and thats it! then go to your website and try
| it out
|
|
| >-----Original Message-----
| >I am making a questionarre, and I have several text
| boxes
| >and check boxes. I want the person to complete the
| >questionarre and click a submit button where all the
| >information is transferred to my e-mail address in a
| text
| >format. How do I link all these seperate data fields
| >together??
| >.
| >
 
Top