Forum OpenACS Q&A: Registration Assessment

Collapse
Posted by Iuri Sampaio on
I have my registration form as an assessment and i want to add more fields on the registration form.

But the thing is, the field is not from the user's table.
and I don't want to touch on that table since it's a important table of oacs, otherwise I won't be able to upgrade the realeases of oacs as well its packages.

So the best solution i see is to create an addtional table to storage the additional information i need of the users. and add the respectives fields on the registration form and make them to go to the new table i created.

Then,
I will have the same form with information going to diferent tables. The thing is how do i set it up, since it is an assessment already create and is pointing to the user's table
Does anyone have any idea??