Targeting Embedded PC3 pages through Pagebuilder URL
Hi everyone,
We have embedded our PC3 onto a pagebuilder page. My question is, is it possible to target specific pages of the PC through the URL?
This is our current URL: https://secure-support.heartandstroke.ca/site/SPageServer?pagename=FYW_ParticipantCenter&pc2_page=center&fr_id=7620
This opens to the home page of the PC
I noticed a pc2_page=center parameter and tried changing this with the # name of the pages (ex pc2_page=email to try to target the # email page). This, however, did not work.
Hoping if anyone can provide more light on our issues
Thanks,
Kevin
We have embedded our PC3 onto a pagebuilder page. My question is, is it possible to target specific pages of the PC through the URL?
This is our current URL: https://secure-support.heartandstroke.ca/site/SPageServer?pagename=FYW_ParticipantCenter&pc2_page=center&fr_id=7620
This opens to the home page of the PC
I noticed a pc2_page=center parameter and tried changing this with the # name of the pages (ex pc2_page=email to try to target the # email page). This, however, did not work.
Hoping if anyone can provide more light on our issues
Thanks,
Kevin
Tagged:
0
Comments
-
I have worked this in the past by having a parameter passed in the query string that I watch for on the "load" via javascript. If the paramter is present then I call a "click" on the appropiriate element - this essentially allows you to target the area you want by passing it into the URL (the link coming into the PC3).0
-
In PC3 the URL navigation is done with anchor tags like this:
pc2_page=center&fr_id=1234#/email/compose
So if you have it embedded in an IFrame, you'll need to take a param from the containing pagebuilder URL and put it in your iframe link.
There is an S-Tag to render the value of querystring parameters, so the link to your PB page could include &tabName=email/compose
and then the url to your ifframe would use & pc2_page=center&fr_id=1234#/[[S334:tabName]]
0
Categories
- All Categories
- 6 Blackbaud Community Help
- 211 bbcon®
- 1.4K Blackbaud Altru®
- 402 Blackbaud Award Management™ and Blackbaud Stewardship Management™
- 1.1K Blackbaud CRM™ and Blackbaud Internet Solutions™
- 15 donorCentrics®
- 360 Blackbaud eTapestry®
- 2.6K Blackbaud Financial Edge NXT®
- 655 Blackbaud Grantmaking™
- 577 Blackbaud Education Management Solutions for Higher Education
- 3.2K Blackbaud Education Management Solutions for K-12 Schools
- 939 Blackbaud Luminate Online® and Blackbaud TeamRaiser®
- 84 JustGiving® from Blackbaud®
- 6.7K Blackbaud Raiser's Edge NXT®
- 3.7K SKY Developer
- 248 ResearchPoint™
- 120 Blackbaud Tuition Management™
- 165 Organizational Best Practices
- 240 Member Lounge (Just for Fun)
- 34 Blackbaud Community Challenges
- 37 PowerUp Challenges
- 3 (Open) PowerUp Challenge: Grid View Batch
- 3 (Closed) PowerUp Challenge: Chat for Blackbaud AI
- 3 (Closed) PowerUp Challenge: Data Health
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Product Update Briefing
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Standard Reports+
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Email Marketing
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Gift Management
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Event Management
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Home Page
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Standard Reports
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Query
- 796 Community News
- 3K Jobs Board
- 54 Blackbaud SKY® Reporting Announcements
- 47 Blackbaud CRM Higher Ed Product Advisory Group (HE PAG)
- 19 Blackbaud CRM Product Advisory Group (BBCRM PAG)
