Click to See Complete Forum and Search --> : Forms


Reflex
05-28-2007, 09:45 AM
Sorry, I'm not at all close to adept with HTML (I'm an actionscript coder), and for a project, I need to develop a form. Now, I've tried the tutorials, but the problem is they open up an Outlook window, and don't just send them. Is there a code anyone knows so people can enter data, press submit, and everything is taken care of?

Also, if possible, I'd like a mailto: form.

Fang
05-28-2007, 10:09 AM
You've tried mailto: which opens the email client, but doesn't send the information and is not 100% reliable.
The only alternative is a server-side script. Google for 'mailform' and which ever server-side language you use, i.e. mailform PHP (http://www.google.com/search?hl=en&rlz=1B3GGGL_enNL217NL217&sa=X&oi=spell&resnum=0&ct=result&cd=1&q=mail+form+php&spell=1)