My form is working and sending beautifully, I just have some minor questions. I have a list of radio buttons that determine job title. The current values are set with weird numbers and letters that the receipents need for audits and entering into databases, so they can not be changed. The values are then carried over if the user selects to subscribe to another item. My problem is that obviously when the value of the job title is carried over to teh next forum it displays the weird numbers and such. I thought for a second that adding hidden feilds might work, but I labled them all the same so I could place them in one Session, but of course since there was no determing which field was selected, it displayed the last hidden value. I know if I place them with seperate names and create seperate sessions for each name I would need some way of determining and displaying only the selected field. Any thoughts?? I do not think hidden fields is the way to go.
Also since I started using the Sessions, on the page they are being passed to I have them still displaying in text boxes so that if anything needs changed it can be before it is submitted. It submits fine, but the reset button no longer resets the forum...maybe someone can help me understand why?
Thanks in advance