
Andy
Enthusiast
Karma: -1 / +7

Apr 21, 2004, 2:48 AM
Post #2 of 3
(2205 views)
Shortcut
Send Andy a wink
|
Hi. A new .cgi script, called contact.cgi is written in the same folder as add.cgi/modify.cgi, etc. If you pass along; http://www.yoursite.com/cgi-bin/contact.cgi, then the emails will be sent to the website admin. http://www.yoursite.com/cgi-bin/contact.cgi?ID=12334, then the emails will be sent to the email address of the person who own this link (taken from the Contact_Email field). When passing along the ID number, all of the values from that link will become available to you. To see a list of all the available tags, you can put the following in the contact_form.html templates; <%GT::Template::dump%> Hopefully that answers your question :) Cheers Andy Programmer/Designer/LinksSQL Freak http://www.ultranerds.com http://www.imagesql.com
|