Craft\AmForms_FormModel::displayForm PHP Méthode

displayForm() public méthode

With this we can display the Form FieldType on a front-end template.
public displayForm ( ) : string
Résultat string
    public function displayForm()
    {
        return craft()->amForms_forms->displayForm($this);
    }