No value in Form Dropdown
Problem
There are no values appearing in a dropdown field in a form
Possible Reasons
Configuration of field is not correctly done
There are no values in the list of values
There are no values in the table
Resolution
Login with Administrative privilege
First Check Configuration
Navigate to Configuration > Form
Search for the form and View the form
Click on Form Keys tab
Search for the field which is having dropdown issue
Check the following fields: drop down type
If drop down type is empty then set the value for this field
If drop down type is "LOV" then select LOV Type, Display Value shall be "displayValue" and Drop Down Select value shall be "displayValue" or "languageIndependentCode" depending on your site is multi-lingual or not. If it is not multi-lingual use "displayValue" in both
If drop down type is "Table" then select Table name field and Display Value shall be "name" and Drop Down Select value shall be "id".
Retry. If still there are no values in the dropdown check values in list of values or table
Check List of Values
Navigate to Administration > List of Values
Search the LOV Type used in the drop down
Ensure there are values with active status
If no values, enter values
Check Table
Navigate to relevant table
Check Values
If no values, enter values
Last updated