Skip to main content

Capturing Mailing Addresses on a donation page

Hi there- we would like to be able to capture the mailing address as well as the "donation" aka billing address on our donation site. Is it possible to do this? I was able to copy the code from the donation section, and changed all of the variables from "donation" to "mailing"- but it didnt work for country or state- the two drop downs. Are there other names I should plug in?

 

{% collection_select "mailing_address.country_code", page.mailing.countries, "code", "name", class:"select" %}

{% collection_select "mailing_address.state", page.mailing.us_states, "code", "name", class:"select" %}

Official response from

Hi Kelly, thanks for the question. The mailing fields are not currently available on these forms. If you think they would be a valuable feature, we encourage you to submit it to our community board: http://nationbuilder.com/suggest -- if it gets enough traction our engineers may develop it.

I see what you are trying to do to sell those DVD box sets, though our donation forms were not designed to be used in this way. A shopping cart solution like Ecwid would be more appropriate. (http://nationbuilder.com/adding_ecwid_shopping_cart_nationbuilder)

If you'd still like to put this together with a donation form, my suggestion would be to add in a special note field where people can enter that information. Below are instructions for how to do that.

This goes in the Donation page template, wherever you want the note to appear:

<td> <p> <label for="donation_note">NAME OF FIELD, like mailing address</label> <br> {% text_field "note", class:"text" %}</p></td>

Please keep in mind that this is a hack, and NB support does not generally provide support for them. If you're not familiar with the templates, I would recommend you work with a consultant to make these changes. You can find a list here: nationbuilder.com/architects_directory

Share this post

Showing 3 reactions

How would you tag this suggestion?
Please check your e-mail for a link to activate your account.