PHPackages                             esign/craft-formie-realsuite - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. esign/craft-formie-realsuite

ActiveCraft-plugin[Utility &amp; Helpers](/categories/utility)

esign/craft-formie-realsuite
============================

Realsuite integration that extends Formie.

1.0.0(2mo ago)015mitPHPPHP &gt;=8.2CI failing

Since Mar 4Pushed 2mo agoCompare

[ Source](https://github.com/esign/craft-formie-realsuite)[ Packagist](https://packagist.org/packages/esign/craft-formie-realsuite)[ RSS](/packages/esign-craft-formie-realsuite/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (4)Versions (2)Used By (0)

Formie Realsuite Integration
============================

[](#formie-realsuite-integration)

[![Stable Version](https://camo.githubusercontent.com/4f386515744ce85ae5495fb623ab2fdfddf4c7be548c36253a266de70a0b8737/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f657369676e2f63726166742d666f726d69652d7265616c73756974653f6c6162656c3d737461626c65)](https://packagist.org/packages/esign/craft-formie-realsuite)[![Total Downloads](https://camo.githubusercontent.com/83c17c2c559067c933b925a34a12ee2ea5db811e8022c4e1eefa5593990382df/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f657369676e2f63726166742d666f726d69652d7265616c7375697465)](https://packagist.org/packages/esign/craft-formie-realsuite)

[![](https://raw.githubusercontent.com/esign/craft-formie-realsuite/master/src/icon.svg)](https://raw.githubusercontent.com/esign/craft-formie-realsuite/master/src/icon.svg)

A [Realsuite](https://realsuite.be) integration that extends the [Formie](https://verbb.io/craft-plugins/formie/features) plugin for Craft CMS. Pushes Formie form submissions to the [Realsuite SiteSync API](https://sitesync.realsuite.be/swagger/index.html#/) as leads.

Requirements
------------

[](#requirements)

This plugin requires:

- Craft CMS 5.0.0 or later
- PHP 8.2 or later
- Formie 3.0 or later
- A Realsuite account with a SiteSync API key

Installation
------------

[](#installation)

### With Composer

[](#with-composer)

Open your terminal and run the following commands:

```
# go to the project directory
cd /path/to/my-project.test

# tell Composer to load the plugin
composer require esign/craft-formie-realsuite

# tell Craft to install the plugin
./craft plugin/install formie-realsuite
```

### From the Plugin Store

[](#from-the-plugin-store)

Go to the Plugin Store in your project's Control Panel and search for "Formie Realsuite Integration". Then press "Install".

Usage
-----

[](#usage)

### Setting Up the Realsuite Integration

[](#setting-up-the-realsuite-integration)

1. Navigate to **Formie → Settings → CRM**
2. Click **New Integration**
3. Select **Realsuite** as your integration provider
4. Enter your **Realsuite SiteSync API Key** and save the integration
5. After saving, click the **Refresh** button in the right-hand sidebar to verify the API connection

### Sending Form Submissions to Realsuite

[](#sending-form-submissions-to-realsuite)

1. Go to the form you want to connect with Realsuite
2. Navigate to the **Integrations** tab
3. Enable your Realsuite integration
4. Toggle one or more lead types and map your form fields:

Lead typeEndpointUse case**Lead Detail**`POST /leads/detail`Visitor requests more info about a specific property (`publicationId` required)**Lead Estimate**`POST /leads/estimate`Visitor requests a property valuation, includes address and estate type fields**Lead Info**`POST /leads/info`General contact/info request**Lead Search Profile**`POST /leads/search-profile`Visitor submits a property search profile with criteria (price, area, type, etc.)5. Map each form field to the corresponding Realsuite field and save the form

### Field Mapping Notes

[](#field-mapping-notes)

- **Lead Detail** — `publicationId` and `lastName` and `info` are required
- **Lead Estimate** — `lastName` is required; address and estate type fields are optional
- **Lead Info** — `lastName` is required
- **Lead Search Profile** — `lastName` is required; the `searchProfile` object is assembled automatically from the `Search Profile:`, `Residential:`, and `Professional:` prefixed fields
- **Array fields** (Search Profile: Sorts, Genres, Characterisations, Zipcodes) — map these to a Formie **Checkboxes** or **Multi-select Dropdown** field to pass multiple values

### Custom Value Transformations

[](#custom-value-transformations)

If you need to transform field values before they are sent to Realsuite (e.g. mapping a Craft entry selection to a Realsuite string code), listen to the `EVENT_MODIFY_FIELD_MAPPING_VALUE` event in a project module:

```
use esign\formierealsuite\integrations\crm\Realsuite;
use verbb\formie\events\ModifyFieldIntegrationValueEvent;

Event::on(
    Realsuite::class,
    Realsuite::EVENT_MODIFY_FIELD_MAPPING_VALUE,
    function(ModifyFieldIntegrationValueEvent $event) {
        // $event->value    — the value being sent (modify this)
        // $event->rawValue — the original unmodified value
        // $event->field    — the Formie form field
        // $event->integrationField — the Realsuite destination field
    }
);
```

API Documentation
-----------------

[](#api-documentation)

For more information about the Realsuite SiteSync API, refer to the [Realsuite SiteSync API documentation](https://sitesync.realsuite.be/swagger/index.html#/).

License
-------

[](#license)

This plugin is licensed under the MIT License. Please see [License File](LICENSE.md) for more information.

Screenshot
----------

[](#screenshot)

[![Screenshot of the Formie Realsuite Integration](resources/img/src01.png)](resources/img/src01.png)

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance86

Actively maintained with recent releases

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

69d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4599d7a8f6fdb63dd04305a49ae5ec9700b7a6eacdbe3a54f89584d75e34503f?d=identicon)[esign](/maintainers/esign)

---

Top Contributors

[![DieterVanhove](https://avatars.githubusercontent.com/u/33942009?v=4)](https://github.com/DieterVanhove "DieterVanhove (2 commits)")

### Embed Badge

![Health badge](/badges/esign-craft-formie-realsuite/health.svg)

```
[![Health](https://phpackages.com/badges/esign-craft-formie-realsuite/health.svg)](https://phpackages.com/packages/esign-craft-formie-realsuite)
```

###  Alternatives

[spicyweb/craft-neo

A Matrix-like field type with block hierarchy

395798.1k10](/packages/spicyweb-craft-neo)[verbb/vizy

A flexible visual editor field for Craft.

4348.6k](/packages/verbb-vizy)[verbb/social-poster

Automatically post entries to social media.

918.5k](/packages/verbb-social-poster)[verbb/icon-picker

A slick field to pick icons from. Supports SVGs, Sprites, Webfonts, Font Awesome and more.

16162.4k4](/packages/verbb-icon-picker)[craftcms/shopify

Shopify for Craft CMS

549.2k1](/packages/craftcms-shopify)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
