Post to url and direct to thank you page


I have a form that is posting to a URL but I also need to send when click submits to a thank you page.


5 replies

Userlevel 7
Badge +3

Hi @robinaddis,

Can you use a webhook instead?

If that’s not an option, you should look into setting the Thank You page redirect on the receiving end of that post URL.

Best,
Hristian

I have tried to append the url on the end of the post to url statement with no success. &=URL=https://www.united-career.com/UCIthankyou.html

any help would be appreciated

Hi Robin,
You can use php to load thank you page, once the form is successfully submitted.

thank you for the information, can you please be more specific, do i write the php file on the webserver and direct it to the file via javascript?

I have tried to use php, this is as far as it will go.

Reply