NationBuilder Training Links

Automatic Opt-In on forms

Political parties are exempt from subscription requirements. Also some pages may include a disclaimer saying something to the effect of: “By signing up you agree to be contacted by our organisation, you can unsubscribe at any time. See our privacy policy linked below.”

If you do this, you can use the below code to opt-in and hide the opt-in check boxes.
Sign-up pages:
<input id="signup_email_opt_in" name="signup_email_opt_in" type="hidden" value="Y" />

{% if site.ask_for_mobiles? %}

<input id="signup_mobile_opt_in" name="signup_mobile_opt_in" type="hidden" value="Y" />

{% endif %}

Event pages:
{% check_box "email_opt_in", class:"custom-control-input" %}

<input id="event_rsvp_email_opt_in" name="event_rsvp_email_opt_in" type="hidden" value="Y" />

{% if site.ask_for_mobiles? %}

{% check_box "mobile_opt_in", class:"custom-control-input" %}

<input id="event_rsvp_mobile_opt_in" name="event_rsvp_mobile_opt_in" type="hidden" value="Y" />

{% endif %}

Feedback pages:

{% check_box "email_opt_in", class:"custom-control-input" %}

<input id="email_opt_in" name="feedback_email_opt_in" type="hidden" value="Y" />

{% check_box "mobile_opt_in", class:"custom-control-input" %}

<input id="mobile_opt_in" name="feedback_mobile_opt_in" type="hidden" value="Y" />

Filtering your database

Use filters to segment your people database, focus your outreach, and personalize your communications to key groups of supporters.

You can find filters under People > (Select the funnel icon).

Filtering Tutorial
Leaderboard Tutorial

Paths

A path is a step-by-step workflow in which a person completes (moves along) various steps toward completing a larger goal.

You can find Paths under People > (Select the signpost icon) > Also select “View Path view”.

Introduction
Manually move people along paths

Using NationBuilder to track replies, or 1:1 emails

You can use NationBuilder for tracking replies to blasts, or one-to-one email.

Send one-to-one email
Receiving email in your nation

Automations

Create automated email workflows to streamline your communications and build stronger relationships with supporters.

Automations Support

Smart fields in emails

Smart fields make it easy to dynamically personalize your email blasts for each recipient with variable data pulled from your nation.

Smart Field Support

Types of NationBuilder pages

NationBuilder offers a growing selection of page types that offer you rich features for developing your community!

Page Type Support

Ticketed events

To sell tickets through your nation you must first check the box Sell tickets at Event settings > Basics. You must also have a donation page type setup for the payment to be processed.

Ticketed Events Support

Public directories and public profiles

Public profiles equip supporters to customize how they show up on your website, track their peer-to-peer fundraising efforts, and more.

How public profiles work

A directory page is a sortable listing of supporters with customizable display preferences.

Create a directory page

Customizing theme basics

Creating a custom website theme in NationBuilder is easy to learn, and these guides covers all the essentials on how to get started.

Theme Editing Intro
How the pages fit together