Craft\AmForms_FormModel::displayForm PHP Метод

displayForm() публичный Метод

With this we can display the Form FieldType on a front-end template.
public displayForm ( ) : string
Результат string
    public function displayForm()
    {
        return craft()->amForms_forms->displayForm($this);
    }