Skip to content
This repository was archived by the owner on Apr 30, 2018. It is now read-only.

Commit 63f1759

Browse files
committed
additional docs on the form settings
1 parent 4d6a3d5 commit 63f1759

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,14 @@ Example data as it would be set in the controller
8282
### Creating Forms
8383
Forms can be customized with the options below.
8484

85-
#### uniqueFormId (string, optional)
86-
This is used to
85+
#### uniqueFormId (string, required)
86+
This is used to identify the form.
87+
88+
#### hideSubmit (boolean, optional)
89+
Hides the submit button. Defaults to false.
90+
91+
#### submitCopy (boolean, optional)
92+
Customize the submit button copy. Defaults to 'Submit'.
8793

8894
### Creating Form Fields
8995
When constructing fields use the options below to customize each field object. You must set at least a `type` or `templateUrl`.

0 commit comments

Comments
 (0)