This topic is locked
[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.
I see this issue has been previously pointed out here http://www.asprunner.com/forums/index.php?...topic=9508&
Thanks.

J
Jane 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.

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.


Don't you then lose the built in registration functionality found on the security tab, like setting up the passwords to be encrypted, the login page, and all the other stuff that is automatically generated?

J
Jane 12/29/2008

Hi,
I'm not sure that I understand your question.

If you select another table as users on the Security tab you'll need to set up all settings again.