View Full Version : Forms?


LoschaMartin
02-07-2005, 11:31 PM
Ok well I have this page that im making:http://www.geocities.com/equidiseislands/wildhorses/horseherdchart.html

I will be adding another box to the end to try and put a form button in. I want to be able to ahve a user click this button and have an email sent to me saying that a user has requested to purchase this horse. How could I make it so that the user name show in the email to me, as well as the herd number and have a button on this page that says "Purchase this Herd". Could someone please either help me or make me a code for this?

petrianna
02-08-2005, 03:05 AM
Insert a e-mail link that I think would look like this:
<e-mail>e-mail_here</email>

LoschaMartin
02-08-2005, 03:07 AM
But if i do that then how will it come to me if i dont put <a href=mailto:MY EMAIL> ?

petrianna
02-08-2005, 03:15 AM
Part of message Orginally posted by petrianna
Insert a e-mail link that I think would look like this:
I said I THINK.

kittycat
02-08-2005, 03:24 AM
The easiest way would probably be to include an email form on that page. Have the name/email info on the bottom of the page and beside each herd have a check box. Each checkbox should have a different value, and that will come through in the email so you know which one it is.
bravenet.com for the form script
http://www.lissaexplains.com/html4.shtml has more about email forms (use the stuff on input boxes etc, but not the full script... works buggy in most browsers)