[SOLVED] Need more fields available for register form |
12/28/2008 14:33:40 | |
| PHPRunner General questions | ||
|
C
Christopher author
Is it possible for the registration form to function more like the other pages? I need to add fields from another table, and of course they are not available in the list. |
||
|
J
|
Jane 12/29/2008 |
|
Hi, |
|
|
C
|
Christopher author 12/29/2008 |
Hi, unfortunately PHPRunner doesn't support updating multiple tables on one page. You can use fields from users table only on the register page. As workaround create view in the database, join tables in this view if needed and use this view as users table.
|
|
|
J
|
Jane 12/29/2008 |
|
Hi, |
|