I have some issues with redirects on my URL it used to work just fine but now it always returns the same url. one of the pay pages in the site.
when a user fills out a form → it takes you to a submission confirmation page → and based on that confirmation page Link it should take you to another page but it ends up pulling up the wrong form.
code is good, test is good. the funny part is when you click the back button in the browser or refresh the page it pulls up the correct link.
I submitted the form at https://sevpay.us/form_fm_express which sent me to https://sevpay.us/success_FM_Express. The Proceed to Payment Page URL is https://sevpay.netlify.app/pay_j_free which loads (though I suspect https://sevpay.us/pay_j_free is what you want) and when this form is submitted it redirects to https://checkout.flutterwave.com/v3/hosted/pay.
so I made some changes and renamed the pay.html thinking it was causing it, now it redirects to ’ https://sevpay.netlify.app/pay_j_free". it shouldn’t be like that.
what I want is https://sevpay.netlify.app/pay_FM_free NOT https://sevpay.netlify.app/pay_j_free
“”“”"
submit the form at https://sevpay.us/form_fm_express sends you to https://sevpay.us/success_FM_Express . Then Proceed to Payment Page URL is https://sevpay.netlify.app/pay_FM_free then https://checkout.flutterwave.com/v3/hosted/pay .