Hi James,
You can get the form Id from address bar.
Then use processing step redirect to webpage and set "Choose a landing page" property with query string like:-
www.confirmation.com?formId=1234
Then at confirmation you can extract the formId by using JS code to access query string.
If this'll not work then please let us know.