# after_service_formschange

Form values were changed and stored in database - including non-upgradeable/billable fields. This hook is triggered on any form change, no matter of initiating party.

This hook is also triggered on domain form changes

# Hook parameter

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

Key Type Description
rel_type string Either Hosting or Domain
rel_id int Account or Domain ID
changes array Array containing only detected form changes
old array Forms state before making change
new array New data to store

# Sample hook files

Last Updated: 11/24/2025, 8:53:48 AM