Hi I am upgrading a customer management database and I am wondering if this is possible. I have a field for the type of lead (how the client found us). When entering a new client there will be a dropdown for the lead. If say "Partner" is selected I want another field to show up for "which partner" basically. At the same time, if another lead type is selected i want a different dropdown list to show up. Is this possible with php, or is this more of a javascript question? Currently it just has multiple fields that you only fill in if the $lead == "x".
Thanks for the help.