Craft\AmForms_EmailFieldType::getSettingsHtml PHP Method

getSettingsHtml() public method

public getSettingsHtml ( ) : string | null
return string | null
    public function getSettingsHtml()
    {
        return craft()->templates->render('amforms/_display/templates/_components/fieldtypes/PlainText/settings', array('settings' => $this->getSettings()));
    }