Joomla note Form Field Type

The note field allows you to create titles, texts, descriptions and alert boxes.

XML Field Definition

<field
 name="mynote" 
 type="note" 
 label="A heading goes here" />

Additional Parameters

label: (translatable) It is the title of the note.

heading: the type of heading element to use for the label. It defaults to h4.

close: If set to 'true', the alert will be closable. You need to add "alert" as class. If you use a class other than the alert, use the required value for the data-dismiss of the Bootstrap close icon instead of the value true.

description: (translatable) This is the text of the note. It is displayed below the label.

class: Class name for styling the note. For example, alert bg-info text-white