Wednesday 25 February 2004 1:31:27 am
hi all
my site is divided into 3 main section:
- public, that doesn't need any registration
- documentation, visible only to the registered users (with the default registration form/process) - customers, in which the administrators can register new customers. the registration form to log into the second section is the default registration form, visible to anyone accessing the site and that sends confirmation email to the site administrator.
the registration form for the customers section must be as follows:
- it will be in the customer section (only visible to the administrators)
- it will have different (and more) fields - it will send confirmation email to the customer administrator (different e-mail address than the site administration) no problem by overriding the user/register template, but i need to have a new/different "registration process" that inserts data into the same db table (and sends the email to the new address) and have a reference to it (in the action parameter of the form: i.e.: action={"/user/registerCustomer/"|ezurl}) where can i find the register process and how can i create the new register process?
thanks in advance alessandro
|