If I specify a character string containing underbar in Form-> control (""), the character string after underbar will not be displayed as a label.
The same result will be obtained even if it is “\ _”.
Could you tell me how to display the character string after underbar ?
I’m not sure at all but maybe the method $this->Form->control() is the problem. Have you tried to use a specific method for a type of field like echo $this->Form->text() ?