Events Made Easy Forums How do I … Put a link to an event (not the booked one) in the RSVP mail

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #53233
    Anonymous
    Inactive

    My client would like to do the following thing:

    When someone books an event from category id 1, they receive a mail that encourages them to check out the events from category id 2 that occur on the same day.

    Ideally, they should have a direct link to that event in their mail.

    So my first guess would be to use #_EVENTPAGEURL{xx} but how do I calculate the value of xx (and is it even possible to do something like #_EVENTPAGEURL{#_OTHEREVENTID} )

    If it’s not possible, I guess the only option would be to build a url that will redirect the user to the correct page ( something like: http://www.mysite.dom/redirect-evt.php?date=#_STARTDATE&cat=2 ) and then I guess I can use the API to do the redirection but it feels like overkill.

    #53235
    Franky
    Keymaster

    Try this (if your event prefix is “events”): …./events/2014-12-31/c12
    ==> will give you the events on the mentioned day for cat with id 12

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘How do I …’ is closed to new topics and replies.
Scroll to Top