Jim Just re-read your query, I dont have any code to hand to do this but its pretty simple going, create a table in your db that stores the signup email address and then an action to crack an email off to the email address entered, and in the email address a link that says activate my account and whatever other stuff u want to promote - make the subscible link something like www.yourdomain.com/subscription.cfm?subscriptionid=1&active=1 and update this subscriptionid to active in your db using a active flag or something and voila your emailaddress is captured and they are an active account.
Obviously dont use something as obvious as ?subscriptionid=1 and make sure you use cfqueryparam's in your sql updates/inserts to avoid sql injection attacks. All the best bro (sorry its such a rushed response) Jose Diaz On 6/19/06, Jose Diaz <[EMAIL PROTECTED]> wrote: > > Hi Jim > > Thought this maybe of interest www.zookoda.com its a pretty cool email > subscription tool and its FREE woohoo! I incorporated it into my blogcfc, > it's worth checking out. > > HTH > > Jose Diaz > > > On 6/19/06, James Blaha <[EMAIL PROTECTED]> wrote: > > > > Hi Folks, > > > > Would anyone happen to have some code they can share ie. Listserv > > signup? > > > > I need to put something on a website where a user will enter their > > "email address" click ie signup then they get a email where they click a > > link to confirm. > > > > I figured no need to reinvent the wheel, does anyone have anything they > > can share or point me to for how they do this type of processing? > > > > Thanks in advance. > > > > -Jim > > > > > > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:244112 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

