You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@putorti That's pretty straightforward to pass through host_raiser_ID where it exists, but bear with me - what's the intended use? I'm having trouble differentiating between even URLs with and without the raiser= parameter.
As a fundraiser, it would be great to run an instance that would pull in a raiser code for fundraisers. i.e.
events.select(".rsvp").attr("href",function(d){ return "https://www.hillaryclinton.com/events/view/"+d.lookupId+'?raiser=122847'; });
var rsvpUrl = 'https://www.hillaryclinton.com/events/view/' + f.lookupId + '?raiser=122847';
Though sometimes the the fundraising collection pages are one link after the original event linked.
The text was updated successfully, but these errors were encountered: