When a user enters their basic information, it is supposed to automatically pull information from the form as a convenience feature. We have a pretty simple lookup that works correctly on all of our text fields, but not on the dropdowns.
The values are unique in the database, and there's no issues with extra white spaces or misspellings. Even weirder, when I inspect the response from the forms server on lookup I get all the possible values of Property Type and Type of Business, when I would really only expect one:
{ "defaultValue": "", "id": 7, "type": "select", "validationFieldValues": [], "value": [ "Bed and Breakfast", "Hotel", "Motel", "Cabin", "Cottage", "Lodge", "Campsite", "Other" ] }, { "defaultValue": "0", "id": 8, "type": "select", "validationFieldValues": [], "value": [ "Brick and Mortar", "Internet" ] }
We only have test data in the DB right now, here is a snip showing the values:
Can anyone help make sense of this?
This is with Laserfiche Forms Professional Version 10.4.3.216