Hi,
Is it possible to have profile fields depend on each other? (during user registration)
i.e one 'select field' depends on the selection in another 'select field'. does any module do this?
Thanks,
V
I guess what Im really asking is if its possible to use PHP in a profile field so that the drop down selection is dynamically generated.
----- Original Message ----- From: vrao To: support@drupal.org Sent: Saturday, November 19, 2005 3:29 PM Subject: [support] dependent profile fields?
Hi,
Is it possible to have profile fields depend on each other? (during user registration)
i.e one 'select field' depends on the selection in another 'select field'. does any module do this?
Thanks,
V
------------------------------------------------------------------------------
-- [ Drupal support list | http://lists.drupal.org/ ]
You will need to code something for that. For an example, look at the address.module in ecommerce.
Ber
Op zondag 20 november 2005 00:12, schreef vrao:
I guess what Im really asking is if its possible to use PHP in a profile field so that the drop down selection is dynamically generated.
----- Original Message ----- From: vrao To: support@drupal.org Sent: Saturday, November 19, 2005 3:29 PM Subject: [support] dependent profile fields?
Hi,
Is it possible to have profile fields depend on each other? (during user registration)
i.e one 'select field' depends on the selection in another 'select field'. does any module do this?
Thanks,
V
-- [ Drupal support list | http://lists.drupal.org/ ]
Bèr
Thanks Ber.
Mine is slightly more tricky, the values for both forms are not stored within the code. they are stored in the database. I was able to pull the first form from the database, the second depends on the selection of the first and javascript runs on the client....
----- Original Message ----- From: "Bèr Kessels" ber@webschuur.com To: support@drupal.org Sent: Sunday, November 20, 2005 3:41 AM Subject: Re: [support] dependent profile fields?
-- [ Drupal support list | http://lists.drupal.org/ ]