Forum Moderators: coopster
Here is the situation: I have a user submit a form that posts name, email and feedback comments. I want to submit this to a php page and capture the user-submitted data, no-problem there. After I capture the data, I have to redirect the user to an outside marketing vendor that submits users name and email to a newsletter signup, and in return they are redirected back to us landing on a thank-you page.
I have to redirect the user using POST data from the users IP (spam protection), but I can't accept the feedback in the GET data because of the size limits.
Any suggestions on how to accomplish this?