# Really Simple Systems

Integrate Address Validation on your Really Simple Systems CRM

![Really Simple Systems CRM Browser Extension Demo-screenshot](https://img.ideal-postcodes.co.uk/really-simple-systems-demo.gif)

## Features[​](#features "Direct link to Features")

* Adds UK Address Finder to form address fields

## Installation[​](#installation "Direct link to Installation")

This integration uses the Ideal Postcodes Extension which can be downloaded from the Chrome or Firefox Extensions marketplaces.

See our [Browser Extension guide](/docs/integrations/browser-extension.md) for more information.

## Supported Forms[​](#supported-forms "Direct link to Supported Forms")

### Support URL Paths:[​](#support-url-paths "Direct link to Support URL Paths:")

All paths are supported but limited by address Selectors

### Address Field Selectors (Supported Fields)[​](#address-field-selectors-supported-fields "Direct link to Address Field Selectors (Supported Fields)")

Accounts

```
{

  line_1: "#form_input_addressline",

  post_town: "#form_input_addresscity",

  postcode: "#form_input_addresszip",

  country: '[name="AddressCountry"]',

  county: "#form_input_addressstate",

  organisation_name: "#form_input_name",

};
```

Contacts

```
{

	"line_1": "#form_input_contactaddressline",

	"post_town": "#form_input_contactaddresscity",

	"postcode": "#form_input_contactaddresszip",

	"country": "[name=\"contactaddresscountry\"]",

	"county": "#form_input_contactaddressstate"

}
```

info

Still need help? Contact our support team via live chat on our website or email <support@ideal-postcodes.co.uk>.
