Confirmatin Page & Email ->CONT'D from HTML Forum
Hello all. This is a continuation from my post in the HTML forum. Thanks to redhead I'm almost at the finish line of my web page code problems.
OK redhead, now that I have my order page (page with numerous tables containing rows of checkboxes):
#1) Once the user clicks SUBMIT on the order page, I need to get whichever results the user checked and display them in a list in a confirmation page in a separate window with the calculated price. The price is calculated by the number of items checked/wanted. If they want less than 10 items its $5 per item, between 10 and 20 items its $4 per item, etc. etc. Also on the confirmation page will be the desired payment option (check, money order, Paypal, etc.) and delivery options (email or mail). If they choose regular mail then an additional $5.25 will be added to the price. And lastly a text box for them to input their email address.
#2) Now the user clicks the CONFIRM button and the form results plus the confirmation page data is sent to me in an email. The only thing I didn't like in my research on this whole problem is that email spider bots roam the internet scavenging email addresses from the source code of websites and use them for reasons that mostly end in malicious conduct. Is there still a way to get the results via email and beat these email scavenger bots at their game?!
Thanks In Advance,
JM
|