Skip to content

Commit cb1b04f

Browse files
authored
Update themes-creating-using-and-sharing.md
Fix Forms link. Thanks, mistersugar.
1 parent 5884aed commit cb1b04f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/themes-creating-using-and-sharing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Pages are your web page templates, primarily built with HTML and [Textpattern ta
115115

116116
#### Form assets
117117

118-
[Forms](/build/form-templates-explained.md) are the named containers of markup components (conceptually the same as partials, snippets, or includes) for *inclusion* into page templates, or for nesting into other forms. Such 'Russian doll' construction of your website's architecture using pages and forms enables building sophisticated website structures that are, again, easier to manage and maintain.
118+
[Forms](/build/form-templates-explained) are the named containers of markup components (conceptually the same as partials, snippets, or includes) for *inclusion* into page templates, or for nesting into other forms. Such 'Russian doll' construction of your website's architecture using pages and forms enables building sophisticated website structures that are, again, easier to manage and maintain.
119119

120120
All form files must have unique names — across core forms and any custom forms created — and core form names will never be changed from their defaults. Compound form names use underscores between words (e.g. <i>**custom_form_name**</i>) and the resulting template file name should match (i.e. custom_form_name.txp).
121121

0 commit comments

Comments
 (0)