Drop-down list label dissapearing

Karlo Matan asked on February 16, 2026 15:54

We are using a standard Kentico bizform that has a few text inputs and a few dropdowns. Every form element utilizes a Resource String from the Localizations tab to fetch the label value.

We have an issue where the labels related to the dropdown elements appear for a second and then the entire label HTML element is deleted. There don't seem to be any console errors that might indicate what the issue is. This issue does not happen for regular text fields.

Label value defined in form builder: {$Form.Topic.Label$}

Recent Answers


Juraj Ondrus answered on February 23, 2026 09:43

Hi, I am unable to reproduce the issue using the out of the box installation with the sample Dancing Goat project. I would recommend checking what is your MVC code, what JS is used and whether it is interfering somehow with the form builder scripts. I would recommend created as simple MVC code for some simple, blank page template, place the form on it and test it - making sure no custom code is used and fired.

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.