Set field will be automatically converted to multi select dropdown. You need to enable setToSelect = true settings to make it appear as dropdown.
$pdocrud = new PDOCrud(); $pdocrud->setSettings("setToSelect", true);//this setting can be done directly in config file. echo $pdocrud->dbTable("product_colors")->render("insertform");