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
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.
JD Simple Contact form extension is simple form builder for a Joomla ideally suited for beginners and also meets the basic requirements for every developers and designers. It allows to create various types of form like mailing list, survey, contact and more.
13
+
## Here is what's included:
14
+
- Unlimited number of form fields.
15
+
- 10+ different field types.
16
+
- Ability to make fields required with custom error messages.
17
+
- Ability to order fields.
18
+
- Ability to configure thank you message.
19
+
- Ability to redirect to another page after form submission.
MOD_JDSCF_CUSTOM_ERROR_DESC="Enter to show a custom error message when fields are required."
60
+
58
61
MOD_JDSCF_TYPE_LBL="Type"
59
62
MOD_JDSCF_TYPE_DESC="Select the type of the field."
60
63
61
64
MOD_JDSCF_WIDTH_LBL="Width"
62
65
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>."
63
66
67
+
MOD_JDSCF_SUBMIT_WIDTH_LBL="Submit Button Width"
68
+
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>."
69
+
64
70
MOD_JDSCF_PLACEHOLDER_LBL="Placeholder"
65
71
MOD_JDSCF_PLACEHOLDER_DESC="Enter to add placeholder on this input."
MOD_JDSCF_CSS_DESC="Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ac ligula ipsum."
89
+
MOD_JDSCF_CSS_DESC=""
84
90
85
91
86
92
MOD_JDSCF_REQUIRED_ERROR="%s is required."
@@ -114,6 +120,9 @@ MOD_JDSCF_EMAIL_SUBJECT_DESC="Subject of the email (<b>You can use {field:label}
114
120
MOD_JDSCF_EMAIL_TO_LBL="Email Address"
115
121
MOD_JDSCF_EMAIL_TO_DESC="Enter the email address to recieve submissions. Use comma to seperate multiple emails."
116
122
123
+
MOD_JDSCF_REPLY_TO_LBL="Reply-to Email"
124
+
MOD_JDSCF_REPLY_TO_DESC="Enter the Reply-to email address"
125
+
117
126
MOD_JDSCF_EMAIL_CC_LBL="CC Email"
118
127
MOD_JDSCF_EMAIL_CC_DESC="CC email address to recieve submissions. Use comma to seperate multiple emails."
119
128
@@ -123,10 +132,17 @@ MOD_JDSCF_EMAIL_BCC_DESC="BCC email address to recieve submissions. Use comma to
123
132
MOD_JDSCF_EMAIL_TEMPLATE_LBL="Email Template"
124
133
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."
125
134
126
-
MOD_JDSCF_SEND_COPY="Send Copy of Email"
127
-
MOD_JDSCF_SEND_COPY_LBL_TITLE="Send me a copy"
128
-
MOD_JDSCF_SEND_COPY_DESCRIPTION="Displays a checkbox for users to send a copy of email to themselves."
135
+
; Single Email Fields
136
+
MOD_JDSCF_SINGLE_SEND_COPY="Send Copy of Email (Single)"
137
+
MOD_JDSCF_SINGLE_SEND_COPY_LBL_TITLE="Send me a copy"
138
+
MOD_JDSCF_SINGLE_SEND_COPY_DESCRIPTION="Displays a checkbox on bottom for users to send a copy of email to themselves."
139
+
MOD_JDSCF_SINGLE_SEND_COPY_EMAIL_FIELD="Enter Single Email Field Name"
MOD_JDSCF_SEND_COPY="Send Copy of Email (Multiple)"
144
+
MOD_JDSCF_SEND_COPY_LBL_TITLE="Send me a copy"
145
+
MOD_JDSCF_SEND_COPY_DESCRIPTION="Displays a checkboxes for users to send a copy of email to themselves under Email Fields."
130
146
MOD_JDSCF_SEND_COPY_EMAIL_FIELD="Enter Email Field Name"
131
147
MOD_JDSCF_SEND_COPY_LABEL="Enter Send Copy Label"
132
148
@@ -142,7 +158,7 @@ MOD_JDSCF_THANKYOU_MESSAGE_DESC="Enter a Thank you message to be displayed after
142
158
MOD_JDSCF_REDIRECT_LBL="Redirect URL"
143
159
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>)"
0 commit comments