diff --git a/docs/en/02_Developer_Guides/03_Forms/03_Form_Templates.md b/docs/en/02_Developer_Guides/03_Forms/03_Form_Templates.md index 7a4bf0c9f..64fae0889 100644 --- a/docs/en/02_Developer_Guides/03_Forms/03_Form_Templates.md +++ b/docs/en/02_Developer_Guides/03_Forms/03_Form_Templates.md @@ -14,7 +14,7 @@ can be rendered out using custom templates using `setTemplate`. $field = new TextField(..); $field->setTemplate('MyCustomTextField'); -Both `MyCustomTemplate.ss` and `MyCustomTextField.ss` should be located in **mysite/templates/Includes/** +Both `MyCustomTemplate.ss` and `MyCustomTextField.ss` should be located in **mysite/templates/forms/** or the same directory as the core.
It's recommended to copy the contents of the template you're going to replace and use that as a start. For instance, if @@ -66,4 +66,4 @@ well as the available syntax, see the [Templates](../templates) documentation. ## API Documentation * [api:Form] -* [api:FormField] \ No newline at end of file +* [api:FormField]