Closed (fixed)
Project:
Webform
Version:
5.x-2.0
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
15 May 2008 at 09:35 UTC
Updated:
8 Jun 2008 at 03:13 UTC
Hi, I have created a template for a custom email response but can't find how I can include a link back to the completed form (as found in the default email). Can anyone help me on this? Thanks
DS
Comments
Comment #1
quicksketchJust use the same code that is used in the default theming:
print url('node/'. $node->nid, "sid=". $sid, NULL, TRUE);Comment #2
dhaven commentedThank you so much. I couldn't find the default theming.
DS
Comment #3
quicksketch