PDA

View Full Version : Link from detail event to form


BALJAHA
07-15-2005, 05:18 PM
Is it possible to link from a event to a separate sign up form? For example would it be possible to click on the Sue's Event on July 15 and be directed to a form to sign up for the event?

ve9gra
07-15-2005, 06:19 PM
What you could do is use the parser function and make a link inside the event for a signup link and pass it the event id... and then have your form use the event id to get different info or what not.

For more info on the parser, visit the docs on it (http://docs.easyphpcalendar.com/Event%20Manager/Parser.htm).