Hi,
I'm new to Laserfiche and looking for assistance with this.
I have two drop-down menus on the form. The first one lists the available buildings while the second one allows the user to choose the room within the building. I currently have the buildings and associated room in an SQL table.
Once the user selects a specific building from the first drop-down menu, I want to do an sql query to find all rooms within the building and list those as options provided by the second drop down list.