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

quicksketch’s picture

Just use the same code that is used in the default theming:
print url('node/'. $node->nid, "sid=". $sid, NULL, TRUE);

dhaven’s picture

Thank you so much. I couldn't find the default theming.

DS

quicksketch’s picture

Status: Active » Closed (fixed)