If you create or edit an address or property using a form, and you create or edit an activity, task or appointment using the same form, these will be linked automatically. The form automatically links these to the property and address records that have been loaded into the form or created by it.
> Search criteria are automatically linked to the address created or edited by the form.
To link an address and property record created or edited by the form, for example an owner or tenant, you must add the “Record Link” field to the form. It does not matter whether this field has the “Property” or “Address” field type.
The following record links can be selected in the form:
It makes sense to lock the record link field using the "Default value" or "Enforced values" function and to hide it in the form using the "Hide field" function.
The field can accept the following values:
Sometimes a value from the form should not go into the main record, but into a linked one — e.g. the buyer’s purchase price offer into the address field instead of the property field.
Setup: Form settings → Further settings → “Write values”.
There, you define the source field → target module → target field. Upon submission, propform copies the value.
Example: Purchase price offer pattern
Use Cases:
> 💡 Full macro expansion is active in the target values — you can also calculate dynamic values (e.g. _calculate(...)) and write them to the target field.
Instead of creating a new address every time (even if the enquirer is already in the system), propform checks before creation whether the address already exists — and then uses it.
Setup: Form settings → Further settings → Enable “Address Duplicate Check” → Select fields.
If you select multiple fields, ALL must match for a duplicate to be detected (AND operator). Example:
Recommendation: Usually use only email. Multiple fields can quickly become too strict.
You can also use your own custom fields (e.g. ‘Contact person’ as a user selection field in the address) as a duplicate check field. In the form, the user selects the contact person via a single-select field → the duplicate check finds the address where this contact person is stored → no new address is created; instead, the existing one is linked.
Use case: Anne works in the back office; the form should ‘look up’ the contact person stored in the record rather than creating a new address.
If a form receives only one address as a URL parameter (?address[ID]=...), it can automatically load the linked property from the address record into the form — e.g. to edit the most recently linked property.
Setup: Form settings → under “Edit property and address” → enable “Load property record” → Selection: first / second / third linked property.
> ⚠️ Caution regarding the acquisition workflow: If the address has already been linked to a property from a previous marketing campaign, the form will load that old property instead of creating a new one. This is usually not the desired behaviour for acquisition or initial appointment forms. > > If you want to be sure: Do not activate “Load property record”, but manually include the property UUID in the link.
By default, a propform form can process one address + one property. For more complex cases (multiple buyers, multiple owners, solicitor + administration, etc.), there is the Overview + Editing pattern with recursive address loops.
📖 Full guide with code examples: Linking multiple records to a single form.