Ok, your form action is set to a simple email link, and though most mail clients will do this, AOL will not. Your best bet is to get some type of scripting to execute the form. I have a perl script maker available.
Just go to the link below, make a script, and you don't have to make the form because you already have it. Simply match the field names and set the email address you want the form to send to. Upload the pl script to your cgi-bin, give it a chmod of 755, and set your form action to the name of the script (action="cgi-bin/myscript.pl").
If you have trouble, let me know. It should work smoothly.
http://twebman.lunarpages.com/perl/ You can also do it in php, if you know the coding, or you can get the coding at several places on the 'net.
[ March 24, 2003, 09:40 PM: Message edited by: TWebMan ]