Click to See Complete Forum and Search --> : HELP!!!!


ed
03-13-2000, 12:46 AM
Hi all, I hope somebody can help me. I need to implement an on line competiton
form. Basically a few checkboxes that must be checked and the information
sent via e-mail to the site administrator. What is the simplest solution.


Thanks in advance,

ED

Tom Duffy
03-13-2000, 12:24 PM
Hello Ed:

The simplest way is to use plain HTML. Just create a Form and set its action
to send the results via e-mail"

<FORM ACTION="mailto:yourAddress@yourServer.com">

The resulting message will be name/value pairs that, while not unreadable,
aren't really elegant.

Hope this helps.

Tom Duffy

"ed" <ed@nmi.co.za> wrote:
>
>Hi all, I hope somebody can help me. I need to implement an on line competiton
>form. Basically a few checkboxes that must be checked and the information
>sent via e-mail to the site administrator. What is the simplest solution.
>
>
>Thanks in advance,
>
>ED