Исходный текст | Переводы |
---|---|
Form name | Форма |
The name of the field. The form name is not shown to the user but used internally in the HTML code and URLs. ![]() Unless you know what you are doing, it is highly recommended that you prefix the form name with <code>profile_</code> to avoid name clashes with other fields. Spaces or any other special characters except dash (-) and underscore (_) are not allowed. An example name is "profile_favorite_color" or perhaps just "profile_color". | |
Explanation | |
An optional explanation to go with the new field. The explanation will be shown to the user. | Содержание этого поля будет показываться в форме поля. Вы можете использовать его для указания инструкций или правил заполнения этого поля. |
Selection options | |
A list of all options. Put each option on a separate line. Example options are "red", "blue", "green", etc. | |
The weights define the order in which the form fields are shown. Lighter fields "float up" towards the top of the category. | |
Visibility | Видимость |
Hidden profile field, only accessible by administrators, modules and themes. | |
Private field, content only available to privileged users. |