Craft\AmForms_FormModel::displayForm PHP Method

displayForm() public method

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