I am trying to send data over through redirect and query strings to EwayUK payment page.
It all works well except that the transcation URL comes back from the EWAY but it does not auto-redirect.
For example this is an example Post that gravity form makes -
https://payment.ewaygateway.com/Request/?CustomerId=26630840&UserName=GBP@minhajwelfare.org&Amount=0.01&Currency=GBP&ReturnUrl=https://minhajwelfare.org/gbp/response.php&CancelUrl=https://minhajwelfare.org/gbp/response.php&CustomerFirstName=wdgs&CustomerLastName=adgsdgsdg&CustomerAddress=sdgsdgs&CustomerCity=sdsgds&CustomerPostCode=sdgsdg&CustomerCountry=Barbados&InvoiceDescription=GW-AG+-+Child+Sponsorship+Programmes
Once you click on it you will see a response URL from eway - to which it should auto redirect.
Can you advise how i can overcome this issue? I am fairly new to this.