While managing a Teamraiser event on the admin side, you are able to edit a team's details and associate that team with a team from not just the previous event but previous events spanning multiple years (following the chain of “previous event” selections through the years of events).
Is there a way to allow a participant to bring back a team (during registration) from an event further down the chain than the directly preceding event?
Our use-case is, with the weird year of 2020/21 and covid, it would be nice to allow users who may have lapsed during this time the ability to bring back teams from 2019. Using s-tags or an API call we can track those previous registrations and prompt the user during registration, but we cant get the link to work for the “bring back this team” button for teams from events more than 1 event-year back.
The format for the URL to bring back a team is
https://…/site/TRR?pg=tfind&fr_id=0000&fr_treform=00000&skip_login_page=true
We tried just plugging in the lapsed team ID to this url to test and received an error, though the error appears unrelated ("the participant must be a team captain to bring back that team" -- oddly, the participant I tested it on was the team captain, so I'm not sure why that error is appearing).
Please let me know if you have done this successfully or have any ideas on how to implement!