Hi,
I’m developing a payment method extension extending GFPaymentAddOn.
After sending the form I need to redirect to a URL and send several parameters via POST.
I’m using the function redirect_url from the class GFPaymentAddOn but it doesn’t allow to send POST parameters.
How could I reach it?
Thanks.
Best regards.
chrishajer
(Chris (Gravity Forms))
2
Can you share your code with us, by using a code sharing service and sharing the link here? Thank you.
Finally I have reached it using the filter gform_confirmation
Using that filter I render a form with the input values I need to send by POST method.
So it is solved.
Thanks.