Okay, I am VERY new to asp and I think this is probably an easy one. I just can figure it out.
I have built a webform that solicits information from users. Name, date, phone. Things like that.
It also has a bunch of checkboxes for users to select exactly what they need.
I built a button with C# script that takes the info from the text boxes and puts it into an email and sends it to me.
What I'm missing is how to get the status of a checkbox into the email.
So if the user checks the box "voicemail change", I would get an email that says the vm change box was checked.
thanks