Every time I dig down on this issue. It becomes a challenge to me. I just need to modify the registration form, according to my needs and I’d like to know what would be the best solution.
1. Going to the pages and actually change the code:
- Cut off the standard form,
- add my html fields,
- add the queries to the respective tables and etc.
/home/oacsbr/conaje/packages/acs-subsite/lib/user-new.adp
/home/oacsbr/conaje/packages/acs-subsite/lib/user-new.tcl
/home/oacsbr/conaje/packages/acs-subsite/www/register/user-new.adp
/home/oacsbr/conaje/packages/acs-subsite/www/register/user-new.tcl
/home/oacsbr/conaje/packages/acs-templating/resources/forms/standard.adp
2. Install assessment pkg and create an alternative registration assessment.
Solution given by Deds on this thread
https://openacs.org/forums/message-view?message_id=308469
This might be a good idea although assessment seems to have some bugs, and that just drove me into a insane nightmare trying to figure out what was going on there.
3. Another solution was given by Malte on this thread, using contacts pkg.
https://openacs.org/forums/message-view?message_id=390680
it would be cool if I create my own registration package, but then it comes the problem of oacs procs, dependencies, db relation, permissions, and security that I’m sure I would be missing something.
Does anyone know?