Link to form submission #6474
-
I have the need to put a link to a form submission in the email sent after submission. Rather than put all submitted data in the email, it would be great to add some data then a link directly to the submission in CP eg: https:///cp/forms/ /submissions/Has anyone done this or have ideas on how to achieve it? |
Beta Was this translation helpful? Give feedback.
Answered by
ryanmitchell
Aug 10, 2022
Replies: 1 comment 1 reply
-
You should be able to use the variables available in the email. {{ id }} - the submission id So something like:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mscruse
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You should be able to use the variables available in the email.
{{ id }} - the submission id
{{ form:handle }} - the form handle
So something like:
https://yourdomain.com/cp/forms/{{ form:handle }}/submissions/{{ id }}