- This topic has 2 replies, 2 voices, and was last updated 6 years, 5 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Stripe payment plugins for your WordPress site
· ·
Home › Forums › Stripe Payments Plugin › Hi. Submit form on the same page where button placed if paid successfully.
Tagged: redirect success submit form
Hi there. Help me please. I need to submit another form on the same page where button placed if paid successfully passed. Now it is just redirected to stripe-checkout-result page. But I don’t need redirect – I need to submit another form on this page. It is possible? Maybe some js response? I saw that after success from passed to process_ipn.php file and then redirected. Thank you very much.
The plugin needs a thank you page where the payment processing happens. You can specify a custom Thank You page URL for each of your product. This will make it so the customer gets sent to the page you specify after they pay for that product.
In your case you can use the URL of the page where you have the form that the user should submit after the payment. So the user pays for the product and gets sent to the page where the form is.
If you read the following documentation, it will explain the feature:
Customize the Thank You Page URL and Message of the Stripe Payments Plugin
It is clear. Thanks a lot. Have a nice day.