Create a table that is automaticlly filled in when information is

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to create a form on my web site that will take the information that is
being filled in and put it into a table. This should enable the user to
automatically sign up for my event.
 
when you say "take the information and put it in a table" how do you mean,
like a confirmation page or a database table, etc.
what would the net result be?

--
Chris Leeds,
Microsoft MVP-FrontPage

ContentSeed: great tool for web masters,
a fantastic convenience for site owners.
http://contentseed.com/
 
Hey Chris, Thanks for responding, Basically what I would like to do is
create a page on my site that will allow the members of my club to sign up
for an event, So they should be able to type in all their information, name,
phone number, etc. hit enter or submit and that information will be moved
from the "sign-up page". to a table that all could be viewed on the another
page at the web site.
 
ok,
is the page where it's viewed a publicly available page? will the from
input be added to with the other people's input or will that next page show
only the most recent submitter's data?

--
Chris Leeds,
Microsoft MVP-FrontPage

ContentSeed: great tool for web masters,
a fantastic convenience for site owners.
http://contentseed.com/
--
 
Yes, the page where the information from the entry form should go will be
available to be viewed publicly,
The form ,when filled out and submitted, should send the data to a table,
the table is then viewed on a page at the web site, the next set of data that
is entered, (by a different person) should also be displayed on the same
table (next row) so that each entry is logged and viewable by the public.
 
you can do this with a FrontPage form.
If it doesn't matter if it's ugly you can just use fairly descriptive form
fields and have the form output sent to an html page that you add to your
site. You can also set that page as the "custom confirmation" even if you
don't use those features (custom confirmation page).
If it needs to look nicer you could use FrontPage forms "send to database"
feature and then rig up a page with the Database results wizard to display
the contents of the DB.

HTH

--
Chris Leeds,
Microsoft MVP-FrontPage

ContentSeed: great tool for web masters,
a fantastic convenience for site owners.
http://contentseed.com/
--
 
Back
Top