Html help with code

hi all i have create PayPal Checkout and i have the html code but how i can add to this code
if payment is completed go to the url for the example www.thunkable.com

use the open link block in control section

1 Like

i use the webviewer with html file this will not working
i have to add this to the code in the file

1 Like

Can you explain more?
Are you trying to initiate the PayPal payment gateway?

Is this a callback function?

1 Like

i have the html file with the PayPal payment gateway
and i use the webviewer i want to take the user for my web site if the payment is completed
but i dont know how to add this for the code in the html file

1 Like

Do you mean the page has to redirect the user to another page after payment is completed?

You can use this window.location.href = "http://www.the-other-website.com";

1 Like

thank you

1 Like