Custom Field Inputs

Code Nation themes are designed to accommodate dynamic and personalized custom inputs.

What are dynamic custom inputs?

Making use of our themes Admin tags, Dynamic Custom Inputs let you upgrade your forms by adding custom questions or input fields to actions on your website (like sign-ups and feedback forms) beyond what NationBuilder normally offers.

You can learn more about custom fields here.

Adding a custom field input:

Custom Field Inputs for Donation actions are tagged differently. You can jump to this section here: Adding Custom Donation Field Inputs

  1. Navigate to Settings > Custom Fields via the sidebar in NationBuilder.

  2. Select the button to create a new custom field.

  3. In the "Name" field, write the label you want for the custom field input (for example, "How did you hear about us?"). Then give the new custom field a unique slug.

  4. Navigate to the page you want to add the field to.

  5. Add the tag Admin Custom Field:[CUSTOM_FIELD_SLUG] to the page you would like to add the custom field to.

    • Where [CUSTOM_FIELD_SLUG] is the slug you gave the custom field in step 3.

Checking the response for custom field inputs

Once a visitor has filled and submitted a form with a custom field input, the value will be stored on their profile in your Nation. You can follow the steps below to find and view any users custom field responses.

  1. Navigate to People via the sidebar in NationBuilder.

  2. There are a couple of ways you can find people and view their custom fields on this page.

    1. If you know the name of a person who interacted with your form you can search for them specifically.

    2. If you set the form up to tag users with a specific tag (E.g. "Candidate -Sign Up - 2023") you can filter people using this tag by selecting the filter option.

  3. Once you have selected a person you can then use the tab menu to navigate to Edit > Custom Fields to view all their responses. E.g.

Adding Custom Donation Field Inputs

  1. Navigate to Settings > Custom Fields via the sidebar in NationBuilder.

  2. Select the donation tab via the tab menu.

  3. Select the button to create a new custom field.

  4. In the "Name" field, write the label you want for the custom field input (for example, "How did you hear about us?"). Then give the new custom field a unique slug.

  5. Navigate to the page you want to add the field to.

  6. Add the tag Admin Custom Donation Field:[CUSTOM_FIELD_SLUG] to the page you would like to add the custom field to.

    • Where [CUSTOM_FIELD_SLUG] is the slug you gave the custom field in step 3.

Last updated