By 3duardo on
Hi,
I'm wondering if anyone has any advice as how, if possible at all, to implement PHP to do the following in my sites registration process and for existing users who switch a particular profile field:
IF profile_field_selection_list = AAA
THEN profile_this_field = Visible AND Mandatory
The idea being that a new or existing member may select a particular item from the list that would make another field mandatory.
I am using D6 with the core profile and cck and displaying only some profile_fields during registration.
Hope that makes sense. Thanks.
Comments
Anybody?
I guess I should also point out that it's the user image upload field that I'd like to make mandatory based on a particular selection from a cck selection list.
Any help/direction appreciated. Thanks.