PDA

View Full Version : checkboxes and forms



cellophanecore
October 22nd, 2003, 11:56 AM
I am making a form using front page since this webpage is going to be stored remotely so there will be no asp, php, ect. My question is, my forms is made up of 10 check boxes and everytime a user clicks on a check box I want that checkbox information to be email to me. So basically the checkbox is being used as a submit button.

DDD
October 22nd, 2003, 12:19 PM
You are going to need some kind of server side interaction to process an email request. If you are using a windows server it is very easy to send emails by way of storing variables. I know of no way to do it without a server side transaction of some sort.