How to redirect to User Created Post

I’d like to have users be redirected to the post they just created after submitting the form. How would I go about doing this with formidable redirects?

I understand that I can redirect to any URL, but I don’t see any options to redirect to the post or page that was just created. Any help would be greatly appreciated!

You can use [siteurl]?p=[post_id]

Worked perfectly! Thanks!

Topic closed.