Skip to content

Commit d1ba4f1

Browse files
authored
minor changes
1 parent ca65064 commit d1ba4f1

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Option | Description
2424
Title | The title is just a label for a contact form which will display at the top of the form.
2525
Description | The description of your form will display right after the Title and before all the fields.
2626
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>.
2828
Thankyou message | Enter a Thankyou message to be displayed after the submission. Use {field:name} & {field:value} to render dynamic values.
2929
Redirect URL | Enter URL to redirect users after submission. Use {field:name} & {field:value} to render dynamic values.
3030

@@ -37,13 +37,21 @@ The form layouts enables to design forms and display exactly you map in the layo
3737
It have 9 different flexible field types-
3838

3939
**Text:** Single-line input and accept any form of text.
40+
4041
**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+
4245
**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+
4551
**List:** List of options, each separated by enter where only one of which can be selected.
52+
4653
**Number:** Single-line input and accept only telephone number.
54+
4755
**URL field** single-line input and accept only URL.
4856

4957
![Form_Layout](https://cdn.joomdev.com/documentation/JD-Simple_Contact_Form/images/Form_Layout.png)

0 commit comments

Comments
 (0)