In the Form responses, Perch helpfully shows the 'path' of the form.
Is it possible to show this in the submission email too?
In the Form responses, Perch helpfully shows the 'path' of the form.
Is it possible to show this in the submission email too?
Hi Simon,
You can use <perch:showall> in your email template to check what variables you have access to. I think you can use perch_page_path to output the path.
Thanks, will check that out.