9 Oct
2000
9 Oct
'00
6:51 p.m.
Hi, I am still new to zope and am wondering if there is a tell-a-friend script/product/example floating around for me to look at? If not, and I made my own form with Zope (which I have not done yet), what variable would call the existing page the user was on ?
The url of the current page is URL0. Check out the environment variables in the Zope Quick Reference or do a <dtml-var REQUEST> to dump them all. You'll want to use the sendmail tag to send the link to the friend. good luck, seb