Forums

This topic is locked

Question?

Posted 14 Mar 2002 20:54:00
1
has voted
14 Mar 2002 20:54:00 Joe Fallon posted:
This is the first time I've been asked to do this.
I need to have the input from a form displayed on a new page to be printed or e-mailed. I know it can be done, but am new to doing this.

Thanks everyone

Replies

Replied 14 Mar 2002 22:09:53
14 Mar 2002 22:09:53 Joel Martinez replied:
quite simple really... any form value can be referenced on the next page like this
<%=request("fieldName"%>.

the above will write out the value to the page... all you have to do is create the interface, and drop the form values in the correct spots.
if you want to have the stuff emailed... you can look on the mm exchange, there's several email extensions on there you can use.

Joel Martinez
MX inSite Magazine
The Complete Resource for Macromedia designers & developers
Sign up for your free electronic Preview Issue
www.mxinsite.com

Reply to this topic