|
rdouglass -> RE: email contents of a form after reviewing for accuracy in asp (8/25/2003 11:31:16)
|
How 'bout a link on your email that sends the data back to demo.asp? I do that a lot. You can use querystrings or hidden fields in a form. The current task I have in mind (that I use) is a "Time Off Request" that I use. The user submits a time off request. That get's emailed to the department coordinator. There is a small form with Approve / Deny radio button and a Submit button. Coordinator submits and if approved, adds details to db. If deny sends email back to user stating details, etc. You could make all your data visible in form fields to accomadate corrections, then submit. Maybe???? Does that seem like something that may work?
|
|
|
|