Skip to main content

Really Simple Systems

Integrate Address Validation on your Really Simple Systems CRM

Really Simple Systems CRM Browser Extension Demo-screenshot

Features

  • Adds UK Address Finder to form address fields
info

If you need support, you can either reach out to us on our support page or drop by our developer chat page.

Installation

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

See our Browser Extension guide for more information.

Supported Forms

Support URL Paths:

All paths are supported but limited by address Selectors

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",
}