maybe not the best way, but....have a url with a certain var match like

http://www.yoursite.com/form.cfm?ID=thecorrectone

verification might look like


<cfif url.ID IS "thecorrectone">
set some variable, session or cookie
<cfelse>
DO NOT set some variable, session or cookie
</cfif>


in your menu, have another cfif like this


<cfif IsDefined ("session.SOMESESSIONNAME") >
show link
</cfif>

HTH


Greg

-----Original Message-----
From: Michael [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 21, 2001 12:34 PM
To: CF-Talk
Subject: Password protect ONE form


Could some one offer a way to just protect by some sort of password scheme
or something the way of keeping people from being able to click on a link to
get to a form.   The user doesnt want a login,  unless it is ultimately
neccessary.

Thank You


Michael
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to