fieldData["name"]); ?>
fieldData["type"] === "wpdFormAttr\Field\DefaultField\Submit") {
esc_html_e(" (Submit Button)", "wpdiscuz");
} elseif ($this->fieldData["type"] === "wpdFormAttr\Field\DefaultField\Captcha") {
esc_html_e("Google reCAPTCHA", "wpdiscuz");
} elseif (strpos($this->fieldData["type"], "wpdFormAttr\Field\DefaultField") === false) {
$fieldLable = str_replace("wpdFormAttr\Field\\", "", $this->fieldData["type"]);
echo " ( " . htmlentities(str_replace("Field", "", $fieldLable)) . " )";
}
?>
">
isDefault) {
?>
|">
dashboardForm($row, $col, $name, $this->fieldData);
?>