i have two different set of users to register, employees and employers. 
their common fields are , username, email, active, password but the rest of 
the fields are different, how should i create register form for each one? 

is this possible to do something like this somewhere in registration 
function:

registration_form.process(dbio=false).accept:
id=insert non-common fields into x-table
registration_form.insert(**fields,registration_form.vars.forign_id=id)

beside that what can i do? 

-- 



Reply via email to