I am integrating the Mercadopago PHP SDK into a simple page
The user must load name, ID, etc. and then when sending the data you should load the Mercadopago modal, in the same way that this example is done that I found:
I have already made the form, etc. but when receiving the $ _POST as I should do to load the entered data and send them to Mercadopago's modal?
Thanks