# Fundraising Page Configuration
Each event can have a fundraising page configured as a custom page. If you created an event from the blueprint, then check if that pages has already been configured by going to step 13. Customize Pages and then clicking on Custom Page tab.
If the event doesn't have that page, you can copy the HTML template from the PageBuilder page baf_fundraising_tools.
# Fundraising Tools Link in TeamRaiser & Participant Center Navigation
The link may vary per event type or event id. So the logic to set the link for TeamRaiser & participant center navigations is defined in the PageBuilder page reus_baf_fundraising_tools_links.
# Banner
The banner code modification follow the same process as the greeting page banner.
# Images in Ideas
Each idea is contained a column
<div class="column" data-s-region-id="Grid|Share on social|Region 2 of 2|Grid 1 of 8|[[S80:userState]]">
<div class="column__row column__row--2">
<div class="column">
<a href="#"><img alt="${imageDescription}" src="//placehold.it/600x600?text=600x600" /></a>
</div><!-- /.column -->
<div class="column">
<h3 class="text--teal text--no-case heading--smallest"><a href="#">Share on social</a></h3>
<p>You are doing something amazing so spread the word. The more people you reach, the more people are likely to donate. Don't forget to include your personal fundraising link!</p>
</div><!-- /.column -->
</div><!-- /.column__row -->
</div><!-- /.column -->
To prepeare, create images of jpg type in dimesions 600 x 600px & upload them into Luminate image library.
Replace:
${imageDescription}- with the description of the image or leave blank//placehold.it/600x600?text=600x600- with[[S80:staticAssetsBaseUrl]]/images/content/pagebuilder/${nameOfImage}, where${nameOfImage}is replaced by the filename of the image in Luminate libary- Replace link destinations
href="#"orhref="[[S8]]#"with final values for the items - Replace the placeholder text with desired values
- Replace the second value in
data-s-region-idwith the accurate description of content, for analytics; for exampledata-s-region-id="Grid|Share on Twitter|Region 2 of 2|Grid 1 of 8|[[S80:userState]]"if the section encourages the users to share the information on Twitter
# Boundless Fundraising Tile
The promotion for Boundless Fundraising was configured and placed in the PageBuilder reusable named reus_baf_boundless_fund_app_promo.
If you would like to promote the app on the specific event, place the code [[S51:reus_baf_boundless_fund_app_promo]] in the place of the first tile. Then go through all columns and update the values of Grid 1 of 8 to the new values, so it accurately reflects in the analytics.