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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,9 @@
6
6
JD Simple Contact form extension is a simple form builder for the Joomla ideally suited for beginners and also meets the basic requirements for every developer and designer. It allows creating various types of form like the mailing list, survey, contact and more.
Copy file name to clipboardExpand all lines: language/en-GB/en-GB.mod_jdsimplecontactform.ini
+1-56Lines changed: 1 addition & 56 deletions
Original file line number
Diff line number
Diff line change
@@ -2,76 +2,42 @@ JGLOBAL_CUSTOM="Custom"
2
2
JGLOBAL_VERTICAL="Vertical"
3
3
JGLOBAL_INLINE="Inline"
4
4
JINVALID_TOKEN="Invalid Token"
5
-
6
5
MOD_JDSIMPLECONTACTFORM="JD Simple Contact Form"
7
-
MOD_JDSIMPLECONTACTFORM_XML_DESCRIPTION="JD Simple Contact form provides you with a simple form builder and the minimal options needed to make forms work in Joomla.<br><br>
8
-
Here is what's included:
9
-
<ul>
10
-
<li>Unlimited number of form fields.</li>
11
-
<li>10+ different field types.</li>
12
-
<li>Ability to make fields required with custom error messages.</li>
13
-
<li>Ability to order fields.</li>
14
-
<li>Ability to configure thank you message.</li>
15
-
<li>Ability to redirect to another page after form submission.</li>
16
-
<li>Custom email messages.</li>
17
-
<li>Ability to CC, BCC, Reply-To messages.</li>
18
-
<li>Ajax Submission.</li>
19
-
<li>Include the IP info in the email template</li>
20
-
<li>Supports both reCAPTCHA and Invisible reCAPTCHA</li>
21
-
</ul>"
22
-
23
-
6
+
MOD_JDSIMPLECONTACTFORM_XML_DESCRIPTION="JD Simple Contact form provides you with a simple form builder and the minimal options needed to make forms work in Joomla."
24
7
MOD_JDSCF_FIELDS_LBL="Form Fields"
25
-
26
8
MOD_JDSCF_FORM_TITLE_LBL="Title"
27
9
MOD_JDSCF_FORM_TITLE_DESC="Title of your form, this will be displayed at the top of the form."
28
-
29
10
MOD_JDSCF_FORM_DESCRIPTION_LBL="Description"
30
11
MOD_JDSCF_FORM_DESCRIPTION_DESC="Description of your form, this will be displayed right after the title and before all fields."
31
-
32
12
MOD_JDSCF_NAME_LBL="Name"
33
13
MOD_JDSCF_NAME_DESC="Enter name for the field.<br>(<b><i>Must be unique, only letters and numbers allowed.</i></b>)<br>(<b>You can use this name to render the field value in Thank you message, Redirect url, Email template & Email Subject</b>)"
34
-
35
14
MOD_JDSCF_AJAX_LBL="Enable Ajax"
36
15
MOD_JDSCF_AJAX_DESC="Select to enable Ajax submission, the page won't refresh after form submission."
37
-
38
16
MOD_JDSCF_CAPTCHA_LBL="Enable Captcha"
39
17
MOD_JDSCF_CAPTCHA_DESC="Select to enable Captcha."
40
-
41
18
MOD_JDSCF_LABEL_LBL="Label"
42
19
MOD_JDSCF_LABEL_DESC="Enter label of the field."
43
-
44
20
MOD_JDSCF_VALUE_LBL="Value"
45
21
MOD_JDSCF_VALUE_DESC="Enter value for the hidden field."
46
-
47
22
MOD_JDSCF_SHOW_LABEL_LBL="Show Label"
48
23
MOD_JDSCF_SHOW_LABEL_DESC="Select to display the label before the field."
49
-
50
24
MOD_JDSCF_OPTIONS_LAYOUT_LBL="Options Layout"
51
25
MOD_JDSCF_OPTIONS_LAYOUT_DESC="Select to display checkboxes and radios in vertically or stacked layout."
52
-
53
26
MOD_JDSCF_FORM_SUBMIT_LBL="Submit Button Text"
54
27
MOD_JDSCF_FORM_SUBMIT_DESC="Enter to change text for the submit button. Default is <b>Submit</b>."
55
28
MOD_JDSCF_FORM_SUBMIT_DEFAULT="Submit"
56
-
57
29
MOD_JDSCF_REQUIRED_LBL="Required"
58
30
MOD_JDSCF_REQUIRED_DESC="Select to make the input of the field required."
MOD_JDSCF_CUSTOM_ERROR_DESC="Enter to show a custom error message when fields are required."
62
-
63
33
MOD_JDSCF_TYPE_LBL="Type"
64
34
MOD_JDSCF_TYPE_DESC="Select the type of the field."
65
-
66
35
MOD_JDSCF_WIDTH_LBL="Width"
67
36
MOD_JDSCF_WIDTH_DESC="Select a width between 2 - 12, This is based on bootstrap grid system, More info at <a href="https://getbootstrap.com/docs/">https://getbootstrap.com/docs/</a>."
68
-
69
37
MOD_JDSCF_SUBMIT_WIDTH_LBL="Submit Button Width"
70
38
MOD_JDSCF_SUBMIT_WIDTH_DESC="Select a width between 2 - 12, This is based on bootstrap grid system, More info at <a href="https://getbootstrap.com/docs/">https://getbootstrap.com/docs/</a>."
71
-
72
39
MOD_JDSCF_PLACEHOLDER_LBL="Placeholder"
73
40
MOD_JDSCF_PLACEHOLDER_DESC="Enter to add placeholder on this input."
MOD_JDSCF_MIN_DESC="Enter a number if you'd like the input to be more than the min value (i.e. <b> entering 100 here won't let the user submit the form without if the input is less then 100.</b>)"
112
73
MOD_JDSCF_MAX_LBL="Max Value"
113
74
MOD_JDSCF_MAX_DESC="Enter a number if you'd like the input to be less than the max value (i.e. <b> entering 1000 here won't let the user submit the form if the input is more than 1000.</b>)"
114
-
115
75
MOD_JDSCF_FORM_FIELDS_OPTIONS_LBL="Form Layout"
116
76
MOD_JDSCF_EMAIL_OPTIONS_LBL="Email Options"
117
-
118
77
MOD_JDSCF_EMAIL_FROM_LBL="From Email"
119
78
MOD_JDSCF_EMAIL_FROM_DESC="Enter the from email"
120
-
121
79
MOD_JDSCF_EMAIL_NAME_LBL="From Name"
122
80
MOD_JDSCF_EMAIL_NAME_DESC="Enter the from name."
123
-
124
81
MOD_JDSCF_EMAIL_SUBJECT_LBL="Email Subject"
125
82
MOD_JDSCF_EMAIL_SUBJECT_DESC="Subject of the email (<b>You can use {field:label} & {field:value} to render dynamic values in this field</b>)."
126
-
127
83
MOD_JDSCF_EMAIL_TO_LBL="Email Address"
128
84
MOD_JDSCF_EMAIL_TO_DESC="Enter the email address to recieve submissions. Use comma to seperate multiple emails."
129
-
130
85
MOD_JDSCF_REPLY_TO_LBL="Reply-to Email"
131
86
MOD_JDSCF_REPLY_TO_DESC="Enter the Reply-to email address"
132
-
133
87
MOD_JDSCF_EMAIL_CC_LBL="CC Email"
134
88
MOD_JDSCF_EMAIL_CC_DESC="CC email address to recieve submissions. Use comma to seperate multiple emails."
135
-
136
89
MOD_JDSCF_EMAIL_BCC_LBL="BCC Email"
137
90
MOD_JDSCF_EMAIL_BCC_DESC="BCC email address to recieve submissions. Use comma to seperate multiple emails."
138
-
139
91
MOD_JDSCF_EMAIL_TEMPLATE_LBL="Email Template"
140
92
MOD_JDSCF_EMAIL_TEMPLATE_DESC="Select the email template, The <b>default</b> template lists all fields in the order they exist in <br><b>{field:label}: {field:value}</b></br> format."
141
93
@@ -182,26 +134,19 @@ MOD_JDSCF_SINGLE_SEND_COPY_DESC="Label to show for the checkbox"
182
134
183
135
MOD_JDSCF_EMAIL_NAME="Enter name of email"
184
136
MOD_JDSCF_EMAIL_NAME_DESCRIPTION="Name of email input field to send a copy to."
MOD_JDSCF_EMAIL_CUSTOM_TEMPLATE_DESC="Enter your custom email template. You can use <b>{field:label}</b> for the field name, and <b>{field:value}</b> for user input value. Change <b>field</b> to the actual name of your input field."
188
-
189
139
MOD_JDSCF_THANKYOU_MESSAGE_LBL="Thank you message"
190
140
MOD_JDSCF_THANKYOU_MESSAGE_DESC="Enter a Thank you message to be displayed after the submission. Leave blank to display nothing. (<b>You can use {field:label} & {field:value} to render dynamic values in this field</b>)"
191
-
192
141
MOD_JDSCF_REDIRECT_LBL="Redirect URL"
193
142
MOD_JDSCF_REDIRECT_DESC="Enter a URL to redirect users after submission. Leave blank to if not required. (<b>You can use {field:label} & {field:value} to render dynamic values in this field</b>)"
MOD_JDSCF_UNSUPPORTED_MAIL_CLIENT_ERROR="Failed to instantiate mail function."
200
147
MOD_JDSCF_AJAX_ERROR_ON_SUBMIT="Something went wrong! Please try again."
201
148
MOD_JDSCF_NOTICE_ON_COOKIES_DISABLED="Your browser has cookies disabled. Make sure that your cookies are enabled and try again. <u><a href='https://support.google.com/accounts/answer/61416?hl=en-GB'>Learn More</a></u>"
MOD_JDSIMPLECONTACTFORM_XML_DESCRIPTION="JD Simple Contact form provides you with a simple form builder and the minimal options needed to make forms work in Joomla.<br><br>
3
-
Here is what's included:
4
-
<ul>
5
-
<li>Unlimited number of form fields.</li>
6
-
<li>10+ different field types.</li>
7
-
<li>Ability to make fields required with custom error messages.</li>
8
-
<li>Ability to order fields.</li>
9
-
<li>Ability to configure thank you message.</li>
10
-
<li>Ability to redirect to another page after form submission.</li>
11
-
<li>Custom email messages.</li>
12
-
<li>Ability to CC, BCC, Reply-To messages.</li>
13
-
<li>Ajax Submission.</li>
14
-
<li>Include the IP info in the email template</li>
15
-
<li>Supports both reCAPTCHA and Invisible reCAPTCHA</li>
16
-
</ul>
17
-
"
2
+
MOD_JDSIMPLECONTACTFORM_XML_DESCRIPTION="JD Simple Contact form provides you with a simple form builder and the minimal options needed to make forms work in Joomla.<br><br>Here is what's included:<ul><li>Unlimited number of form fields.</li><li>10+ different field types.</li><li>Ability to make fields required with custom error messages.</li><li>Ability to order fields.</li><li>Ability to configure thank you message.</li><li>Ability to redirect to another page after form submission.</li><li>Custom email messages.</li><li>Ability to CC, BCC, Reply-To messages.</li><li>Ajax Submission.</li><li>Include the IP info in the email template</li><li>Supports both reCAPTCHA and Invisible reCAPTCHA</li></ul>"
0 commit comments