MyBB Community Forums

Full Version: User Registration: dependent fields
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

question: Is it possible to make depenand fields when a user wants to register. here an example:

user works in the company "B" and there in department "2".

there should be a table company with following companies: A,B,C,D
and each company has different departments: B has: 1,2,3,4

when a user selects "B" in companys, the page should reload with
http://xxxxxxx?company=B and now the select box departement should be viewable with the departements 1,2,3,4.


Is that possible?