Merge pull request #798 from chocnut/patch-1

Update docs/en/topics/forms.md
This commit is contained in:
Will Rossiter 2012-09-14 21:12:00 -07:00
commit 70ef6bd64f
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ class, and add it to the fieldlist of the form.
"SignupForm", // form name
new FieldList( // fields
TextField::create("FirstName")
->setTitle('First name')
->setTitle('First name'),
TextField::create("Surname")
->setTitle('Last name')
->setMaxLength(50),