I'm having some difficulty a registration form on one of my sites. I have the form built with all the text boxes and drop down lists, but I need users to be able to hit the "submit" button and have the form data sent to an email account. Is there a simple way to do this with simple HTML code and/or in Dreamweaver? THX
You need a cgi form mail script (assuming you don't want to use php or asp to do this). http://www.google.co.uk/search?hl=en&q=formmail+script&spell=1 If you ask your host they may already have one of these installed. Be aware they are not the most secure scripts, my host deleted it without warning as it was being used to send spam.