"Title : ", "name" => "title", "value" => $note_title), array("label" => "Public ? ", "name" => "public", "type" => "checkbox", "checked" => $note_public), array("label" => "Text : ", "name" => "text", "type" => "textarea", "value" => $note_text), ); $validate = "Create note"; require("tpl/notes/new.php");