hi all
im getting crazy trying to understand how to post a form to a 3rd party page but then redirect to my website again.
let me explain.
i have a form that collects user, email, first and last name and then it posts the values to a 3rd party page (that i dont managel myself) to be subscribed.
the problem is that the form reachs the 3rd party page and stays there, but what i want is to know if there is a way to post the values without leaving my form or just redirecting it to my thank you page.
i thought to post the form to a php file in my server that then it use header("Location: url"); to pass the variables in the url (the 3rd party accepts GET) but again i reach this page and cannot rediret anymore.
does has php a function to post the variables without leaving the page, something like posting secretly or whatever.
any workaround pls ??????
sorry my english :queasy: