Click to See Complete Forum and Search --> : FP2002 giving me headaches making email forms


Druid45
05-26-2005, 09:01 PM
22

grailquester5
05-26-2005, 11:03 PM
Well, the action of your form is "mailto:" which means that the contents of the form will be emailed in raw data format. If you want to pretty the email up, you have to create a script to handle the form data, using a language like Perl or PHP. There are tons of generic scripts to handle the emailing of form elements available all over the web, so you might try searching around for one...

Druid45
05-28-2005, 01:18 AM
thanks