replied on March 18, 2019
When do you need to know where the form was submitted from? If the visitor submits a generic form, you can use the Submission IP Address {/dataset/_submission_ip_address} in the process to determine which IP address the form was submitted from. If you know the IP addresses of the computers in each building, you can route the forms based on which building they were submitted for.
If the form needs to know which building it is being filled out in, you'll have to use Javascript to grab the machine's IP and then use it to modify the form accordingly.