Icarus
|
| Posted: 09/17/2002, 10:22 AM |
|
Want to create a form that is filled in on more than one page how do i carry over certain fields.
E.G
Page 1 Fields Name, address,tel,email,etc,etc,
Page 2 Carry over the name field from Page 1
Fields: order,amount,color,size
Page 3 Carry over the name and order fields
Fields: cc number expdate etc etc
Page 4 show all page 1,2,3
I have scoured the examples, newsgroups and discussiions ,can't seem to find anything relevant, but then again not even sure what the keywords would be.
Thanks in Advance
|
|
|
 |
eDuck
|
| Posted: 09/17/2002, 2:09 PM |
|
what version are you using. In ASP.NET, use <asp:panel>, and then hide/show panels based on your criteria. I have created for my portal on maintenance page that shows/hides fields based on what type of content it is, and it works like a dream. You can place this tag in the HTML, as CCS will simply ignor it, but it will be placed in the ASP.net code
|
|
|
 |
|