Replies: 4
Hello,
I need to create dynamic redirect URL after the form submission. I created the hidden field with the “Submission ID” value and set up redirect as /?id={hidden-2} (where hidden-2 is the name of this field). But it redirects me to /?id=submission_id (not submission ID value, but just “submission_id” text). Am I doing something wrong?