Widening an NXT Donation Form
We are moving our forms from RE7 to RE NXT and have run into an interesting issue. When our web designer puts the embed code into the website in place of the OLX form, the Donation Form is much narrower than the one we used in OLX. In fact, it is only about ⅔rds the width of the original OLX form. We have fallen back to using our OLX form until we can figure out a solution. Is there something we can do to make the NXT Donation Form wider?
Comments
-
@Kellie DeMers
RE NXT donation form uses the same type of “embed” to bring the donation form's HTML element into the webpage that's hosting the donation form, so they work very similiarly.As the HTML element itself is brought into the webpage, it is “part” of the webpage, meaning CSS and Javascript manipulation is directly possible without dealing with cross site scripting situation. Have your webdev person work on the embed form more and check the browser developer tool (Inspect element) to find out what the container of the donation form has styled and work on that styling to increase or decrease the width of the container
3 -
@Kellie DeMers Would be interesting to see what those look like if they are wider. Since you can't style them for different sizes, would that change how things function/look or would it stretch them out?
0 -
@Kellie DeMers
So i took a look at the actual embed code for RE NXT donation form, it seems like even thought he code looks simliar to OLX donation form embed code, the underlying workingness of the code is different.Meaning, RE NXT Donation Form also uses IFRAME.
The IFRAME is max-width of 600px, so that's where you (your webdev team) can play

You can make max-width 100% to take up full width, or any other pixel value of your choice.
@Lee Grisham and yes, the fields just “streches” out to the width of the IFRAME.
2
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™
- 576 Blackbaud Education Management Solutions for Higher Education
- 3.2K Blackbaud Education Management Solutions for K-12 Schools
- 940 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)

