# before_contactadd

New contact is about to be aded to client profile. Return false in your advanced/module hook implementation to block singup process

# Hook parameter

An array is passed to hook containing following keys/values:

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
password string Password

# Sample hook files

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