close()

Exit the definition of a form that has been initialized by the setup() function. For detailed information on how to setup a form see our Formulare erstellen examples.

string close([ bool display = false ])

Return

Buffers and returns HTML code.

Parameter
Description
displayIf TRUE form will be displayed immediately without calling the display() method.

Close form

$FORM->close()
RETURN: '</form> </div> '