Alternatively, if you do not want to rely on users browser language (it might be different from their actual language / location), you can retrieve the data from a 3rd party service (eg. https://ip-api.com/ or https://www.ipify.org/ or https://db-ip.com/) and pass those values as hidden fields. You can find a similar implementation with fetching the data from 3rd party API in this thread:
Hi @leuqim Oh yes, totally understand wanting to capture this information automatically! While we don’t offer this feature, do you happen to be embedding the form onto your website? If so, you might be able to capture this information through some coding.
Alternatively, if you do not want to rely on users browser language (it might be different from their actual language / location), you can retrieve the data from a 3rd party service (eg. https://ip-api.com/ or https://www.ipify.org/ or https://db-ip.com/) and pass those values as hidden fields. You can find a similar implementation with fetching the data from 3rd party API in this thread: