Adding documentation for the allow_plus attribute of options

This commit is contained in:
William Budington
2014-09-19 18:11:42 -07:00
parent 86fb852887
commit 124d0db009

View File

@@ -136,6 +136,10 @@ many of which are common to most steps:
field.
- `required` (ironically, optional): This field will be present if a field *must*
be filled out with a value in order for the form to be valid.
- `options` (fittingly, optional): This attributes meaning changes with `value`. If
the `value` is one of the following, `options` can be specified accordingly:
- `$EMAIL`: `allows_plus: true` or `allows_plus: false`, depending on if the form
allows a plus sign in the `email` field.
**A note on CAPTCHAs**