
Apart from crud popup forms, you can also open forms on button click. You need to call formDisplayInPopup function as mentioned below.
$pdocrud = new PDOCrud();
$pdocrud->formDisplayInPopup("Open Order Details popup","Order Details", true);
echo $pdocrud->dbTable("orders")->render("insertform");
