Hi everyone. I appreciate you taking the time to review my question.
I want to add those co-registration boxes to my newsletter signup forms. Basically, when someone signs up for my newsletter, they can check some or all of the additional co-registration boxes to signup for their chosen third-party newsletters.
My form uses method="post" and my own script for form processing. For the co-registration I need to use method="get" and send the data via a URL that contains the fields and values.
I'm not a programmer and when I do get a script to work it's more of a happy accident then know how. So, my question is how do I use php to process both my form plus 3 - 5 coregistrations?
Any guidance would be greatly appreciated!
Bob