A primitive form element used only to inject raw html and place between other elements.
| package | FormItBuilder |
|---|
__construct(string $html)
Creates a segment of the specified html. This is great for introducing your own separators or wrappers around other elements in the form.
stringThe html code to use as the element
outputHTML() : string
output function called when generating the form elements content.
string