Hi I would like to set the value of a custom field (text) AFTER the user has submitted the sign-up form. The value will be assigned by PHP and therefore the user should never be able to see / edit it. I'm thinking the userBeforeInsert hook may be needed but how can I set the value of a custom field before the insert is made? Thx, Neil