This is a discussion on "ASP Forms" within the Classic ASP section. This forum, and the thread "ASP Forms are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
ASP Forms
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
ASP Forms
I currently have a form created in html format (created in FrontPage), which sends the results to an email address. The form has several text boxes, drop-down boxes and text area boxes. In addition to the current functionality, I need the form to pass/retain information entered by the user to allow additional forms to be completed. For example, the user enters the client name, matter name, number and date into the form and submits it. The user may have additional items to submit for the same client name and matter name, so after the form is submitted, I want that information to display in the appropriate fields and the user can complete the remaining fields. How can I do this using ASP?
|
|
|
|
||||
|
Personally, I would use session variables or cookies. If the site requires a login, then simply store the details against the users record.
__________________
Rob - SEO Specialist Owner & Founder of Webforumz.com I am currently unavailable for private work
Last Blog Entry: Creative Labs threaten developer over home made drivers.... (Apr 1st, 2008)
|
![]() |
| Tags |
| asp, forms |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Forms | crackafaza | Web Page Design | 3 | Aug 13th, 2007 02:16 |
| Forms | acrikey | Web Page Design | 13 | Aug 6th, 2007 21:31 |
| JS and Forms | roki13 | JavaScript Forum | 1 | Jun 6th, 2007 15:28 |
| forms | mickc90 | PHP Forum | 3 | Aug 1st, 2006 22:06 |
| forms | atomicant_2005 | JavaScript Forum | 15 | Dec 9th, 2005 16:09 |