We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 457c7eb commit 4e8e792Copy full SHA for 4e8e792
reference/forms/types/options/help.rst.inc
@@ -6,6 +6,6 @@ help
6
Allows you to define a help message for the form field, which by default is
7
rendered below the field::
8
9
- $builder->add('zip_code', null, [
+ $builder->add('zipCode', null, [
10
'help' => 'The ZIP/Postal code for your credit card\'s billing address.',
11
]);
0 commit comments