# before_contactedit

Client contact details is about to be updated. Return false in your advanced/module hook implementation to block signup process

# Hook parameter

An array holding filled contact registration fields

Key Type Description
contact_id int Contact ID
client_id int Client ID
firstname string Client first name
lastname string Client last name
email string E-mail
address1 string Address 1
address2 string Address 2
city string City
state string State
postcode string Postal code
country string Country
phonenumber string Phone number

# Sample hook files

Last Updated: 3/17/2023, 8:40:19 AM