Is it possible to use hidden fields to prepopulate a drop-down field with data that is read from an SQL table when loading an embedded Typeform?
For example, we maintain a list of store locations in a SQL table, which can dynamically change over time. as new stores come online and old ones close. One of the forms needs to ask which location they are responding to.
We do not want the manual overhead of amending the form dropdown each time a location changes but rathe read and populate from the table.