Contact Form Clean and Simple - Version 4.4.2

Version Description

  • Akismet tweak only log as spam if akismet_result
Download this release

Release Info

Developer megnicholas
Plugin Icon wp plugin Contact Form Clean and Simple
Version 4.4.2
Comparing to
See all releases

Code changes from version 4.4.0 to 4.4.2

class.cscf.php CHANGED
@@ -192,13 +192,14 @@ class cscf
192
  'comment_author_email' => $contact->Email,
193
  'comment_content' => $contact->Message,
194
  'comment_type' => 'contact-form',
 
195
  ));
196
 
197
- $commentData['comment_approved'] = apply_filters( 'pre_comment_approved', 0 , $commentData );
198
 
199
  //If it is spam then log as a comment
200
- if ( $commentData['comment_approved'] === 'spam' ) {
201
- wp_insert_comment($commentData);
 
202
  $contact->IsSpam = true;
203
  }
204
  else {
192
  'comment_author_email' => $contact->Email,
193
  'comment_content' => $contact->Message,
194
  'comment_type' => 'contact-form',
195
+ 'comment_author_url' => '',
196
  ));
197
 
 
198
 
199
  //If it is spam then log as a comment
200
+ if ( $commentData['akismet_result'] === 'true' ) {
201
+ $commentData['comment_approved'] = 'spam';
202
+ wp_insert_comment($commentData);
203
  $contact->IsSpam = true;
204
  }
