PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Spelling mistake in documentation

  1. howdy
    Member

    http://www.gravityhelp.com/documentation/page/Gform_address_display_format

    (Street, Street2, City, Sate, Zip Code, Country)
    should be:
    (Street, Street2, City, State, Zip Code, Country)

    Sate > State (2 occurrences of this page)

    Posted 11 years ago on Saturday January 12, 2013 | Permalink
  2. howdy
    Member

    Also, this filter would be more flexible if you could specify the precise order (and inclusion) of address fields:

    add_filter("gform_address_display_format", "address_format");
    function address_format($format){
        return array("street", "street2", "city", "state", "zip_code", "country");
    }
    Posted 11 years ago on Saturday January 12, 2013 | Permalink
  3. I fixed the typos in the documentation. Thank you for pointing those out. I'll flag this as a feature request regarding your second post. Thank you for the suggestion.

    Posted 11 years ago on Sunday January 13, 2013 | Permalink