You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-4Lines changed: 12 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Option | Description
24
24
Title | The title is just a label for a contact form which will display at the top of the form.
25
25
Description | The description of your form will display right after the Title and before all the fields.
26
26
Enable Ajax? | If Enabled to Ajax the form won't refresh after submission.
27
-
Submit button text | Here you can change the submit button text. Default is <code>Submit/<code>.
27
+
Submit button text | Here you can change the submit button text. Default is <code>Submit</code>.
28
28
Thankyou message | Enter a Thankyou message to be displayed after the submission. Use {field:name} & {field:value} to render dynamic values.
29
29
Redirect URL | Enter URL to redirect users after submission. Use {field:name} & {field:value} to render dynamic values.
30
30
@@ -37,13 +37,21 @@ The form layouts enables to design forms and display exactly you map in the layo
37
37
It have 9 different flexible field types-
38
38
39
39
**Text:** Single-line input and accept any form of text.
40
+
40
41
**Textarea:** Multi-line input and accept any form of text.
41
-
**Radio:** It is a control element that allows the user to choose only one of a predefined set of mutually exclusive options.Each option is separated by enter
42
+
43
+
**Radio:** It is a control element that allows the user to choose only one of a predefined set of mutually exclusive options.Each option is separated by enter.
44
+
42
45
**Single checkbox/Acceptance checkbox:** Shows that a particular feature has been enabled or a particular option chosen.
43
-
**Checkboxes:** multiple checkboxes, each checkbox operates individually, so a user can toggle each response list. Each option is separated by enter
44
-
**E-mail:** Single-line input and accept only e-mail addresses.
46
+
47
+
**Checkboxes:** multiple checkboxes, each checkbox operates individually, so a user can toggle each response list. Each option is separated by enter.
48
+
49
+
**E-mail:** Single-line input and accept only e-mail addresses.
50
+
45
51
**List:** List of options, each separated by enter where only one of which can be selected.
52
+
46
53
**Number:** Single-line input and accept only telephone number.
54
+
47
55
**URL field** single-line input and accept only URL.
0 commit comments