Click to See Complete Forum and Search --> : form order thrown off


Big Jay
04-05-2005, 01:42 PM
Hi,
I'm a complete noob when it comes to ASP and trying to get this to work completely baffles me.

I am trying to send the form data from this:

http://www.atharris.com/test2.html

through a formmail.asp emailer the host has tinkered with and the order is totally thrown off. What am I doing wrong or is it this script.

here is the script

http://www.bluehill.com/ntsupport/formmail.asp.txt

If I use GET to look at the order it looks fine but once it hits this form the whole thing goes wacky.

Jay

Big Jay
04-05-2005, 02:09 PM
Forgot to mention that zip, submit, and a few of the last items in form jump up to top. on larger forms whole chunks jump around regardless of data.

Bullschmidt
04-07-2005, 02:25 AM
Perhaps create your own e-mail page or fundtionality within your page using the same component as they do:

http://www.persits.com

Or use the standard CDO which most ASP-capable servers have available:

How do I send e-mail with CDO?
http://www.aspfaq.com/show.asp?id=2026

Big Jay
04-07-2005, 11:57 PM
thanks,

I'll into trying one of those

Bullschmidt
04-08-2005, 02:31 AM
Cool, then here are a couple more nice CDO links:

Email (with Attachment)
http://www.asp101.com/samples/email_attach.asp

How to send an e-mail message from your web server using CDO
http://www.asp101.com/samples/email.asp