SpiritualityNetwork Posted February 8 Share Posted February 8 (edited) https://spiritualitynetwork.org/musical-concert-may-2023 Password: Password I am trying to combine two pages of content coming out of a software called DonorView. When I try to place both embedded codes on one page in SquareSpace, the first one never shows up. I don't understand why not. If I do them on individual pages in SS they work just fine. Any help would be appreciated, Liz Edited February 8 by SpiritNetwork Link to comment
Solution creedon Posted February 9 Solution Share Posted February 9 id attributes need to be unique across a page. <iframe src="https://app.donorview.com/e80YM" frameborder="0" scrolling="no" id="dv-iframe" name="dv-iframe" width="100%" style="width: 100%;"></iframe> When you use the same id more than once then the last one takes precedent. You need to change the ids ( id="dv-iframe" ) for each iframe to be unique. Something like id="dv-iframe-1" and id="dv-iframe-2". Then you need update the scripts similarly. '#dv-iframe-1' and '#dv-iframe-2'. Let us know how it goes. SpiritualityNetwork 1 Find my contributions useful? Please like, upvote, mark my answer as best , and see my profile. Thanks for your support! Link to comment
SpiritualityNetwork Posted February 15 Author Share Posted February 15 That worked like a charm. Thank you! creedon 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment