Thank you for helping to change the name of the field. Somehow I missed this setting.
As for the “empty marks around the field name,” that I mean that the code is written in the form:
<label for = “field_1”>
Name
<span class = “bp-required-field-label”> </ span>
When I want to do that instead of the label was a placeholder, the empty spaces in the code (between the first and second line and the second and third row) are visible in the input.
It looks like:
[___Name________]
instead
[Name___________]