-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmod_simpleemailform.xml
439 lines (439 loc) · 42 KB
/
mod_simpleemailform.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
<?xml version="1.0" encoding="utf-8"?>
<extension type="module" client="site" method="upgrade" version="2.5">
<name>Simple Email Form</name>
<author>joomla.unlikelysource.org</author>
<creationDate>2014-05-21</creationDate>
<copyright>All rights reserved by unlikelysource.com (c) 2010 - 2018</copyright>
<license>GNU General Public License version 2</license>
<authorEmail>[email protected]</authorEmail>
<authorUrl>www.unlikelysource.com</authorUrl>
<version>2.3.0</version>
<description><![CDATA[
A simple email form from unlikelysource.com with up to 8 fields + Joomla CAPTCHA + 32 languages.
<br />Version 2.3.0 -- works on Joomla 3.x.
<br />REQUIRES a web server running at a minimum PHP 5.3!!!
<br />TO LOAD IN AN ARTICLE (most common):
<ul><li>In the Details box, modify Position to user99 (or whatever). </li>
<li>In your target article, add this line: {loadposition user99}.</li>
<li>Make sure Extensions - Plugin Manager - Content - Load Module is active.</li>
</ul>]]>
</description>
<updateservers>
<server type="extension" priority="1" name="Simple Email Form's Updates">https://raw.githubusercontent.com/andrewscaya/mod_simpleemailform/master/extension.xml</server>
</updateservers>
<files>
<filename module="mod_simpleemailform">mod_simpleemailform.php</filename>
<filename>index.html</filename>
<filename>extension.xml</filename>
<filename>sefv2/customrenderinginterface.php</filename>
<filename>sefv2/formfactory.php</filename>
<filename>sefv2/formfactoryinterface.php</filename>
<filename>sefv2/formrendererinterface.php</filename>
<filename>sefv2/helper.php</filename>
<filename>sefv2/helperfactoryinterface.php</filename>
<filename>sefv2/jformproxyinterface.php</filename>
<filename>sefv2/modsimpleemailform.php</filename>
<filename>sefv2/simpleemailformemailmsg.php</filename>
<filename>sef/CAPTCHA.php</filename>
<filename>sef/FreeSansBold.ttf</filename>
<filename>sef/Image.php</filename>
<filename>sef/modsimpleemailform.php</filename>
<filename>sef/Password.php</filename>
<filename>sef/PEAR.php</filename>
<filename>sef/PEAR5.php</filename>
<filename>sef/Text.php</filename>
<filename>tmpl/default.php</filename>
<filename>tmpl/default_custom.php.dist</filename>
<filename>tmpl/index.html</filename>
<filename>language/af-ZA/af-ZA.mod_simpleemailform.ini</filename>
<filename>language/ar-EG/ar-EG.mod_simpleemailform.ini</filename>
<filename>language/ar-SA/ar-SA.mod_simpleemailform.ini</filename>
<filename>language/be-BY/be-BY.mod_simpleemailform.ini</filename>
<filename>language/bg-BG/bg-BG.mod_simpleemailform.ini</filename>
<filename>language/cs-CZ/cs-CZ.mod_simpleemailform.ini</filename>
<filename>language/de-DE/de-DE.mod_simpleemailform.ini</filename>
<filename>language/dk-DK/dk-DK.mod_simpleemailform.ini</filename>
<filename>language/el-GR/el-GR.mod_simpleemailform.ini</filename>
<filename>language/en-GB/en-GB.mod_simpleemailform.ini</filename>
<filename>language/en-US/en-US.mod_simpleemailform.ini</filename>
<filename>language/es-ES/es-ES.mod_simpleemailform.ini</filename>
<filename>language/et-EE/et-EE.mod_simpleemailform.ini</filename>
<filename>language/fi-FI/fi-FI.mod_simpleemailform.ini</filename>
<filename>language/fr-FR/fr-FR.mod_simpleemailform.ini</filename>
<filename>language/he-IL/he-IL.mod_simpleemailform.ini</filename>
<filename>language/hr-HR/hr-HR.mod_simpleemailform.ini</filename>
<filename>language/hu-HU/hu-HU.mod_simpleemailform.ini</filename>
<filename>language/it-IT/it-IT.mod_simpleemailform.ini</filename>
<filename>language/nb-NO/nb-NO.mod_simpleemailform.ini</filename>
<filename>language/nl-NL/nl-NL.mod_simpleemailform.ini</filename>
<filename>language/pl-PL/pl-PL.mod_simpleemailform.ini</filename>
<filename>language/pt-BR/pt-BR.mod_simpleemailform.ini</filename>
<filename>language/pt-PT/pt-PT.mod_simpleemailform.ini</filename>
<filename>language/ru-RU/ru-RU.mod_simpleemailform.ini</filename>
<filename>language/se-SE/se-SE.mod_simpleemailform.ini</filename>
<filename>language/sk-SK/sk-SK.mod_simpleemailform.ini</filename>
<filename>language/sl-SI/sl-SI.mod_simpleemailform.ini</filename>
<filename>language/th-TH/th-TH.mod_simpleemailform.ini</filename>
<filename>language/tr-TR/tr-TR.mod_simpleemailform.ini</filename>
<filename>language/vi-VN/vi-VN.mod_simpleemailform.ini</filename>
<filename>language/lv-LV/lv-LV.mod_simpleemailform.ini</filename>
<filename>language/zh-ZH/zh-ZH.mod_simpleemailform.ini</filename>
</files>
<config>
<fields name="params">
<fieldset name="basic">
<field name="mod_simpleemailform_formType" type="radio" default="jform" label="Form Type" description="Choose the default form type" >
<option value="jform">JForm</option>
<option value="classic">Classic (TO BE REMOVED mid-2019)</option>
</field>
<field name="mod_simpleemailform_defaultLang" type="list" default="en" label="Default Language (Classic)" description="Choose the default language" >
<option value="en-GB">English</option>
<option value="af-ZA">Afrikaans</option>
<option value="ar-SA">Arabic</option>
<option value="be-BY">беларускі (Belarusian)</option>
<option value="bg-BG">български (Bulgarian)</option>
<option value="cs-CZ">česky</option>
<option value="zh-ZH">中文 (Chinese)</option>
<option value="hr-HR">hrvatski (Croatian)</option>
<option value="dk-DK">Dansk</option>
<option value="de-DE">Deutsch</option>
<option value="el-GR">Ελληνικά (Greek)</option>
<option value="es-ES">Español</option>
<option value="et-EE">Eesti</option>
<option value="fi-FI">Finnish</option>
<option value="fr-FR">Français</option>
<option value="he-IL">Hebrew</option>
<option value="it-IT">Italiano</option>
<option value="lv-LV">Latvian</option>
<option value="nl-NL">Nederlandse</option>
<option value="nb-NO">Norsk</option>
<option value="hu-HU">Magyar</option>
<option value="pl-PL">Polski</option>
<option value="pt-PT">Português (Portugal)</option>
<option value="pt-BR">Português (Brazil)</option>
<option value="ru-RU">русский (Russian)</option>
<option value="se-SE">Svenska</option>
<option value="sk-SK">Slovak</option>
<option value="sl-SI">Slovenian</option>
<option value="th-TH">ไทย (Thai)</option>
<option value="tr-TR">Türkçe (Turkish)</option>
<option value="vi-VN">Việt (Vietnamese)</option>
</field>
<field name="mod_simpleemailform_emailTo" type="text" size="40" default="" label="Send Results To" description="Send results to this email address. If more than one, separate with commas or spaces." />
<field name="mod_simpleemailform_labelAlign" type="radio" default="L" label="Label Alignment" description="Choose to have the labels aligned LEFT,RIGHT, or CENTER" >
<option value="L">Left</option>
<option value="R">Right</option>
<option value="C">Center</option>
</field>
<field name="mod_simpleemailform_field1active" type="radio" default="R" label="Activate Field 1" description="Select 'Y' if you want to activate field 1 and 'R' to activate and make it required. Enter 'H' to make the field hidden (appears in email automatically)." >
<option value="Y">JYES</option>
<option value="N">JNO</option>
<option value="R">Required</option>
<option value="H">Hidden</option>
</field>
<field name="mod_simpleemailform_field1label" type="text" size="40" default="From" label="Label for Field 1" description="The label for the 1st optional field which will appear in your email form." />
<field name="mod_simpleemailform_field1value" type="text" size="40" default="" label="Default Value for Field 1" description="Enter the default value for this field, or hit the spacebar for no default. If this field is a drop-down select, radio button, or checkbox field, enter options separated by commas as follows: return1=visible1,return2=visible2 (where 'returnX' = value returned when selected and 'visibleX' = what is visible onscreen. If this field remains as the 'From' field, the value entered here will be used if email checking is disabled or if there is no email address supplied by the website visitor." />
<field name="mod_simpleemailform_field1size" type="text" size="4" default="40" label="Display Size of Field 1" description="The size of the 1st optional field which will appear in your email form. If textarea, enter value as n,n (rows,cols). If field is Radio / Checkbox size is width in pixels. Set to 0 to suppress this width, which allows the CSS class to determine appearance." />
<field name="mod_simpleemailform_field1maxx" type="text" size="4" default="255" label="Maximum Length of Field 1" description="The maximum number of characters allowed in this field." />
<field name="mod_simpleemailform_field1from" type="list" default="F" label="Field Type" description="Select 'From' if you want this field to be the 'From' text field, 'Subject' if you want this to be the subject text field, 'Normal' for a normal text field, 'Textarea' for a textarea (i.e. a box), 'Drop' for a drop-down select box, 'Radio' for radio buttons, and 'Checkbox' for check boxes. PLEASE NOTE: 'User Defined' type will be removed in 2.1.0!" >
<option value="F">From</option>
<option value="S">Subject</option>
<option value="N">Normal</option>
<option value="A">Textarea</option>
<option value="D">Drop</option>
<option value="R">Radio</option>
<option value="C">Checkbox</option>
<option value="U">User Defined</option>
</field>
<field name="mod_simpleemailform_field1ckRfmt" type="radio" default="C" label="Field 1 Format" description="If field is radio buttons or checkboxes, enter the Format. Horizontal format is table/row/col/col/col; Vertical format is table/row/col/col/row/col/col. Use CSS (default) assumes you will use CSS." >
<option value="H">Horizontal</option>
<option value="V">Vertical</option>
<option value="C">Use CSS</option>
</field>
<field name="mod_simpleemailform_field1ckRpos" type="radio" default="B" label="Field 1 Before/After" description="If field is radio buttons or checkboxes, is label Before or After?" >
<option value="B">Before</option>
<option value="A">After</option>
</field>
<field name="mod_simpleemailform_field2active" type="radio" default="R" label="Activate Field 2" description="Select 'Y' if you want to activate field 2 and 'R' to activate and make it required. Enter 'H' to make the field hidden (appears in email automatically)." >
<option value="Y">JYES</option>
<option value="N">JNO</option>
<option value="R">Required</option>
<option value="H">Hidden</option>
</field>
<field name="mod_simpleemailform_field2label" type="text" size="40" default="Subject" label="Label for Field 2" description="The label for the 2nd optional field which will appear in your email form." />
<field name="mod_simpleemailform_field2value" type="text" size="40" default="Subject" label="Default Value for Field 2" description="Enter the default value for this field, or hit the spacebar for no default. If this field is a drop-down select, radio button, or checkbox field, enter options separated by commas as follows: return1=visible1,return2=visible2 (where 'returnX' = value returned when selected and 'visibleX' = what is visible onscreen." />
<field name="mod_simpleemailform_field2size" type="text" size="4" default="40" label="Display Size of Field 2" description="The size of the 2nd optional field which will appear in your email form. If textarea, enter value as n,n (rows,cols). If field is Radio / Checkbox size is width in pixels. Set to 0 to suppress this width, which allows the CSS class to determine appearance." />
<field name="mod_simpleemailform_field2maxx" type="text" size="4" default="255" label="Maximum Length of Field 2" description="The maximum number of characters allowed in this field." />
<field name="mod_simpleemailform_field2from" type="list" default="S" label="Field Type" description="Select 'From' if you want this field to be the 'From' text field, 'Subject' if you want this to be the subject text field, 'Normal' for a normal text field, 'Textarea' for a textarea (i.e. a box), 'Drop' for a drop-down select box, 'Radio' for radio buttons, and 'Checkbox' for check boxes. PLEASE NOTE: 'User Defined' type will be removed in 2.1.0!" >
<option value="F">From</option>
<option value="S">Subject</option>
<option value="N">Normal</option>
<option value="A">Textarea</option>
<option value="D">Drop</option>
<option value="R">Radio</option>
<option value="C">Checkbox</option>
<option value="U">User Defined</option>
</field>
<field name="mod_simpleemailform_field2ckRfmt" type="radio" default="C" label="Field 2 Format" description="If field is radio buttons or checkboxes, enter the Format. Horizontal format is table/row/col/col/col; Vertical format is table/row/col/col/row/col/col. Use CSS (default) assumes you will use CSS." >
<option value="H">Horizontal</option>
<option value="V">Vertical</option>
<option value="C">Use CSS</option>
</field>
<field name="mod_simpleemailform_field2ckRpos" type="radio" default="B" label="Field 2 Before/After" description="If field is radio buttons or checkboxes, is label Before or After?" >
<option value="B">Before</option>
<option value="A">After</option>
</field>
<field name="mod_simpleemailform_field3active" type="radio" default="N" label="Activate Field 3" description="Select 'Y' if you want to activate field 3 and 'R' to activate and make it required. Enter 'H' to make the field hidden (appears in email automatically)." >
<option value="Y">JYES</option>
<option value="N">JNO</option>
<option value="R">Required</option>
<option value="H">Hidden</option>
</field>
<field name="mod_simpleemailform_field3label" type="text" size="40" default="Field 3" label="Label for Field 3" description="The label for the 3rd optional field which will appear in your email form." />
<field name="mod_simpleemailform_field3value" type="text" size="40" default="Value 3" label="Default Value for Field 3" description="Enter the default value for this field, or hit the spacebar for no default. If this field is a drop-down select, radio button, or checkbox field, enter options separated by commas as follows: return1=visible1,return2=visible2 (where 'returnX' = value returned when selected and 'visibleX' = what is visible onscreen." />
<field name="mod_simpleemailform_field3size" type="text" size="4" default="40" label="Display Size of Field 3" description="The size of the 3rd optional field which will appear in your email form. If textarea, enter value as n,n (rows,cols). If field is Radio / Checkbox size is width in pixels. Set to 0 to suppress this width, which allows the CSS class to determine appearance." />
<field name="mod_simpleemailform_field3maxx" type="text" size="4" default="255" label="Maximum Length of Field 3" description="The maximum number of characters allowed in this field." />
<field name="mod_simpleemailform_field3from" type="list" default="N" label="Field Type" description="Select 'From' if you want this field to be the 'From' text field, 'Subject' if you want this to be the subject text field, 'Normal' for a normal text field, 'Textarea' for a textarea (i.e. a box), 'Drop' for a drop-down select box, 'Radio' for radio buttons, and 'Checkbox' for check boxes. PLEASE NOTE: 'User Defined' type will be removed in 2.1.0!" >
<option value="F">From</option>
<option value="S">Subject</option>
<option value="N">Normal</option>
<option value="A">Textarea</option>
<option value="D">Drop</option>
<option value="R">Radio</option>
<option value="C">Checkbox</option>
<option value="U">User Defined</option>
</field>
<field name="mod_simpleemailform_field3ckRfmt" type="radio" default="C" label="Field 3 Format" description="If field is radio buttons or checkboxes, enter the Format. Horizontal format is table/row/col/col/col; Vertical format is table/row/col/col/row/col/col. Use CSS (default) assumes you will use CSS." >
<option value="H">Horizontal</option>
<option value="V">Vertical</option>
<option value="C">Use CSS</option>
</field>
<field name="mod_simpleemailform_field3ckRpos" type="radio" default="B" label="Field 3 Before/After" description="If field is radio buttons or checkboxes, is label Before or After?" >
<option value="B">Before</option>
<option value="A">After</option>
</field>
<field name="mod_simpleemailform_field4active" type="radio" default="N" label="Activate Field 4" description="Select 'Y' if you want to activate field 4 and 'R' to activate and make it required. Enter 'H' to make the field hidden (appears in email automatically)." >
<option value="Y">JYES</option>
<option value="N">JNO</option>
<option value="R">Required</option>
<option value="H">Hidden</option>
</field>
<field name="mod_simpleemailform_field4label" type="text" size="40" default="Field 4" label="Label for Field 4" description="The label for the 4th optional field which will appear in your email form." />
<field name="mod_simpleemailform_field4value" type="text" size="40" default="Value 4" label="Default Value for Field 4" description="Enter the default value for this field, or hit the spacebar for no default. If this field is a drop-down select, radio button, or checkbox field, enter options separated by commas as follows: return1=visible1,return2=visible2 (where 'returnX' = value returned when selected and 'visibleX' = what is visible onscreen." />
<field name="mod_simpleemailform_field4size" type="text" size="4" default="40" label="Display Size of Field 4" description="The size of the 4th optional field which will appear in your email form. If textarea, enter value as n,n (rows,cols). If field is Radio / Checkbox size is width in pixels. Set to 0 to suppress this width, which allows the CSS class to determine appearance." />
<field name="mod_simpleemailform_field4maxx" type="text" size="4" default="255" label="Maximum Length of Field 4" description="The maximum number of characters allowed in this field." />
<field name="mod_simpleemailform_field4from" type="list" default="N" label="Field Type" description="Select 'From' if you want this field to be the 'From' text field, 'Subject' if you want this to be the subject text field, 'Normal' for a normal text field, 'Textarea' for a textarea (i.e. a box), 'Drop' for a drop-down select box, 'Radio' for radio buttons, and 'Checkbox' for check boxes. PLEASE NOTE: 'User Defined' type will be removed in 2.1.0!" >
<option value="F">From</option>
<option value="S">Subject</option>
<option value="N">Normal</option>
<option value="A">Textarea</option>
<option value="D">Drop</option>
<option value="R">Radio</option>
<option value="C">Checkbox</option>
<option value="U">User Defined</option>
</field>
<field name="mod_simpleemailform_field4ckRfmt" type="radio" default="C" label="Field 4 Format" description="If field is radio buttons or checkboxes, enter the Format. Horizontal format is table/row/col/col/col; Vertical format is table/row/col/col/row/col/col. Use CSS (default) assumes you will use CSS." >
<option value="H">Horizontal</option>
<option value="V">Vertical</option>
<option value="C">Use CSS</option>
</field>
<field name="mod_simpleemailform_field4ckRpos" type="radio" default="B" label="Field 4 Before/After" description="If field is radio buttons or checkboxes, is label Before or After?" >
<option value="B">Before</option>
<option value="A">After</option>
</field>
<field name="mod_simpleemailform_field5active" type="radio" default="N" label="Activate Field 5" description="Select 'Y' if you want to activate field 5 and 'R' to activate and make it required. Enter 'H' to make the field hidden (appears in email automatically)." >
<option value="Y">JYES</option>
<option value="N">JNO</option>
<option value="R">Required</option>
<option value="H">Hidden</option>
</field>
<field name="mod_simpleemailform_field5label" type="text" size="40" default="Field 5" label="Label for Field 5" description="The label for the 5th optional field which will appear in your email form." />
<field name="mod_simpleemailform_field5value" type="text" size="40" default="Value 5" label="Default Value for Field 5" description="Enter the default value for this field, or hit the spacebar for no default. If this field is a drop-down select, radio button, or checkbox field, enter options separated by commas as follows: return1=visible1,return2=visible2 (where 'returnX' = value returned when selected and 'visibleX' = what is visible onscreen." />
<field name="mod_simpleemailform_field5size" type="text" size="4" default="40" label="Display Size of Field 5" description="The size of the 5th optional field which will appear in your email form. If textarea, enter value as n,n (rows,cols). If field is Radio / Checkbox size is width in pixels. Set to 0 to suppress this width, which allows the CSS class to determine appearance." />
<field name="mod_simpleemailform_field5maxx" type="text" size="4" default="255" label="Maximum Length of Field 5" description="The maximum number of characters allowed in this field." />
<field name="mod_simpleemailform_field5from" type="list" default="N" label="Field Type" description="Select 'From' if you want this field to be the 'From' text field, 'Subject' if you want this to be the subject text field, 'Normal' for a normal text field, 'Textarea' for a textarea (i.e. a box), 'Drop' for a drop-down select box, 'Radio' for radio buttons, and 'Checkbox' for check boxes. PLEASE NOTE: 'User Defined' type will be removed in 2.1.0!" >
<option value="F">From</option>
<option value="S">Subject</option>
<option value="N">Normal</option>
<option value="A">Textarea</option>
<option value="D">Drop</option>
<option value="R">Radio</option>
<option value="C">Checkbox</option>
<option value="U">User Defined</option>
</field>
<field name="mod_simpleemailform_field5ckRfmt" type="radio" default="C" label="Field 5 Format" description="If field is radio buttons or checkboxes, enter the Format. Horizontal format is table/row/col/col/col; Vertical format is table/row/col/col/row/col/col. Use CSS (default) assumes you will use CSS." >
<option value="H">Horizontal</option>
<option value="V">Vertical</option>
<option value="C">Use CSS</option>
</field>
<field name="mod_simpleemailform_field5ckRpos" type="radio" default="B" label="Field 5 Before/After" description="If field is radio buttons or checkboxes, is label Before or After?" >
<option value="B">Before</option>
<option value="A">After</option>
</field>
<field name="mod_simpleemailform_field6active" type="radio" default="N" label="Activate Field 6" description="Select 'Y' if you want to activate Field 6 and 'R' to activate and make it required. Enter 'H' to make the field hidden (appears in email automatically)." >
<option value="Y">JYES</option>
<option value="N">JNO</option>
<option value="R">Required</option>
<option value="H">Hidden</option>
</field>
<field name="mod_simpleemailform_field6label" type="text" size="40" default="Field 6" label="Label for Field 6" description="The label for the 5th optional field which will appear in your email form." />
<field name="mod_simpleemailform_field6value" type="text" size="40" default="Value 6" label="Default Value for Field 6" description="Enter the default value for this field, or hit the spacebar for no default. If this field is a drop-down select, radio button, or checkbox field, enter options separated by commas as follows: return1=visible1,return2=visible2 (where 'returnX' = value returned when selected and 'visibleX' = what is visible onscreen." />
<field name="mod_simpleemailform_field6size" type="text" size="4" default="40" label="Display Size of Field 6" description="The size of the 5th optional field which will appear in your email form. If textarea, enter value as n,n (rows,cols). If field is Radio / Checkbox size is width in pixels. Set to 0 to suppress this width, which allows the CSS class to determine appearance." />
<field name="mod_simpleemailform_field6maxx" type="text" size="4" default="255" label="Maximum Length of Field 6" description="The maximum number of characters allowed in this field." />
<field name="mod_simpleemailform_field6from" type="list" default="N" label="Field Type" description="Select 'From' if you want this field to be the 'From' text field, 'Subject' if you want this to be the subject text field, 'Normal' for a normal text field, 'Textarea' for a textarea (i.e. a box), 'Drop' for a drop-down select box, 'Radio' for radio buttons, and 'Checkbox' for check boxes. PLEASE NOTE: 'User Defined' type will be removed in 2.1.0!" >
<option value="F">From</option>
<option value="S">Subject</option>
<option value="N">Normal</option>
<option value="A">Textarea</option>
<option value="D">Drop</option>
<option value="R">Radio</option>
<option value="C">Checkbox</option>
<option value="U">User Defined</option>
</field>
<field name="mod_simpleemailform_field6ckRfmt" type="radio" default="C" label="Field 6 Format" description="If field is radio buttons or checkboxes, enter the Format. Horizontal format is table/row/col/col/col; Vertical format is table/row/col/col/row/col/col. Use CSS (default) assumes you will use CSS." >
<option value="H">Horizontal</option>
<option value="V">Vertical</option>
<option value="C">Use CSS</option>
</field>
<field name="mod_simpleemailform_field6ckRpos" type="radio" default="B" label="Field 6 Before/After" description="If field is radio buttons or checkboxes, is label Before or After?" >
<option value="B">Before</option>
<option value="A">After</option>
</field>
<field name="mod_simpleemailform_field7active" type="radio" default="N" label="Activate Field 7" description="Select 'Y' if you want to activate Field 7 and 'R' to activate and make it required. Enter 'H' to make the field hidden (appears in email automatically)." >
<option value="Y">JYES</option>
<option value="N">JNO</option>
<option value="R">Required</option>
<option value="H">Hidden</option>
</field>
<field name="mod_simpleemailform_field7label" type="text" size="40" default="Field 7" label="Label for Field 7" description="The label for the 5th optional field which will appear in your email form." />
<field name="mod_simpleemailform_field7value" type="text" size="40" default="Value 7" label="Default Value for Field 7" description="Enter the default value for this field, or hit the spacebar for no default. If this field is a drop-down select, radio button, or checkbox field, enter options separated by commas as follows: return1=visible1,return2=visible2 (where 'returnX' = value returned when selected and 'visibleX' = what is visible onscreen." />
<field name="mod_simpleemailform_field7size" type="text" size="4" default="40" label="Display Size of Field 7" description="The size of the 5th optional field which will appear in your email form. If textarea, enter value as n,n (rows,cols). If field is Radio / Checkbox size is width in pixels. Set to 0 to suppress this width, which allows the CSS class to determine appearance." />
<field name="mod_simpleemailform_field7maxx" type="text" size="4" default="255" label="Maximum Length of Field 7" description="The maximum number of characters allowed in this field." />
<field name="mod_simpleemailform_field7from" type="list" default="N" label="Field Type" description="Select 'From' if you want this field to be the 'From' text field, 'Subject' if you want this to be the subject text field, 'Normal' for a normal text field, 'Textarea' for a textarea (i.e. a box), 'Drop' for a drop-down select box, 'Radio' for radio buttons, and 'Checkbox' for check boxes. PLEASE NOTE: 'User Defined' type will be removed in 2.1.0!" >
<option value="F">From</option>
<option value="S">Subject</option>
<option value="N">Normal</option>
<option value="A">Textarea</option>
<option value="D">Drop</option>
<option value="R">Radio</option>
<option value="C">Checkbox</option>
<option value="U">User Defined</option>
</field>
<field name="mod_simpleemailform_field7ckRfmt" type="radio" default="C" label="Field 7 Format" description="If field is radio buttons or checkboxes, choose the Format. Horizontal format is table/row/col/col/col; Vertical format is table/row/col/col/row/col/col. Use CSS (default) assumes you will use CSS." >
<option value="H">Horizontal</option>
<option value="V">Vertical</option>
<option value="C">Use CSS</option>
</field>
<field name="mod_simpleemailform_field7ckRpos" type="radio" default="B" label="Field 7 Before/After" description="If field is radio buttons or checkboxes, is label Before or After?" >
<option value="B">Before</option>
<option value="A">After</option>
</field>
<field name="mod_simpleemailform_field8active" type="radio" default="N" label="Activate Field 8" description="Select 'Y' if you want to activate Field 8 and 'R' to activate and make it required. Enter 'H' to make the field hidden (appears in email automatically)." >
<option value="Y">JYES</option>
<option value="N">JNO</option>
<option value="R">Required</option>
<option value="H">Hidden</option>
</field>
<field name="mod_simpleemailform_field8label" type="text" size="40" default="Field 8" label="Label for Field 8" description="The label for the 5th optional field which will appear in your email form." />
<field name="mod_simpleemailform_field8value" type="text" size="40" default="Value 8" label="Default Value for Field 8" description="Enter the default value for this field, or hit the spacebar for no default. If this field is a drop-down select, radio button, or checkbox field, enter options separated by commas as follows: return1=visible1,return2=visible2 (where 'returnX' = value returned when selected and 'visibleX' = what is visible onscreen." />
<field name="mod_simpleemailform_field8size" type="text" size="4" default="40" label="Display Size of Field 8" description="The size of the 5th optional field which will appear in your email form. If textarea, enter value as n,n (rows,cols). If field is Radio / Checkbox size is width in pixels. Set to 0 to suppress this width, which allows the CSS class to determine appearance." />
<field name="mod_simpleemailform_field8maxx" type="text" size="4" default="255" label="Maximum Length of Field 8" description="The maximum number of characters allowed in this field." />
<field name="mod_simpleemailform_field8from" type="list" default="N" label="Field Type" description="Select 'From' if you want this field to be the 'From' text field, 'Subject' if you want this to be the subject text field, 'Normal' for a normal text field, 'Textarea' for a textarea (i.e. a box), 'Drop' for a drop-down select box, 'Radio' for radio buttons, and 'Checkbox' for check boxes. PLEASE NOTE: 'User Defined' type will be removed in 2.1.0!" >
<option value="F">From</option>
<option value="S">Subject</option>
<option value="N">Normal</option>
<option value="A">Textarea</option>
<option value="D">Drop</option>
<option value="R">Radio</option>
<option value="C">Checkbox</option>
<option value="U">User Defined</option>
</field>
<field name="mod_simpleemailform_field8ckRfmt" type="radio" default="C" label="Field 8 Format" description="If field is radio buttons or checkboxes, enter the Format. Horizontal format is table/row/col/col/col; Vertical format is table/row/col/col/row/col/col. Use CSS (default) assumes you will use CSS." >
<option value="H">Horizontal</option>
<option value="V">Vertical</option>
<option value="C">Use CSS</option>
</field>
<field name="mod_simpleemailform_field8ckRpos" type="radio" default="B" label="Field 8 Before/After" description="If field is radio buttons or checkboxes, is label Before or After?" >
<option value="B">Before</option>
<option value="A">After</option>
</field>
</fieldset>
<fieldset name="advanced">
<field name="cache" type="list" default="0" label="COM_MODULES_FIELD_CACHING_LABEL" description="COM_MODULES_FIELD_CACHING_DESC">
<option value="1">JGLOBAL_USE_GLOBAL</option>
<option value="0">COM_MODULES_FIELD_VALUE_NOCACHING</option>
</field>
<field name="mod_simpleemailform_instance" type="text" size="4" default="1" label="Form Instance" description="Set this field to a unique number if using more than one Simple Email Form on one page." />
<field name="mod_simpleemailform_emailCC" type="text" size="40" default="" label="Send Results CC" description="Send a CC email of results to this email address. If more than one, separate with commas or spaces." />
<field name="mod_simpleemailform_emailBCC" type="text" size="40" default="" label="Send Results BCC" description="Send a BCC email of results to this email address. If more than one, separate with commas or spaces." />
<field name="mod_simpleemailform_emailReplyTo" type="text" size="40" default="" label="Reply To this address" description="Direct replies to this email address." />
<field name="mod_simpleemailform_replytoActive" type="radio" default="N" label="Activate Reply To" description="Select 'Y' if you want a 'Reply-To' field to appear when the email sent." >
<option value="Y">JYES</option>
<option value="N">JNO</option>
</field>
<field name="mod_simpleemailform_autoreset" type="radio" default="N" label="Auto Reset Fields (Classic)" description="Select 'Y' if you want all form fields to be automatically reset (cleared) after successful form submission." >
<option value="Y">JYES</option>
<option value="N">JNO</option>
</field>
<field name="mod_simpleemailform_cssClass" type="text" size="20" default="mod_sef" label="Name of CSS Class" description="Enter the name of a CSS class to use with the form. Creates xxx_table, xxx_row, xxx_th, xxx_td classes and xxx_input inside form where xxx = your CSS class. Default is 'mod_sef'." />
<field name="mod_simpleemailform_col2space" type="text" size="4" default="5" label="Space After Labels" description="Enter the amount of space between the label and the input field in pixels." />
<field name="mod_simpleemailform_redirectURL" type="text" size="20" default="" label="Redirect URL" description="Enter the URL you wish to redirect to after successful form submission. NOTE: leave blank to NOT redirect!" />
<field name="mod_simpleemailform_useCaptcha" type="radio" default="N" label="Use Captcha" description="To use a 'Captcha' to foil spammers, select 'I' for an image captcha (requires additional configuration), or 'T' for a text captcha. NOTE : JForm version will use the CAPTCHA module that is activated in your Joomla installation!" >
<option value="N">No Captcha</option>
<option value="I">Image Captcha</option>
<option value="T">Text Captcha</option>
</field>
<field name="mod_simpleemailform_captchaDir" type="text" size="60" default="" label="Directory to Write Captchas (Classic)" description="Enter the absolute directory path where the module can write 'captchas' (i.e. /var/www/application/images)." />
<field name="mod_simpleemailform_captchaURL" type="text" size="60" default="" label="URL for Captcha Directory (Classic)" description="Enter a URL which corresponds with the Captcha Directory (above)." />
<field name="mod_simpleemailform_captchaLen" type="text" size="4" default="8" label="Captcha Word Length (Classic)" description="Enter the desired Captcha word length (number of characters)." />
<field name="mod_simpleemailform_captchaSize" type="text" size="4" default="24" label="Captcha Font Size (Classic)" description="Enter the desired Captcha font size." />
<field name="mod_simpleemailform_captchaWidth" type="text" size="4" default="200" label="Captcha Width (Classic)" description="Enter the desired Captcha width in pixels." />
<field name="mod_simpleemailform_captchaHeight" type="text" size="4" default="80" label="Captcha Height (Classic)" description="Enter the desired Captcha height in pixels." />
<field name="mod_simpleemailform_captchaTxtColor" type="text" size="8" default="#000000" label="Captcha Text Color (Classic)" description="Enter the desired Captcha text color." />
<field name="mod_simpleemailform_captchaLinesColor" type="text" size="8" default="#FFFF00" label="Captcha Lines Color (Classic)" description="Enter the desired Captcha lines color." />
<field name="mod_simpleemailform_captchaBgColor" type="text" size="8" default="#BFBFBF" label="Captcha Background Color (Classic)" description="Enter the desired Captcha background color." />
<field name="mod_simpleemailform_errorTxtColor" type="text" size="8" default="red" label="Error Text Color" description="Enter the desired HTML text color for errors." />
<field name="mod_simpleemailform_successTxtColor" type="text" size="8" default="green" label="Success Text Color" description="Enter the desired HTML text color for success." />
<field name="mod_simpleemailform_anchor" type="text" size="8" default="" label="Name of Anchor Tag" description="Enter the name of any anchor tags associated with the form. When form is submitted, redirects back to this anchor." />
<field name="mod_simpleemailform_uploadActive" type="text" size="4" default="0" label="Number of Upload Fields" description="Enter a number greater than 0 which represents how many file upload fields you want to have for email attachments." />
<field name="mod_simpleemailform_uploadLabel" type="text" size="20" default="Attachment" label="Upload Field Label" description="Enter a label for the file upload fields (if any)." />
<field name="mod_simpleemailform_uploadAllowed" type="text" size="20" default="" label="Allowed Attachment Filenames" description="Enter a list of allowed filename extensions separated by commas. Example: if you want jpg,png, or gif, then enter 'jpg,png,gif'. Leave blank to allow ANY type of file." />
<field name="mod_simpleemailform_uploadRequired" type="radio" default="N" label="Are upload fields required?" description="Select 'Y' if upload fields are to be required for valid form submission." >
<option value="Y">JYES</option>
<option value="N">JNO</option>
</field>
<field name="mod_simpleemailform_emailFile" type="text" size="60" default="" label="Directory to Save Attachments" description="Enter the absolute directory path for email attachment files." />
<field name="mod_simpleemailform_copymeLabel" type="text" size="40" default="Send me a copy" label="Send Me an Email Field Label" description="The label for the Send Me an Email Field." />
<field name="mod_simpleemailform_copymeActive" type="radio" default="N" label="Send Me an Email Field" description="Select 'Y' if you want to activate a field which lets users send an email to themselves." >
<option value="Y">JYES</option>
<option value="N">JNO</option>
</field>
<field name="mod_simpleemailform_copymeAuto" type="radio" default="N" label="Send User an Email Automatically" description="Select 'Y' if you want to send an email to users automatically." >
<option value="Y">JYES</option>
<option value="N">JNO</option>
</field>
<field name="mod_simpleemailform_copymeContent" type="textarea" default="" label="Send User a Custom Message" description="Enter a custom message if you want to define the contents of the send an email field. If empty, the user will receive a copy of the form values." />
<field name="mod_simpleemailform_emailCheck" type="radio" default="Y" label="Email Check (Classic)" description="Select 'Y' if you want to check the 'From' email address. Set to 'N' to disable this check. If email check is disabled, the 'From' field will automatically take its value from what you entered as a default value for the 'From' field." >
<option value="Y">JYES</option>
<option value="N">JNO</option>
</field>
<field name="mod_simpleemailform_addTitle" type="radio" default="N" label="Include Article Title" description="Select 'Y' if you want to include the Joomla article title in a hidden field, automatically added to the email." >
<option value="Y">JYES</option>
<option value="N">JNO</option>
</field>
<field name="mod_simpleemailform_testMode" type="radio" default="N" label="Test Mode" description="Select 'Y' if you want to use the module in test mode. Set to 'N' when done testing!" >
<option value="Y">JYES</option>
<option value="N">JNO</option>
</field>
<field name="mod_simpleemailform_renderingOverride" type="radio" default="N" label="Override rendering" description="Select 'Y' if you want to manually override the module's rendering of its output and create your own template in the tmpl/default_custom.php file." >
<option value="Y">JYES</option>
<option value="N">JNO</option>
</field>
<field name="mod_simpleemailform_stringOverride" type="radio" default="N" label="Override strings (JForm only)" description="Select 'Y' if you want to use Joomla's language override to modify the module's strings manually." >
<option value="Y">JYES</option>
<option value="N">JNO</option>
</field>
</fieldset>
</fields>
</config>
</extension>