PC Review
Forums
Newsgroups
Microsoft Word
Microsoft Frontpage
Create a table that is automaticlly filled in when information is
Forums
Newsgroups
Microsoft Word
Microsoft Frontpage
Create a table that is automaticlly filled in when information is
![]() |
Create a table that is automaticlly filled in when information is |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
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. |
|
|
|
#2 |
|
Guest
Posts: n/a
|
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/ -- "Paul Gallagher" <Paul Gallagher@discussions.microsoft.com> wrote in message news:35B39C53-D2FE-4D49-8A4C-C43900393C56@microsoft.com... > 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. |
|
|
|
#3 |
|
Guest
Posts: n/a
|
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. "Chris Leeds, MVP-FrontPage" wrote: > 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/ > -- > "Paul Gallagher" <Paul Gallagher@discussions.microsoft.com> wrote in message > news:35B39C53-D2FE-4D49-8A4C-C43900393C56@microsoft.com... > > 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. > > > |
|
|
|
#4 |
|
Guest
Posts: n/a
|
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/ -- "Paul Gallagher" <PaulGallagher@discussions.microsoft.com> wrote in message news:E453698B-A7BB-4379-86F0-822C9B0EA2CB@microsoft.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. > > "Chris Leeds, MVP-FrontPage" wrote: > > > 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/ > > -- > > "Paul Gallagher" <Paul Gallagher@discussions.microsoft.com> wrote in message > > news:35B39C53-D2FE-4D49-8A4C-C43900393C56@microsoft.com... > > > 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. > > > > > > |
|
|
|
#5 |
|
Guest
Posts: n/a
|
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. "Chris Leeds, MVP-FrontPage" wrote: > 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/ > -- > "Paul Gallagher" <PaulGallagher@discussions.microsoft.com> wrote in message > news:E453698B-A7BB-4379-86F0-822C9B0EA2CB@microsoft.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. > > > > "Chris Leeds, MVP-FrontPage" wrote: > > > > > 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/ > > > -- > > > "Paul Gallagher" <Paul Gallagher@discussions.microsoft.com> wrote in > message > > > news:35B39C53-D2FE-4D49-8A4C-C43900393C56@microsoft.com... > > > > 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. > > > > > > > > > > > > |
|
|
|
#6 |
|
Guest
Posts: n/a
|
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/ -- "Paul Gallagher" <PaulGallagher@discussions.microsoft.com> wrote in message news:C2E0869B-7400-40A0-8DC3-FB49298C4FDC@microsoft.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. > > "Chris Leeds, MVP-FrontPage" wrote: > > > 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/ > > -- > > "Paul Gallagher" <PaulGallagher@discussions.microsoft.com> wrote in message > > news:E453698B-A7BB-4379-86F0-822C9B0EA2CB@microsoft.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. > > > > > > "Chris Leeds, MVP-FrontPage" wrote: > > > > > > > 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/ > > > > -- > > > > "Paul Gallagher" <Paul Gallagher@discussions.microsoft.com> wrote in > > message > > > > news:35B39C53-D2FE-4D49-8A4C-C43900393C56@microsoft.com... > > > > > 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. > > > > > > > > > > > > > > > > > > |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

