# before_domain_contactset
This event is fired before displaying and saving contact details for the domain
TIP
$details
is passed as reference (opens new window) so its possible to modify its value(s) in Advanced hook
# Hook parameter
An array
holding domain contact details. Reference where can edit contact details.
Key | Type | Description |
---|---|---|
domain_id | int | Related domain ID in HostBill |
module_id | int | Related domain module ID in HostBill |
name | string | Domain name |
registrant | array | Registrant details in the array |
admin | array | Admin details in the array |
billing | array | Billing details in the array |
tech | array | Tech details in the array |