Super Address Field

Developer

Amici Infotech

3rd Party (Commercial)


EE Version Support

  • ExpressionEngine 4
  • ExpressionEngine 5
  • ExpressionEngine 6

Compatibility

If an item is crossed out, it might be untested, not applicable or incompatible. Contact the developer to be sure.

  • Updater
  • Multi Site Manager
  • Stand Alone Entry Form
  • Low Variables
  • Content Elements
  • Better Workflow
  • Matrix
  • Grid
  • Webservice
  • Publisher

Requirements

Add-On Type(s)

Extension, Fieldtype, Module

Tags

Super Address field is created to have a single field for address. You can have Address 1, Address 2, City, State, Postal Code, Country, Latitude, Longitude (and a button to fetch lat/long from given address). This field type supports GRID and Fluid too. You can use this field to filter Low Search results with distance. Plot location button that fetch lat/long from address makes it complete solution for address saving.

User Links

Documentation

You can use the following tags to populate field on frontend template.

Normal Field:

{exp:channel:entries channel="super_address" dynamic="no" limit="1"}
    {!--Full Address--}
    {super_address} // Prints Full address comma seperated.
    {super_address separator="|"} // Prints Full address ("|" seperated).
    
    {!--Any Subfield of address--}
    {super_address:address_1} // Prints address 1
    {super_address:address_2} // Prints address 2 and so on…
    
    {!--Tag pair--}
    {super_address}
        {item:address_1} // Prints Address 1
        {item:address_2} // Prints Address 2 and so on…
    {/super_address}
    
    {!--Tag pair with prefix--}
    {super_address prefix="address"}
        {address:address_1} // Prints Address 1
        {address:address_2} // Prints Address 2 and so on…
    {/super_address}
{/exp:channel:entries}

Grid Field:

{exp:channel:entries channel="super_address" dynamic="no" limit="1"}
    {!--Full Address--}
    {grid}
	    {grid:super_address} // Prints Full address comma seperated.
    {/grid}

    {grid}
        {grid:super_address separator="|"} // Prints Full address ("|" seperated).
    {/grid}

    {!--Any Subfield of address--}
    {grid}
        {grid:super_address:address_1} // Prints address 1
    {/grid}
    
    {grid}
        {grid:super_address:address_2} // Prints address 2 and so on…
    {/grid}
    
    {!--Tag pair--}
    {grid}
        {grid:super_address}
            {item:address_1} // Prints Address 1
            {item:address_2} // Prints Address 2 and so on…
        {/grid:super_address}
    {/grid}
    
    {!--Tag pair with prefix--}
    {grid}
        {grid:super_address prefix="address"}
            {address:address_1} // Prints Address 1
            {address:address_2} // Prints Address 2 and so on…
        {/grid:super_address}
    {/grid}
{/exp:channel:entries}

Fluid Field:

{exp:channel:entries channel="super_address" dynamic="no" limit="1"}
    {fluid}
        {!--Normal Field --}
        {fluid:super_address}
            {content}
                {item:address_1} // Prints Address 1
                {item:address_2} // Prints Address 2 and so on…
            {/content}
        {/fluid:super_address}
        
        {!--Grid Field--}
        {fluid:grid}
            {content}
                {content:super_address:address_1} // Prints Address 1
                {content:super_address:address_2} // Prints Address 2 and so on…
            {/content}
        {/fluid:grid}
    {/fluid}
{/exp:channel:entries}

Super Address Field Links

This entry was created April 21, 2019, 3:53 am.
This entry was last updated February 4, 2023, 1:30 am.

Disclaimer: Information about ExpressionEngine add-ons is provided as a service to you, the user, and every member of the ExpressionEngine community. devot:ee is not responsible if you hose, mangle, wreck, or otherwise destroy your EE website by installing an add-on that you found out about at this site, regardless of its rating, Favorites status, commercial or free status, or general popularity. Caveat EEmptor!

Returns: devot:ee has a 30-day return policy on all commercial add-ons sold through devot-ee.com. If you need to return an add-on, do not go to the developer or the developer's site, but rather visit our returns page at https://devot-ee.com/returns to initiate your return. If you have questions, email support@devot-ee.com.

1 Review:

picotech 12.17.19

picotech
Rating - {addon_rating_average}

Great add-on for what would be a tedious job to create without.  Great support too, response within minutes to a few teething problems.  Very happy.