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 29d8ae3 commit 278da1aCopy full SHA for 278da1a
README.md
@@ -128,11 +128,11 @@ form data are valid.
128
Returns `True` if mosparo determined the form as valid. The difference to `is_submittable()` is, that this
129
is the original result from mosparo, while `is_submittable()` also checks if the verification was done correctly.
130
131
-#### `get_verified_fields()`: list (see Constants)
+#### `get_verified_fields()`: list (see [Constants](#constants))
132
133
Returns an array with all verified field keys.
134
135
-#### `get_verified_field(key)`: string (see Constants)
+#### `get_verified_field(key)`: string (see [Constants](#constants))
136
137
Returns the verification status of one field.
138
0 commit comments