Hello,
I am still having issues with my form and asp page. I have everything working exactly as I want it except my checkbox. I have a field in my table labeled check. This is where I want some sort of indication if my visitor has checked his checkbox or not.
I know that I have to somehow in my asp page look to see if the box is checked and if so put the indicator in my database, but I dont know how.
Do I put the command in my asp page in the area where I add all the other information that my user entered? Or do I put the code somewhere else on my page?
Thanks for any help.