Can I check for a TeamRaiser registration across multiple events?

Options

I'm trying to write a conditional that checks if a person has a teamraiser registration in any of our 2014 events. The conditional will sit on a regular pagebuilder page so won't be connected to any specific teamraiser.

 

Basically the conditional needs to look if there is a 2014 registration to any of our 160 events and if it finds any it would display the link to that events participant centre. If not, it would just display a register button.

 

I thought I might be able to use something like this to do the intial check but am not having much luck:

 

[[?xx::x[[S39:0*#000000*10pt*true*10000*0*0*:true::2014]]x::

<!-- Register Button -->

::

<!-- List of register events -->

]]

 

Is there another s-tag that might work?

 

Thanks,

Matt

Tagged:

Comments

  • I'd try to create a task that populates a group with registrants to all the TeamRaisers that you want to include, then check for membership in that group.

     

    [[?[[S45:1001]]::TRUE::

       [[S39:0*#000000*10pt*true*10000*0*0*:true::2014]]

    ::

       <!-- Register Button -->

    ]]

  • Brian Mucha:

    I'd try to create a task that populates a group with registrants to all the TeamRaisers that you want to include, then check for membership in that group.

     

    [[?[[S45:1001]]::TRUE::

       [[S39:0*#000000*10pt*true*10000*0*0*:true::2014]]

    ::

       <!-- Register Button -->

    ]]

    Great idea, thanks Brian!

Categories