Form so people can type on it

G

Guest

I am trying to have a membership form on my web site. I would like to have
people be able to type on that page and then print it if they would like. I
don't need the page saved but it would be helpful if people could type the
information on it. How can I do this with Front Page 2000? Please make this
simple, thanks bunches
 
M

Mark Fitzpatrick

Just use the Form items such as textbox, listbox, etc.. In HTML, you may
have to remove the <form> and </form> tags to aviod the form from actually
getting processed as, if I remember correctly, FP will automatically add the
form tags when you insert a form item.

Keep in mind, a browser isn't designed to have a form that does nothing so
hitting enter may still try to submit the page.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top