This is working for me now…. except for one thing. I set up a checkbox for users to select when they want to sign up for a newsletter… but the value for that checkbox does not get passed in for me to take action on. I’ve tweaked the checkbox for default values… but no luck. When I debug the form submission, I am only seeing my hidden and the text input values being submitted (e.g., I print_r’d the $_POST values to see what was being sent). The form HTML looks good too.
Anyone have a situation like this? A solution?