I'm using the JQUERY VALIDATION plugin to validate form fields. For that, I need the NAME attribute to be available in my HTML.
When the HTML item is not linked by ID to the Delphi element, the NAME attribute is generated, but when there is a link, the NAME attribute is not generated, even though it is fixed in the HTML.