Cognito-forms – Unique submission ID

cognito-forms

Is there a Unique Submission ID for each completed entry and if so how do I pass that ID from the form to the confirmation page using Cognito parameterized redirect URLs (ie what's the Key and a Token)?

Best Answer

I'm a developer with Cognito Forms. Yes, there is a unique id associated with every entry. To include this id in your Redirect Url, you would just add the name of the field, Id, inside square brackets.

https://www.cognitoforms.com?Id=[Id]