205
  else {
clean-and-simple-contact-form-by-meg-nicholas.php CHANGED
@@ -7,7 +7,7 @@
7
  Plugin Name: Clean and Simple Contact Form
8
  Plugin URI: http://www.megnicholas.co.uk/wordpress-plugins/clean-and-simple-contact-form
9
  Description: A clean and simple contact form with Google reCAPTCHA and Twitter Bootstrap markup.
10
- Version: 4.4.0
11
  Author: Meghan Nicholas
12
  Author URI: http://www.megnicholas.co.uk
13
  License: GPLv2 or later
@@ -52,7 +52,7 @@ if (!defined('CSCF_PLUGIN_URL')) define('CSCF_PLUGIN_URL', WP_PLUGIN_URL . '/' .
52
 
53
  if (!defined('CSCF_VERSION_KEY')) define('CSCF_VERSION_KEY', 'cscf_version');
54
 
55
- if (!defined('CSCF_VERSION_NUM')) define('CSCF_VERSION_NUM', '4.4.0');
56
 
57
  if (!defined('CSCF_OPTIONS_KEY')) define('CSCF_OPTIONS_KEY', 'cscf_options');
58
 
7
  Plugin Name: Clean and Simple Contact Form
8
  Plugin URI: http://www.megnicholas.co.uk/wordpress-plugins/clean-and-simple-contact-form
9
  Description: A clean and simple contact form with Google reCAPTCHA and Twitter Bootstrap markup.
10
+ Version: 4.4.2
11
  Author: Meghan Nicholas
12
  Author URI: http://www.megnicholas.co.uk
13
  License: GPLv2 or later
52
 
53
  if (!defined('CSCF_VERSION_KEY')) define('CSCF_VERSION_KEY', 'cscf_version');
54
 
55
+ if (!defined('CSCF_VERSION_NUM')) define('CSCF_VERSION_NUM', '4.4.2');
56
 
57
  if (!defined('CSCF_OPTIONS_KEY')) define('CSCF_OPTIONS_KEY', 'cscf_options');
58
 
languages/cleanandsimple-id_ID.mo ADDED
Binary file
languages/cleanandsimple-id_ID.po ADDED
@@ -0,0 +1,322 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2014 Clean and Simple Contact Form
2
+ # This file is distributed under the same license as the Clean and Simple Contact Form package.
3
+ msgid ""
4
+ msgstr ""
5
+ "Project-Id-Version: Cleand and Simple Contact Form Indonesian\n"
6
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/clean-and-simple-contact-form-"
7
+ "by-meg-nicholas\n"
8
+ "POT-Creation-Date: 2014-09-24 08:46:00+00:00\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "PO-Revision-Date: 2014-10-06 13:51+0700\n"
13
+ "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
+ "Language-Team: Beny Hirmansyah <beny@beny.me>\n"
15
+ "X-Generator: Poedit 1.6.9\n"
16
+ "Plural-Forms: nplurals=1; plural=0;\n"
17
+ "Language: id_ID\n"
18
+ "X-Poedit-SourceCharset: UTF-8\n"
19
+
20
+ #: class.cscf.php:151
21
+ msgid "Settings"
22
+ msgstr "Pengaturan"
23
+
24
+ #: class.cscf_contact.php:66
25
+ msgid "Sorry the email addresses do not match."
26
+ msgstr "Maaf, alamat email tidak cocok."
27
+
28
+ #: class.cscf_contact.php:71 views/contact-form.view.php:54
29
+ msgid "Please give your email address."
30
+ msgstr "Mohon isikan email anda."
31
+
32
+ #: class.cscf_contact.php:75
33
+ msgid "Please confirm your email address."
34
+ msgstr "Konfirmasi alamat email anda kembali."
35
+
36
+ #: class.cscf_contact.php:80 views/contact-form.view.php:32
37
+ msgid "Please give your name."
38
+ msgstr "Mohon isikan nama anda."
39
+
40
+ #: class.cscf_contact.php:84
41
+ msgid "Please enter a message."
42
+ msgstr "Mohon untuk mengisi kolom pesan."
43
+
44
+ #: class.cscf_contact.php:88 views/contact-form.view.php:55
45
+ #: views/contact-form.view.php:79
46
+ msgid "Please enter a valid email address."
47
+ msgstr "Masukkan alamat email yang valid."
48
+
49
+ #: class.cscf_contact.php:95
50
+ msgid "Sorry the code wasn't entered correctly please try again."
51
+ msgstr "Maaf, kode yang dimasukkan tidak benar. Silahkan coba kembali."
52
+
53
+ #: class.cscf_contact.php:157
54
+ msgid "Here is a copy of your message :"
55
+ msgstr "Berikut salinan dari pesan anda:"
56
+
57
+ #: class.cscf_pluginsettings.php:44
58
+ msgid "Message Sent"
59
+ msgstr "Pesan Terkirim"
60
+
61
+ #: class.cscf_pluginsettings.php:52
62
+ msgid "Thank you for your message, we will be in touch very shortly."
63
+ msgstr "Terima kasih atas pesan anda, kami akan menghubungi anda secepatnya."
64
+
65
+ #: class.cscf_pluginsettings.php:60
66
+ msgid ""
67
+ "Please enter your contact details and a short message below and I will try "
68
+ "to answer your query as soon as possible."
69
+ msgstr ""
70
+ "Masukkan detil kontak dan pesan singkat anda di bawah ini. Saya akan mencoba "
71
+ "menjawab pertanyaan anda sesegera mungkin."
72
+
73
+ #: class.cscf_pluginsettings.php:93
74
+ msgid " - Web Enquiry"
75
+ msgstr "- Pesan dari Situs"
76
+
77
+ #: class.cscf_settings.php:30
78
+ msgid "Contact Form Settings"
79
+ msgstr "Pengaturan Formulir Kontak"
80
+
81
+ #: class.cscf_settings.php:30
82
+ msgid "Contact Form"
83
+ msgstr "Formulir Kontak"
84
+
85
+ #: class.cscf_settings.php:41
86
+ msgid "Clean and Simple Contact Form Settings"
87
+ msgstr "Pengaturan Clean and Simple Contact Form"
88
+
89
+ #: class.cscf_settings.php:47
90
+ msgid "Donate $10, $20 or $50!"
91
+ msgstr ""
92
+
93
+ #: class.cscf_settings.php:50
94
+ msgid ""
95
+ "If you like this plugin, please donate to support development and "
96
+ "maintenance of:"
97
+ msgstr ""
98
+
99
+ #: class.cscf_settings.php:52
100
+ msgid "Clean and Simple Contact Form!"
101
+ msgstr ""
102
+
103
+ #: class.cscf_settings.php:72
104
+ msgid "You are using version"
105
+ msgstr ""
106
+
107
+ #: class.cscf_settings.php:74
108
+ msgid "If you find this plugin useful please consider"
109
+ msgstr ""
110
+
111
+ #: class.cscf_settings.php:77
112
+ msgid "leaving a review"
113
+ msgstr ""
114
+
115
+ #: class.cscf_settings.php:79
116
+ msgid "Thank you!"
117
+ msgstr ""
118
+
119
+ #: class.cscf_settings.php:84
120
+ msgid ""
121
+ "NOTICE: You have JetPack's Contact Form enabled please deactivate it or use "
122
+ "the shortcode [cscf-contact-form] instead."
123
+ msgstr ""
124
+ "PERINGATAN: Contact Form plugin JetPack aktif. Mohon untuk menonaktifkan "
125
+ "atau gunakan shortcode [cscf-contact-form sebagai gantinya."
126
+
127
+ #: class.cscf_settings.php:86
128
+ msgid "Read More"
129
+ msgstr "Baca Selanjutnya"
130
+
131
+ #: class.cscf_settings.php:90
132
+ msgid "Please Note: To add the contact form to your page please add the text"
133
+ msgstr ""
134
+ "Perhatian: Untuk menambahkan formulir kontak ke halaman anda mohon untuk "
135
+ "menambahkan teks"
136
+
137
+ #: class.cscf_settings.php:91
138
+ msgid "to your post or page."
139
+ msgstr "ke postingan atau halaman anda."
140
+
141
+ #: class.cscf_settings.php:111
142
+ msgid "ReCAPTCHA Settings"
143
+ msgstr "Pengaturan ReCAPTCHA"
144
+
145
+ #: class.cscf_settings.php:119
146
+ msgid "Use reCAPTCHA :"
147
+ msgstr "Gunakan reCAPTCHA :"
148
+
149
+ #: class.cscf_settings.php:125
150
+ msgid "reCAPTCHA Theme :"
151
+ msgstr "Tema reCAPTCHA :"
152
+
153
+ #: class.cscf_settings.php:131
154
+ msgid "reCAPTCHA Public Key :"
155
+ msgstr "Public Key reCAPTCHA :"
156
+
157
+ #: class.cscf_settings.php:137
158
+ msgid "reCAPTCHA Private Key :"
159
+ msgstr "Private Key reCAPTCHA :"
160
+
161
+ #: class.cscf_settings.php:143
162
+ msgid "Message Settings"
163
+ msgstr "Pengaturan Pesan"
164
+
165
+ #: class.cscf_settings.php:147
166
+ msgid "Recipient Emails :"
167
+ msgstr "Email Penerima :"
168
+
169
+ #: class.cscf_settings.php:153
170
+ msgid "Confirm Email Address :"
171
+ msgstr "Konfirmasi Alamat Email :"
172
+
173
+ #: class.cscf_settings.php:159
174
+ msgid "*New*"
175
+ msgstr "*Baru*"
176
+
177
+ #: class.cscf_settings.php:159
178
+ msgid "Allow users to email themselves a copy :"
179
+ msgstr "Ijinkan pengguna untuk mendapatkan salinan via email :"
180
+
181
+ #: class.cscf_settings.php:165
182
+ msgid "Override 'From' Address :"
183
+ msgstr "Ubah Pengaturan 'Dari' :"
184
+
185
+ #: class.cscf_settings.php:171
186
+ msgid "'From' Email Address :"
187
+ msgstr "'Dari' Alamat Email :"
188
+
189
+ #: class.cscf_settings.php:177
190
+ msgid "Email Subject :"
191
+ msgstr "Judul Email :"
192
+
193
+ #: class.cscf_settings.php:183
194
+ msgid "Message :"
195
+ msgstr "Pesan :"
196
+
197
+ #: class.cscf_settings.php:189
198
+ msgid "Message Sent Heading :"
199
+ msgstr "Heading Pesan Terkirim :"
200
+
201
+ #: class.cscf_settings.php:195
202
+ msgid "Message Sent Content :"
203
+ msgstr "Konten Pesan Terkirim :"
204
+
205
+ #: class.cscf_settings.php:201
206
+ msgid "Styling and Validation"
207
+ msgstr "Styling dan Validasi"
208
+
209
+ #: class.cscf_settings.php:205
210
+ msgid ""
211
+ "Use the plugin default stylesheet (un-tick to use your theme style sheet "
212
+ "instead) :"
213
+ msgstr ""
214
+ "Gunakan stylesheet default plugin (hilangkan checklist untuk menggunakan "
215
+ "stylesheet tema anda) :"
216
+
217
+ #: class.cscf_settings.php:211
218
+ msgid "Use client side validation (AJAX) :"
219
+ msgstr "Gunakan client side validation (AJAX)"
220
+
221
+ #: class.cscf_settings.php:283
222
+ msgid "Enter your reCAPTCHA settings below :"
223
+ msgstr "Masukkan detil pengaturan reCAPCTHA di bawah :"
224
+
225
+ #: class.cscf_settings.php:284
226
+ msgid "To use reCAPTCHA you must get an API key from"
227
+ msgstr "Untuk menggunakan reCAPTCHA anda harus mendapatkan sebuah API key dari"
228
+
229
+ #: class.cscf_settings.php:290
230
+ msgid "Enter your message settings below :"
231
+ msgstr "Masukkan pengaturan pesan anda di bawah :"
232
+
233
+ #: class.cscf_settings.php:392
234
+ msgid "Red"
235
+ msgstr "Merah"
236
+
237
+ #: class.cscf_settings.php:394
238
+ msgid "White"
239
+ msgstr "Putih"
240
+
241
+ #: class.cscf_settings.php:396
242
+ msgid "Blackglass"
243
+ msgstr "Blackglass"
244
+
245
+ #: class.cscf_settings.php:398
246
+ msgid "Clean"
247
+ msgstr "Clean"
248
+
249
+ #: views/contact-form.view.php:25
250
+ msgid "Name:"
251
+ msgstr "Nama:"
252
+
253
+ #: views/contact-form.view.php:35
254
+ msgid "Your Name"
255
+ msgstr "Nama anda"
256
+
257
+ #: views/contact-form.view.php:46
258
+ msgid "Email Address:"
259
+ msgstr "Alamat Email:"
260
+
261
+ #: views/contact-form.view.php:58
262
+ msgid "Your Email Address"
263
+ msgstr "Alamat Email Anda"
264
+
265
+ #: views/contact-form.view.php:69
266
+ msgid "Confirm Email Address:"
267
+ msgstr "Konfirmasi Alamat Email"
268
+
269
+ #: views/contact-form.view.php:78 views/contact-form.view.php:80
270
+ msgid "Please enter the same email address again."
271
+ msgstr "Ulangi memasukkan alamat email yang sama."
272
+
273
+ #: views/contact-form.view.php:83
274
+ msgid "Confirm Your Email Address"
275
+ msgstr "Konfirmasi Alamat Email Anda"
276
+
277
+ #: views/contact-form.view.php:95
278
+ msgid "Message:"
279
+ msgstr "Pesan:"
280
+
281
+ #: views/contact-form.view.php:102
282
+ msgid "Please give a message."
283
+ msgstr "Mohon untuk mengisi kolom pesan."
284
+
285
+ #: views/contact-form.view.php:104
286
+ msgid "Your Message"
287
+ msgstr "Pesan Anda"
288
+
289
+ #: views/contact-form.view.php:114
290
+ msgid "Send me a copy:"
291
+ msgstr "Kirimkan saya salinannya:"
292
+
293
+ #: views/contact-form.view.php:142
294
+ msgid "Send Message"
295
+ msgstr "Kirim Pesan"
296
+
297
+ #: views/message-not-sent.view.php:1
298
+ msgid "Sorry, there has been a problem and your message was not sent."
299
+ msgstr "Maaf, ada masalah dan pesan anda gagal terkirim."
300
+
301
+ #. Plugin Name of the plugin/theme
302
+ msgid "Clean and Simple Contact Form"
303
+ msgstr ""
304
+
305
+ #. Plugin URI of the plugin/theme
306
+ msgid ""
307
+ "http://www.megnicholas.co.uk/wordpress-plugins/clean-and-simple-contact-form"
308
+ msgstr ""
309
+
310
+ #. Description of the plugin/theme
311
+ msgid ""
312
+ "A clean and simple contact form with Google reCAPTCHA and Twitter Bootstrap "
313
+ "markup."
314
+ msgstr ""
315
+
316
+ #. Author of the plugin/theme
317
+ msgid "Meghan Nicholas"
318
+ msgstr ""
319
+
320
+ #. Author URI of the plugin/theme
321
+ msgid "http://www.megnicholas.co.uk"
322
+ msgstr ""
languages/cleanandsimple-tr_TR.mo CHANGED
Binary file
languages/cleanandsimple-tr_TR.po CHANGED
@@ -1,305 +1,303 @@
1
- # Copyright (C) 2013 Clean and Simple Contact Form
2
- # This file is distributed under the same license as the Clean and Simple Contact Form package.
3
- msgid ""
4
- msgstr ""
5
- "Project-Id-Version: Clean and Simple Contact Form 4.2.4\n"
6
- "Report-Msgid-Bugs-To: http://wordpress.org/tag/clean-and-simple-contact-form-"
7
- "by-meg-nicholas\n"
8
- "POT-Creation-Date: 2013-11-06 14:29:38+00:00\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "PO-Revision-Date: 2013-12-06 12:32+0200\n"
13
- "Last-Translator: Abdullah Manaz <abdullahmanaz@gmail.com>\n"
14
- "Language-Team: ManazNet <abdullahmanaz@gmail.com>\n"
15
- "Plural-Forms: nplurals=1; plural=0;\n"
16
- "Language: tr_TR\n"
17
- "X-Generator: Poedit 1.6.1\n"
18
-
19
- #: class.cscf.php:149
20
- msgid "Settings"
21
- msgstr "Kurgu"
22
-
23
- #: class.cscf_contact.php:54
24
- msgid "Sorry the email addresses do not match."
25
- msgstr "Afedersiniz, EPosta Adresleriniz uyuşmuyor."
26
-
27
- #: class.cscf_contact.php:59 views/contact-form.view.php:32
28
- msgid "Please give your email address."
29
- msgstr "Lütfen EPosta Adresinizi giriniz."
30
-
31
- #: class.cscf_contact.php:63
32
- msgid "Please confirm your email address."
33
- msgstr "Lütfen EPosta Adresinizi doğrulayınız."
34
-
35
- #: class.cscf_contact.php:68 views/contact-form.view.php:79
36
- msgid "Please give your name."
37
- msgstr "Lütfen isminizi giriniz."
38
-
39
- #: class.cscf_contact.php:72
40
- msgid "Please enter a message."
41
- msgstr "Lütfen bir mesaj giriniz."
42
-
43
- #: class.cscf_contact.php:76 views/contact-form.view.php:33
44
- #: views/contact-form.view.php:57
45
- msgid "Please enter a valid email address."
46
- msgstr "Lütfen, geçerli bir EPosta Adresi giriniz."
47
-
48
- #: class.cscf_contact.php:84
49
- msgid "Sorry the code wasn't entered correctly please try again."
50
- msgstr "Güvenlik kodunu yanlış girdiniz, tekrar deneyiniz."
51
-
52
- #: class.cscf_pluginsettings.php:40
53
- msgid "Message Sent"
54
- msgstr "Mesajınız Gönderildi!"
55
-
56
- #: class.cscf_pluginsettings.php:47
57
- msgid "Thank you for your message, we will be in touch very shortly."
58
- msgstr "Teşekkürler, Mesajınız alındı, en kısa zamanda cevaplanacaktır."
59
-
60
- #: class.cscf_pluginsettings.php:54
61
- msgid ""
62
- "Please enter your contact details and a short message below and I will try "
63
- "to answer your query as soon as possible."
64
- msgstr ""
65
- "Mesajınızı ve iletişim bilgilerinizi aşağıya yazınız.En kısa zamanda "
66
- "cevaplanacaktır."
67
-
68
- #: class.cscf_pluginsettings.php:83
69
- msgid " - Web Enquiry"
70
- msgstr " - Web Talebi"
71
-
72
- #: class.cscf_settings.php:30
73
- msgid "Contact Form Settings"
74
- msgstr "İletişim Formu Kurgusu"
75
-
76
- #: class.cscf_settings.php:30
77
- msgid "Contact Form"
78
- msgstr "İletişim Formu"
79
-
80
- #: class.cscf_settings.php:40
81
- msgid "Clean and Simple Contact Form Settings"
82
- msgstr "Temiz ve Basit İletişim Formu Kurgusu"
83
-
84
- #: class.cscf_settings.php:46
85
- msgid "Donate $10, $20 or $50!"
86
- msgstr "Bağış $10, $20 veya $50!"
87
-
88
- #: class.cscf_settings.php:48
89
- msgid ""
90
- "If you like this plugin, please donate to support development and "
91
- "maintenance of:"
92
- msgstr ""
93
- "Bu eklentiyi beğendiyseniz, geliştirilmesine katkıda bulunmak için bağış "
94
- "yapabilirsiniz."
95
-
96
- #: class.cscf_settings.php:48
97
- msgid "Clean and Simple Contact Form!"
98
- msgstr "Temiz ve Basit İleşitim Formu!"
99
-
100
- #: class.cscf_settings.php:63
101
- msgid "You are using version"
102
- msgstr "Kullanılan Versiyon"
103
-
104
- #: class.cscf_settings.php:64
105
- msgid "If you find this plugin useful please consider"
106
- msgstr "Bu eklentiyi yararlı bulursanız, lütfen desteklemek için "
107
-
108
- #: class.cscf_settings.php:67
109
- msgid "leaving a review"
110
- msgstr "Bir görüş belirtiniz."
111
-
112
- #: class.cscf_settings.php:69
113
- msgid "Thank you!"
114
- msgstr "Teşekkür Ederiz!"
115
-
116
- #: class.cscf_settings.php:74
117
- msgid ""
118
- "NOTICE: You have JetPack's Contact Form enabled please deactivate it or use "
119
- "the shortcode [cscf-contact-form] instead."
120
- msgstr ""
121
- "NOT: JetPack's Contact Form eklentisi aktif, lütfen onu deaktif ediniz veya "
122
- "[cscf-contact-form] kısa kodunu kullanınız."
123
-
124
- #: class.cscf_settings.php:75
125
- msgid "Read More"
126
- msgstr "Fazlasını Oku"
127
-
128
- #: class.cscf_settings.php:79
129
- msgid "Please Note: To add the contact form to your page please add the text"
130
- msgstr "Not: İletişim Formunu bir yazınıza veya sayfanıza eklemek için"
131
-
132
- #: class.cscf_settings.php:79
133
- msgid "to your post or page."
134
- msgstr "kısa kodunu kullanınız."
135
-
136
- #: class.cscf_settings.php:98
137
- msgid "ReCAPTCHA Settings"
138
- msgstr "ReCAPTCHA Kurgusu"
139
-
140
- #: class.cscf_settings.php:106
141
- msgid "Use reCAPTCHA :"
142
- msgstr "ReCAPTCHA Kullan:"
143
-
144
- #: class.cscf_settings.php:112
145
- msgid "reCAPTCHA Theme :"
146
- msgstr "ReCAPTCHA Teması :"
147
-
148
- #: class.cscf_settings.php:118
149
- msgid "reCAPTCHA Public Key :"
150
- msgstr "ReCAPTCHA Public Key :"
151
-
152
- #: class.cscf_settings.php:124
153
- msgid "reCAPTCHA Private Key :"
154
- msgstr "ReCAPTCHA Private Key :"
155
-
156
- #: class.cscf_settings.php:130
157
- msgid "Message Settings"
158
- msgstr "MesajFormu Kurgusu"
159
-
160
- #: class.cscf_settings.php:134
161
- msgid "Recipient Emails :"
162
- msgstr "Alıcı EPosta Adres(ler)i:"
163
-
164
- #: class.cscf_settings.php:140
165
- msgid "Confirm Email Address :"
166
- msgstr "EPosta Adres(ler)ini Onayla"
167
-
168
- #: class.cscf_settings.php:146
169
- msgid "Override 'From' Address :"
170
- msgstr " 'Kimden' bölümünü düzenle :"
171
-
172
- #: class.cscf_settings.php:152
173
- msgid "'From' Email Address :"
174
- msgstr " 'Kimden' bölümüne EPosta Adresi :"
175
-
176
- #: class.cscf_settings.php:158
177
- msgid "Email Subject :"
178
- msgstr "EPosta Konusu:"
179
-
180
- #: class.cscf_settings.php:164
181
- msgid "Message :"
182
- msgstr "EPosta Metni :"
183
-
184
- #: class.cscf_settings.php:170
185
- msgid "Message Sent Heading :"
186
- msgstr "Gönderilen Mesaj Başlığı:"
187
-
188
- #: class.cscf_settings.php:176
189
- msgid "Message Sent Content :"
190
- msgstr "Gönderilen Mesaj Konusu:"
191
-
192
- #: class.cscf_settings.php:182
193
- msgid "Styling and Validation"
194
- msgstr "Görünüm ve Doğrulama"
195
-
196
- #: class.cscf_settings.php:186
197
- msgid ""
198
- "Use the plugin default stylesheet (un-tick to use your theme style sheet "
199
- "instead) :"
200
- msgstr ""
201
- "Temel Görünümü Kullan (Kendi temanızı kullanacaksanız seçimi kaldırın) :"
202
-
203
- #: class.cscf_settings.php:192
204
- msgid "Use client side validation (AJAX) :"
205
- msgstr "(AJAX) Doğrulama Yöntemini Kullan :"
206
-
207
- #: class.cscf_settings.php:262
208
- msgid "Enter your reCAPTCHA settings below :"
209
- msgstr "ReCAPTCHA Ayarlarını Aşağıya Giriniz:"
210
-
211
- #: class.cscf_settings.php:263
212
- msgid "To use reCAPTCHA you must get an API key from"
213
- msgstr "ReCAPTCHA kullanmak için API-Key edinmeniz gerekir:"
214
-
215
- #: class.cscf_settings.php:268
216
- msgid "Enter your message settings below :"
217
- msgstr "MesajFormu Kurgunuzu aşağıya giriniz:"
218
-
219
- #: class.cscf_settings.php:342
220
- msgid "Red"
221
- msgstr "Kırmızı"
222
-
223
- #: class.cscf_settings.php:343
224
- msgid "White"
225
- msgstr "Beyaz"
226
-
227
- #: class.cscf_settings.php:344
228
- msgid "Blackglass"
229
- msgstr "Şeffaf"
230
-
231
- #: class.cscf_settings.php:345
232
- msgid "Clean"
233
- msgstr "Temiz"
234
-
235
- #: views/contact-form.view.php:24
236
- msgid "Email Address:"
237
- msgstr "EPosta Adresi:"
238
-
239
- #: views/contact-form.view.php:36
240
- msgid "Your Email Address"
241
- msgstr "EPosta Adresiniz:"
242
-
243
- #: views/contact-form.view.php:47
244
- msgid "Confirm Email Address:"
245
- msgstr "EPosta Adresinizi doğrulayın:"
246
-
247
- #: views/contact-form.view.php:56 views/contact-form.view.php:58
248
- msgid "Please enter the same email address again."
249
- msgstr "EPosta Adresinizi tekrar giriniz."
250
-
251
- #: views/contact-form.view.php:61
252
- msgid "Confirm Your Email Address"
253
- msgstr "EPosta Adresinizi doğrulayınız"
254
-
255
- #: views/contact-form.view.php:72
256
- msgid "Name:"
257
- msgstr "Adınız:"
258
-
259
- #: views/contact-form.view.php:82
260
- msgid "Your Name"
261
- msgstr "Adınız"
262
-
263
- #: views/contact-form.view.php:92
264
- msgid "Message:"
265
- msgstr "Mesaj Metni:"
266
-
267
- #: views/contact-form.view.php:99
268
- msgid "Please give a message."
269
- msgstr "Lütfen bir Mesaj giriniz."
270
-
271
- #: views/contact-form.view.php:101
272
- msgid "Your Message"
273
- msgstr "Mesaj Metniniz"
274
-
275
- #: views/contact-form.view.php:123
276
- msgid "Send Message"
277
- msgstr "Mesajı Gönder"
278
-
279
- #: views/message-not-sent.view.php:1
280
- msgid "Sorry, there has been a problem and your message was not sent."
281
- msgstr "Afedersiniz, bir sorun oldu, mesajınız gitmedi."
282
-
283
- #. Plugin Name of the plugin/theme
284
- msgid "Clean and Simple Contact Form"
285
- msgstr "Temiz ve Basit İleşitim Formu"
286
-
287
- #. Plugin URI of the plugin/theme
288
- msgid ""
289
- "http://www.megnicholas.co.uk/wordpress-plugins/clean-and-simple-contact-form"
290
- msgstr ""
291
- "http://www.megnicholas.co.uk/wordpress-plugins/clean-and-simple-contact-form"
292
-
293
- #. Description of the plugin/theme
294
- msgid ""
295
- "A clean and simple contact form with Google reCAPTCHA and Twitter Bootstrap "
296
- "markup."
297
- msgstr "Google DeCAPTCHA yöntemiyle güvenli, temiz ve basit İletişim Formu."
298
-
299
- #. Author of the plugin/theme
300
- msgid "Meghan Nicholas"
301
- msgstr "Meghan Nicholas"
302
-
303
- #. Author URI of the plugin/theme
304
- msgid "http://www.megnicholas.co.uk"
305
- msgstr "http://www.megnicholas.co.uk"
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Clean and Simple Contact Form 4.2.4\n"
4
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/clean-and-simple-contact-form-"
5
+ "by-meg-nicholas\n"
6
+ "POT-Creation-Date: 2013-11-06 14:29:38+00:00\n"
7
+ "PO-Revision-Date: Mon Dec 08 2014 14:19:29 GMT+0200 (Tonga Standart Saati)\n"
8
+ "Last-Translator: Abdullah Manaz <abdullahmanaz@gmail.com>\n"
9
+ "Language-Team: ManazNet <abdullahmanaz@gmail.com>\n"
10
+ "Language: Turkish\n"
11
+ "Plural-Forms: nplurals=1; plural=0\n"
12
+ "MIME-Version: 1.0\n"
13
+ "Content-Type: text/plain; charset=UTF-8\n"
14
+ "Content-Transfer-Encoding: 8bit\n"
15
+ "X-Poedit-SourceCharset: UTF-8\n"
16
+ "X-Generator: Loco - https://localise.biz/\n"
17
+ "X-Poedit-Basepath: .\n"
18
+ "X-Poedit-SearchPath-0: ..\n"
19
+ "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
20
+ "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
21
+ "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
22
+ "esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
23
+ "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
24
+ "X-Loco-Target-Locale: tr_TR"
25
+
26
+ #: ../class.cscf_settings.php:30
27
+ msgid "Contact Form Settings"
28
+ msgstr "İletişim Formu Kurgusu"
29
+
30
+ #: ../class.cscf_settings.php:30
31
+ msgid "Contact Form"
32
+ msgstr "İletişim Formu"
33
+
34
+ #: ../class.cscf_settings.php:41
35
+ msgid "Clean and Simple Contact Form Settings"
36
+ msgstr "Temiz ve Basit İletişim Formu Kurgusu"
37
+
38
+ #: ../class.cscf_settings.php:47
39
+ msgid "Donate $10, $20 or $50!"
40
+ msgstr "Bağış $10, $20 veya $50!"
41
+
42
+ #: ../class.cscf_settings.php:50
43
+ msgid ""
44
+ "If you like this plugin, please donate to support development and "
45
+ "maintenance of:"
46
+ msgstr ""
47
+ "Bu eklentiyi beğendiyseniz, geliştirilmesine katkıda bulunmak için bağış "
48
+ "yapabilirsiniz."
49
+
50
+ #: ../class.cscf_settings.php:52
51
+ msgid "Clean and Simple Contact Form!"
52
+ msgstr "Temiz ve Basit İleşitim Formu!"
53
+
54
+ #: ../class.cscf_settings.php:72
55
+ msgid "You are using version"
56
+ msgstr "Kullanılan Versiyon"
57
+
58
+ #: ../class.cscf_settings.php:74
59
+ msgid "If you find this plugin useful please consider"
60
+ msgstr "Bu eklentiyi yararlı bulursanız, lütfen desteklemek için "
61
+
62
+ #: ../class.cscf_settings.php:77
63
+ msgid "leaving a review"
64
+ msgstr "Bir görüş belirtiniz."
65
+
66
+ #: ../class.cscf_settings.php:79
67
+ msgid "Thank you!"
68
+ msgstr "Teşekkür Ederiz!"
69
+
70
+ #: ../class.cscf_settings.php:84
71
+ msgid ""
72
+ "NOTICE: You have JetPack's Contact Form enabled please deactivate it or use "
73
+ "the shortcode [cscf-contact-form] instead."
74
+ msgstr ""
75
+ "NOT: JetPack's Contact Form eklentisi aktif, lütfen onu deaktif ediniz veya "
76
+ "[cscf-contact-form] kısa kodunu kullanınız."
77
+
78
+ #: ../class.cscf_settings.php:86
79
+ msgid "Read More"
80
+ msgstr "Fazlasını Oku"
81
+
82
+ #: ../class.cscf_settings.php:90
83
+ msgid "Please Note: To add the contact form to your page please add the text"
84
+ msgstr "Not: İletişim Formunu bir yazınıza veya sayfanıza eklemek için"
85
+
86
+ #: ../class.cscf_settings.php:91
87
+ msgid "to your post or page."
88
+ msgstr "kısa kodunu kullanınız."
89
+
90
+ #: ../class.cscf_settings.php:111
91
+ msgid "ReCAPTCHA Settings"
92
+ msgstr "ReCAPTCHA Kurgusu"
93
+
94
+ #: ../class.cscf_settings.php:119
95
+ msgid "Use reCAPTCHA :"
96
+ msgstr "ReCAPTCHA Kullan:"
97
+
98
+ #: ../class.cscf_settings.php:125
99
+ msgid "reCAPTCHA Theme :"
100
+ msgstr "ReCAPTCHA Teması :"
101
+
102
+ #: ../class.cscf_settings.php:131
103
+ msgid "reCAPTCHA Public Key :"
104
+ msgstr "ReCAPTCHA Public Key :"
105
+
106
+ #: ../class.cscf_settings.php:137
107
+ msgid "reCAPTCHA Private Key :"
108
+ msgstr "ReCAPTCHA Private Key :"
109
+
110
+ #: ../class.cscf_settings.php:143
111
+ msgid "Message Settings"
112
+ msgstr "MesajFormu Kurgusu"
113
+
114
+ #: ../class.cscf_settings.php:147
115
+ msgid "Recipient Emails :"
116
+ msgstr "Alıcı EPosta Adres(ler)i:"
117
+
118
+ #: ../class.cscf_settings.php:153
119
+ msgid "Confirm Email Address :"
120
+ msgstr "EPosta Adres(ler)ini Onayla"
121
+
122
+ #: ../class.cscf_settings.php:159
123
+ msgid "*New*"
124
+ msgstr "Yeni"
125
+
126
+ #: ../class.cscf_settings.php:159
127
+ msgid "Allow users to email themselves a copy :"
128
+ msgstr "Kullanıcıların kendilerine bir EPosta Kopyası göndermesine izin ver:"
129
+
130
+ #: ../class.cscf_settings.php:165
131
+ msgid "Override 'From' Address :"
132
+ msgstr " 'Kimden' bölümünü düzenle :"
133
+
134
+ #: ../class.cscf_settings.php:171
135
+ msgid "'From' Email Address :"
136
+ msgstr " 'Kimden' bölümüne EPosta Adresi :"
137
+
138
+ #: ../class.cscf_settings.php:177
139
+ msgid "Email Subject :"
140
+ msgstr "EPosta Konusu:"
141
+
142
+ #: ../class.cscf_settings.php:183
143
+ msgid "Message :"
144
+ msgstr "EPosta Metni :"
145
+
146
+ #: ../class.cscf_settings.php:189
147
+ msgid "Message Sent Heading :"
148
+ msgstr "Gönderilen Mesaj Başlığı:"
149
+
150
+ #: ../class.cscf_settings.php:195
151
+ msgid "Message Sent Content :"
152
+ msgstr "Gönderilen Mesaj Konusu:"
153
+
154
+ #: ../class.cscf_settings.php:201
155
+ msgid "Styling and Validation"
156
+ msgstr "Görünüm ve Doğrulama"
157
+
158
+ #: ../class.cscf_settings.php:205
159
+ msgid ""
160
+ "Use the plugin default stylesheet (un-tick to use your theme style sheet "
161
+ "instead) :"
162
+ msgstr "Temel Görünümü Kullan (Kendi temanızı kullanacaksanız seçimi kaldırın) :"
163
+
164
+ #: ../class.cscf_settings.php:211
165
+ msgid "Use client side validation (AJAX) :"
166
+ msgstr "(AJAX) Doğrulama Yöntemini Kullan :"
167
+
168
+ #: ../class.cscf_settings.php:283
169
+ msgid "Enter your reCAPTCHA settings below :"
170
+ msgstr "ReCAPTCHA Ayarlarını Aşağıya Giriniz:"
171
+
172
+ #: ../class.cscf_settings.php:284
173
+ msgid "To use reCAPTCHA you must get an API key from"
174
+ msgstr "ReCAPTCHA kullanmak için API-Key edinmeniz gerekir:"
175
+
176
+ #: ../class.cscf_settings.php:290
177
+ msgid "Enter your message settings below :"
178
+ msgstr "MesajFormu Kurgunuzu aşağıya giriniz:"
179
+
180
+ #: ../class.cscf_settings.php:392
181
+ msgid "Red"
182
+ msgstr "Kırmızı"
183
+
184
+ #: ../class.cscf_settings.php:394
185
+ msgid "White"
186
+ msgstr "Beyaz"
187
+
188
+ #: ../class.cscf_settings.php:396
189
+ msgid "Blackglass"
190
+ msgstr "Şeffaf"
191
+
192
+ #: ../class.cscf_settings.php:398
193
+ msgid "Clean"
194
+ msgstr "Temiz"
195
+
196
+ #: ../class.cscf_pluginsettings.php:44
197
+ msgid "Message Sent"
198
+ msgstr "Mesajınız Gönderildi!"
199
+
200
+ #: ../class.cscf_pluginsettings.php:52
201
+ msgid "Thank you for your message, we will be in touch very shortly."
202
+ msgstr "Teşekkürler, Mesajınız alındı, en kısa zamanda cevaplanacaktır."
203
+
204
+ #: ../class.cscf_pluginsettings.php:60
205
+ msgid ""
206
+ "Please enter your contact details and a short message below and I will try "
207
+ "to answer your query as soon as possible."
208
+ msgstr ""
209
+ "Mesajınızı ve iletişim bilgilerinizi aşağıya yazınız.En kısa zamanda "
210
+ "cevaplanacaktır."
211
+
212
+ #: ../class.cscf_pluginsettings.php:93
213
+ msgid " - Web Enquiry"
214
+ msgstr " - Web Talebi"
215
+
216
+ #: ../class.cscf_contact.php:66
217
+ msgid "Sorry the email addresses do not match."
218
+ msgstr "Afedersiniz, EPosta Adresleriniz uyuşmuyor."
219
+
220
+ #: ../class.cscf_contact.php:71 ../views/contact-form.view.php:54
221
+ msgid "Please give your email address."
222
+ msgstr "Lütfen EPosta Adresinizi giriniz."
223
+
224
+ #: ../class.cscf_contact.php:75
225
+ msgid "Please confirm your email address."
226
+ msgstr "Lütfen EPosta Adresinizi doğrulayınız."
227
+
228
+ #: ../class.cscf_contact.php:80 ../views/contact-form.view.php:32
229
+ msgid "Please give your name."
230
+ msgstr "Lütfen isminizi giriniz."
231
+
232
+ #: ../class.cscf_contact.php:84
233
+ msgid "Please enter a message."
234
+ msgstr "Lütfen bir mesaj giriniz."
235
+
236
+ #: ../class.cscf_contact.php:88 ../views/contact-form.view.php:55 ..
237
+ #: /views/contact-form.view.php:79
238
+ msgid "Please enter a valid email address."
239
+ msgstr "Lütfen, geçerli bir EPosta Adresi giriniz."
240
+
241
+ #: ../class.cscf_contact.php:95
242
+ msgid "Sorry the code wasn't entered correctly please try again."
243
+ msgstr "Güvenlik kodunu yanlış girdiniz, tekrar deneyiniz."
244
+
245
+ #: ../class.cscf_contact.php:157
246
+ msgid "Here is a copy of your message :"
247
+ msgstr "EPosta Mesajınızın bir kopyası :"
248
+
249
+ #: ../class.cscf.php:151
250
+ msgid "Settings"
251
+ msgstr "Kurgu"
252
+
253
+ #: ../views/contact-form.view.php:25
254
+ msgid "Name:"
255
+ msgstr "Adınız:"
256
+
257
+ #: ../views/contact-form.view.php:35
258
+ msgid "Your Name"
259
+ msgstr "Adınız"
260
+
261
+ #: ../views/contact-form.view.php:46
262
+ msgid "Email Address:"
263
+ msgstr "EPosta Adresi:"
264
+
265
+ #: ../views/contact-form.view.php:58
266
+ msgid "Your Email Address"
267
+ msgstr "EPosta Adresiniz:"
268
+
269
+ #: ../views/contact-form.view.php:69
270
+ msgid "Confirm Email Address:"
271
+ msgstr "EPosta Adresinizi doğrulayın:"
272
+
273
+ #: ../views/contact-form.view.php:78 ../views/contact-form.view.php:80
274
+ msgid "Please enter the same email address again."
275
+ msgstr "EPosta Adresinizi tekrar giriniz."
276
+
277
+ #: ../views/contact-form.view.php:83
278
+ msgid "Confirm Your Email Address"
279
+ msgstr "EPosta Adresinizi doğrulayınız"
280
+
281
+ #: ../views/contact-form.view.php:95
282
+ msgid "Message:"
283
+ msgstr "Mesaj Metni:"
284
+
285
+ #: ../views/contact-form.view.php:102
286
+ msgid "Please give a message."
287
+ msgstr "Lütfen bir Mesaj giriniz."
288
+
289
+ #: ../views/contact-form.view.php:104
290
+ msgid "Your Message"
291
+ msgstr "Mesaj Metniniz"
292
+
293
+ #: ../views/contact-form.view.php:114
294
+ msgid "Send me a copy:"
295
+ msgstr "Bana da bir Kopya gönder:"
296
+
297
+ #: ../views/contact-form.view.php:142
298
+ msgid "Send Message"
299
+ msgstr "Mesajı Gönder"
300
+
301
+ #: ../views/message-not-sent.view.php:1
302
+ msgid "Sorry, there has been a problem and your message was not sent."
303
+ msgstr "Afedersiniz, bir sorun oldu, mesajınız gitmedi."
 
 
readme.txt CHANGED
@@ -6,7 +6,7 @@ License URI: http://www.gnu.org/licenses/gpl.html
6
  Tags: simple, contact, form, contact button, contact form, contact form plugin, akismet, contacts, contacts form plugin, contact me, feedback form, bootstrap, twitter, google, reCAPTCHA, ajax, secure
7
  Requires at least: 3.3
8
  Tested up to: 4.0
9
- Stable tag: 4.4.0
10
 
11
  A clean and simple AJAX contact form with Google reCAPTCHA, Twitter Bootstrap markup and Akismet spam filtering.
12
 
@@ -203,7 +203,13 @@ the reCAPTCHA for the contact form will be displayed correctly but not in the co
203
  The comments form will never validate due to no supplied reCAPTCHA code.
204
 
205
  == Changelog ==
 
 
 
 
206
  = 4.4.0 =
 
 
207
  * Add option for enquiry to email themselves a copy of the message
208
  * Update to Polish translation thanks to Radosław “Robaczek” Rak
209
  = 4.3.4 =
@@ -316,6 +322,10 @@ Polish thanks to Patryk Peas
316
 
317
 
318
  == Upgrade Notice ==
 
 
 
 
319
  = 4.4.0 =
320
  Added option for enquiry to email themselves a copy of the message plus Polish translation updated
321
  = 4.3.4 =
6
  Tags: simple, contact, form, contact button, contact form, contact form plugin, akismet, contacts, contacts form plugin, contact me, feedback form, bootstrap, twitter, google, reCAPTCHA, ajax, secure
7
  Requires at least: 3.3
8
  Tested up to: 4.0
9
+ Stable tag: 4.4.2
10
 
11
  A clean and simple AJAX contact form with Google reCAPTCHA, Twitter Bootstrap markup and Akismet spam filtering.
12
 
203
  The comments form will never validate due to no supplied reCAPTCHA code.
204
 
205
  == Changelog ==
206
+ = 4.4.2 =
207
+ * Akismet tweak only log as spam if akismet_result = 'true'
208
+ * Updated Turkish translations thanks again to [Abdullah Manaz](http://manaz.net "Abdullah Manaz")
209
+ * Added Indonesian translations thanks to Beny Hirmansyah
210
  = 4.4.0 =
211
+ * Fixed XSS issue
212
+ = 4.4.1 =
213
  * Add option for enquiry to email themselves a copy of the message
214
  * Update to Polish translation thanks to Radosław “Robaczek” Rak
215
  = 4.3.4 =
322
 
323
 
324
  == Upgrade Notice ==
325
+ = 4.4.2 =
326
+ Akismet tweak and translation updates
327
+ = 4.4.1 =
328
+ Fixed XSS issue
329
  = 4.4.0 =
330
  Added option for enquiry to email themselves a copy of the message plus Polish translation updated
331
  = 4.3.4 =
views/contact-form.view.php CHANGED
@@ -31,7 +31,7 @@
31
  data-rule-required="true"
32
  data-msg-required="<?php _e('Please give your name.','cleanandsimple');?>"
33
  type="text" id="cscf_name" name="cscf[name]"
34
- value="<?php echo $contact->Name; ?>"
35
  placeholder="<?php _e('Your Name','cleanandsimple');?>"
36
  />
37
  </div>
@@ -54,7 +54,7 @@
54
  data-msg-required="<?php _e('Please give your email address.','cleanandsimple');?>"
55
  data-msg-email="<?php _e('Please enter a valid email address.','cleanandsimple');?>"
56
  type="email" id="cscf_email" name="cscf[email]"
57
- value="<?php echo $contact->Email; ?>"
58
  placeholder="<?php _e('Your Email Address','cleanandsimple');?>"
59
  />
60
  </div>
@@ -79,7 +79,7 @@
79
  data-msg-email="<?php _e('Please enter a valid email address.','cleanandsimple');?>"
80
  data-msg-equalTo="<?php _e('Please enter the same email address again.','cleanandsimple');?>"
81
  type="email" id="cscf_confirm-email" name="cscf[confirm-email]"
82
- value="<?php echo $contact->ConfirmEmail; ?>"
83
  placeholder="<?php _e('Confirm Your Email Address','cleanandsimple');?>"
84
  />
85
  </div>
@@ -101,7 +101,7 @@
101
  data-rule-required="true"
102
  data-msg-required="<?php _e('Please give a message.','cleanandsimple');?>"
103
  id="cscf_message" name="cscf[message]" rows="10"
104
- placeholder="<?php _e('Your Message','cleanandsimple');?>"><?php echo $contact->Message; ?></textarea>
105
  </div>
106
  <span for="cscf_message" class="help-inline help-block error" style="display:<?php echo isset($contact->Errors['message']) ? 'block' : 'none'; ?>;">
107
  <?php if (isset($contact->Errors['message'])) echo $contact->Errors['message']; ?>
31
  data-rule-required="true"
32
  data-msg-required="<?php _e('Please give your name.','cleanandsimple');?>"
33
  type="text" id="cscf_name" name="cscf[name]"
34
+ value="<?php echo esc_attr($contact->Name); ?>"
35
  placeholder="<?php _e('Your Name','cleanandsimple');?>"
36
  />
37
  </div>
54
  data-msg-required="<?php _e('Please give your email address.','cleanandsimple');?>"
55
  data-msg-email="<?php _e('Please enter a valid email address.','cleanandsimple');?>"
56
  type="email" id="cscf_email" name="cscf[email]"
57
+ value="<?php echo esc_attr($contact->Email); ?>"
58
  placeholder="<?php _e('Your Email Address','cleanandsimple');?>"
59
  />
60
  </div>
79
  data-msg-email="<?php _e('Please enter a valid email address.','cleanandsimple');?>"
80
  data-msg-equalTo="<?php _e('Please enter the same email address again.','cleanandsimple');?>"
81
  type="email" id="cscf_confirm-email" name="cscf[confirm-email]"
82
+ value="<?php echo esc_attr($contact->ConfirmEmail); ?>"
83
  placeholder="<?php _e('Confirm Your Email Address','cleanandsimple');?>"
84
  />
85
  </div>
101
  data-rule-required="true"
102
  data-msg-required="<?php _e('Please give a message.','cleanandsimple');?>"
103
  id="cscf_message" name="cscf[message]" rows="10"
104
+ placeholder="<?php _e('Your Message','cleanandsimple');?>"><?php echo esc_textarea($contact->Message); ?></textarea>
105
  </div>
106
  <span for="cscf_message" class="help-inline help-block error" style="display:<?php echo isset($contact->Errors['message']) ? 'block' : 'none'; ?>;">
107
  <?php if (isset($contact->Errors['message'])) echo $contact->Errors['message']; ?>