hi can anyone help me with a simple form that when submit it emails all the info plus a file attatchment like a photo. will have 4 text fields 4 upload image and 2 radio buttons then submit to email thanks
This is a little harder than a simple script if you are not familiar with emailing. You will have to use a back-end language like ASP or PHP to develop what you are looking to accomplish. Furthermore, I would recommend the photo be uploaded to the server and the email have the link, rather than waste the bandwidth to send all of these photos.