Page Include on Calendar Pop-UP

Grrrrr.

I’m driving myself nuts trying to figure out how to pass the id from a page into a page include to generate a pop-up……

I have this page which accepts an id as a parameter:

Then I have this page which has the page include in a pop-up to display the above page, which I’m trying to pass the id into the query string:

What am I doing wrong??!

I’m not sure about the practice you are using to create new events, but there is a built in functionality to create new events.

Using your approach, do the following:

  1. Set the Event Model URL parameter to “eventid”.
  2. Make the the EventMaster has the Id field selected.
  3. Set the query string to “eventid={{Id}}”

thanks for this, just fixed my issue!!!