How to generate a link to the donation form associated with the current TeamRaiser?

Options

I'm wanting to include a generic "Donate Now" button in the page wrapper that will take users to the Donation Form associated with the current TeamRaiser they are using.

 

I can use the  


[[S80:trID]]

to get the TeamRaiser fr_ID number.

 

I had though about using the [[S400]] tag with the 42_form-link EDP, but even if I hard code this to my event


[[S400:XXXX:42_form-link]]

 it doesnt seem to be rendering anything.

 

Ideas?

Tagged:

Comments

  • Here is the link you should use:

     

    Donation2?idb=[[S76:idb]]&df_id=[[E42:[[S80:trID]]:form-id]]&FR_ID=[[S80:trID]]&PROXY_ID=[[S80:trID]]&PROXY_TYPE=21&[[E42:[[S80:trID]]:form-id]].donation=form1



    PROXY_TYPE is one of the following:

    participant=20

    event=21

    team=22

     

    PROXY_ID is cons_id for particpant, the team_id for team or event_id for event

     

    Note, E tags are used when an S-tag is called as a parameter in another S-tag, for example:  [[E42:[[S80:trID]]:form-id]].

  • Shiloh,



    This doesn't work for me.  It only takes me to the Home page. I am trying to get to the Donation page of any Teamraiser.

    JP, did this work for you? 



    Confused

Categories