Version Description
- Security Issues Fixed
- Language Updated - Hebrew
Download this release
Release Info
Developer | contact-banker |
Plugin | Contact Bank: WordPress Form Builder for Contact Forms |
Version | 2.0.20 |
Comparing to | |
See all releases |
Code changes from version 2.0.19 to 2.0.20
- assets/images/img.png +0 -0
- contact-bank.php +3 -3
- includes/cb_text.php +1 -1
- languages/contact_bank-he_IL.mo +0 -0
- languages/contact_bank-he_IL.po +381 -422
- lib/contact_view-class.php +122 -120
- lib/install-script.php +12 -3
- readme.txt +385 -3
- views/contact_bank_pro_version.php +1 -1
- views/contact_view.php +209 -218
- views/dashboard.php +3 -1
- views/header.php +6 -2
assets/images/img.png
CHANGED
Binary file
|
contact-bank.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Contact Bank Standard Edition
|
|
4 |
Plugin URI: http://tech-banker.com
|
5 |
Description: Build Complex, Powerful Contact Forms in Just Seconds. No Programming Knowledge Required! Yeah, It's Really That Easy.
|
6 |
Author: Tech Banker
|
7 |
-
Version: 2.0.
|
8 |
Author URI: http://tech-banker.com
|
9 |
*/
|
10 |
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
@@ -369,7 +369,7 @@ function add_contact_bank_icon($meta = TRUE)
|
|
369 |
"parent" => "contact_bank_links",
|
370 |
"id" => "pro_version_data_links",
|
371 |
"href" => site_url() ."/wp-admin/admin.php?page=pro_version",
|
372 |
-
"title" => __("Purchase PRO Edition", contact_bank)) /* set the sub-menu name */
|
373 |
);
|
374 |
|
375 |
}
|
@@ -520,7 +520,7 @@ function plugin_load_textdomain()
|
|
520 |
}
|
521 |
add_action("plugins_loaded", "plugin_load_textdomain");
|
522 |
$version = get_option("contact-bank-version-number");
|
523 |
-
if($version
|
524 |
{
|
525 |
add_action('admin_init', 'plugin_install_script_for_contact_bank');
|
526 |
}
|
4 |
Plugin URI: http://tech-banker.com
|
5 |
Description: Build Complex, Powerful Contact Forms in Just Seconds. No Programming Knowledge Required! Yeah, It's Really That Easy.
|
6 |
Author: Tech Banker
|
7 |
+
Version: 2.0.19
|
8 |
Author URI: http://tech-banker.com
|
9 |
*/
|
10 |
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
369 |
"parent" => "contact_bank_links",
|
370 |
"id" => "pro_version_data_links",
|
371 |
"href" => site_url() ."/wp-admin/admin.php?page=pro_version",
|
372 |
+
"title" => __( "Purchase PRO Edition", contact_bank)) /* set the sub-menu name */
|
373 |
);
|
374 |
|
375 |
}
|
520 |
}
|
521 |
add_action("plugins_loaded", "plugin_load_textdomain");
|
522 |
$version = get_option("contact-bank-version-number");
|
523 |
+
if($version == "1.0" || $version == "2.0" || $version == "2.1")
|
524 |
{
|
525 |
add_action('admin_init', 'plugin_install_script_for_contact_bank');
|
526 |
}
|
includes/cb_text.php
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
<label class="layout-control-label"><?php _e( "Label", contact_bank ); ?> :</label>
|
41 |
<div class="layout-controls">
|
42 |
<input type="text" class="layout-span12" onkeyup="enter_admin_label(<?php echo $dynamicId; ?>);"
|
43 |
-
value="<?php echo isset($form_settings[$dynamicId]["cb_label_value"]) ?
|
44 |
id="ux_label_text_<?php echo $dynamicId; ?>" placeholder="<?php _e( "Enter Label", contact_bank ); ?>" name="ux_label_text_<?php echo $dynamicId; ?>" />
|
45 |
</div>
|
46 |
</div>
|
40 |
<label class="layout-control-label"><?php _e( "Label", contact_bank ); ?> :</label>
|
41 |
<div class="layout-controls">
|
42 |
<input type="text" class="layout-span12" onkeyup="enter_admin_label(<?php echo $dynamicId; ?>);"
|
43 |
+
value="<?php echo isset($form_settings[$dynamicId]["cb_label_value"]) ? $form_settings[$dynamicId]["cb_label_value"] : _e( "Untitled", contact_bank ); ?>"
|
44 |
id="ux_label_text_<?php echo $dynamicId; ?>" placeholder="<?php _e( "Enter Label", contact_bank ); ?>" name="ux_label_text_<?php echo $dynamicId; ?>" />
|
45 |
</div>
|
46 |
</div>
|
languages/contact_bank-he_IL.mo
CHANGED
Binary file
|
languages/contact_bank-he_IL.po
CHANGED
@@ -1,96 +1,95 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
-
"Project-Id-Version:
|
4 |
-
"POT-Creation-Date: 2014-
|
5 |
-
"PO-Revision-Date: \n"
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: \n"
|
8 |
-
"Language: he\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
"X-Generator: Poedit 1.5.7\n"
|
13 |
-
"X-Poedit-KeywordsList:
|
14 |
-
"X-Poedit-Basepath: C:\\wamp\\www\\
|
15 |
-
"\\
|
16 |
"X-Poedit-SearchPath-0: .\n"
|
17 |
|
18 |
#: contact-bank.php:54
|
19 |
msgid "Contact Bank"
|
20 |
msgstr "Contact Bank"
|
21 |
|
22 |
-
#: contact-bank.php:55 contact-bank.php:
|
23 |
msgid "Dashboard"
|
24 |
-
msgstr "
|
25 |
|
26 |
-
#: contact-bank.php:57 contact-bank.php:
|
27 |
msgid "Short-Codes"
|
28 |
-
msgstr "
|
29 |
|
30 |
-
#: contact-bank.php:58 contact-bank.php:
|
31 |
-
#: views/dashboard.php:
|
32 |
msgid "Form Entries"
|
33 |
-
msgstr "
|
34 |
|
35 |
-
#: contact-bank.php:59 contact-bank.php:
|
36 |
-
#: views/dashboard.php:
|
37 |
msgid "Email Settings"
|
38 |
-
msgstr "הגדרות
|
39 |
|
40 |
-
#: contact-bank.php:60 contact-bank.php:
|
41 |
-
#: views/contact_bank_layout_settings.php:
|
42 |
msgid "Global Settings"
|
43 |
-
msgstr "הגדרות
|
44 |
|
45 |
-
#: contact-bank.php:61 contact-bank.php:
|
46 |
-
#: views/contact-bank-system-report.php:
|
47 |
msgid "System Status"
|
48 |
-
msgstr "מצב
|
49 |
|
50 |
-
#: contact-bank.php:63 contact-bank.php:
|
51 |
msgid "Purchase PRO Edition"
|
52 |
-
msgstr "רכוש את מהדורת
|
53 |
|
54 |
-
#: contact-bank.php:
|
55 |
msgid "Add Contact Bank Form"
|
56 |
-
msgstr "הוספת טופס"
|
57 |
|
58 |
-
#: contact-bank.php:
|
59 |
msgid "Insert Contact Bank Form"
|
60 |
-
msgstr "
|
61 |
|
62 |
-
#: contact-bank.php:
|
63 |
msgid "Select a form below to add it to your post or page."
|
64 |
-
msgstr "בחר טופס
|
65 |
|
66 |
-
#: contact-bank.php:
|
67 |
msgid "Form Name"
|
68 |
-
msgstr "שם
|
69 |
|
70 |
-
#: contact-bank.php:
|
71 |
msgid "Select a Form"
|
72 |
msgstr "בחר טופס"
|
73 |
|
74 |
-
#: contact-bank.php:
|
75 |
msgid "Show Form Title"
|
76 |
-
msgstr "הצג
|
77 |
|
78 |
-
#: contact-bank.php:
|
79 |
msgid "Insert Form"
|
80 |
-
msgstr "
|
81 |
|
82 |
-
#: contact-bank.php:
|
83 |
msgid "Cancel"
|
84 |
-
msgstr "
|
85 |
|
86 |
-
#: contact-bank.php:
|
87 |
msgid "Please choose a Form to insert into Shortcode"
|
88 |
-
msgstr "
|
89 |
|
90 |
-
#: frontend_views/contact_bank_forms.php:
|
91 |
-
#: views/contact_bank_form_preview.php:
|
92 |
msgid "Select Option"
|
93 |
-
msgstr "
|
94 |
|
95 |
#: includes/cb_checkbox.php:36
|
96 |
msgid "Check Boxes"
|
@@ -126,7 +125,7 @@ msgstr "ללא כותרת"
|
|
126 |
#: includes/cb_textarea.php:67 includes/cb_textarea.php:82
|
127 |
#: includes/cb_textarea.php:98
|
128 |
msgid "Required"
|
129 |
-
msgstr "
|
130 |
|
131 |
#: includes/cb_checkbox.php:60 includes/cb_checkbox.php:73
|
132 |
#: includes/cb_checkbox.php:87 includes/cb_dropdown.php:60
|
@@ -137,19 +136,19 @@ msgstr "חובה"
|
|
137 |
#: includes/cb_text.php:103 includes/cb_textarea.php:72
|
138 |
#: includes/cb_textarea.php:87 includes/cb_textarea.php:103
|
139 |
msgid "Not Required"
|
140 |
-
msgstr "
|
141 |
|
142 |
#: includes/cb_checkbox.php:95 includes/cb_dropdown.php:95
|
143 |
#: includes/cb_email.php:112 includes/cb_multiple.php:104
|
144 |
#: includes/cb_text.php:111
|
145 |
msgid "Tooltip Text"
|
146 |
-
msgstr "טקסט
|
147 |
|
148 |
#: includes/cb_checkbox.php:97 includes/cb_dropdown.php:97
|
149 |
#: includes/cb_email.php:115 includes/cb_multiple.php:108
|
150 |
#: includes/cb_text.php:114 includes/cb_textarea.php:113
|
151 |
-
#: views/contact_bank_layout_settings.php:
|
152 |
-
#: views/contact_frontend_data.php:
|
153 |
#: views/includes_common_after.php:348 views/includes_common_after.php:351
|
154 |
#: views/includes_common_after.php:354 views/includes_common_after.php:357
|
155 |
#: views/includes_common_after.php:360 views/includes_common_after.php:363
|
@@ -165,63 +164,63 @@ msgstr "אפשרויות"
|
|
165 |
|
166 |
#: includes/cb_checkbox.php:103
|
167 |
msgid "Enter Options"
|
168 |
-
msgstr "הזן
|
169 |
|
170 |
#: includes/cb_checkbox.php:104 includes/cb_dropdown.php:104
|
171 |
#: includes/cb_multiple.php:119
|
172 |
msgid "Add"
|
173 |
-
msgstr "
|
174 |
|
175 |
#: includes/cb_checkbox.php:135 includes/cb_dropdown.php:135
|
176 |
#: includes/cb_multiple.php:153
|
177 |
msgid "Delete"
|
178 |
-
msgstr "
|
179 |
|
180 |
#: includes/cb_checkbox.php:142 includes/cb_dropdown.php:142
|
181 |
#: includes/cb_email.php:130 includes/cb_multiple.php:160
|
182 |
#: includes/cb_text.php:129 includes/cb_textarea.php:128
|
183 |
msgid "Admin Label"
|
184 |
-
msgstr "
|
185 |
|
186 |
#: includes/cb_checkbox.php:144 includes/cb_dropdown.php:144
|
187 |
#: includes/cb_email.php:134 includes/cb_multiple.php:163
|
188 |
#: includes/cb_text.php:131 includes/cb_textarea.php:131
|
189 |
msgid "Enter Admin Label"
|
190 |
-
msgstr "הזן
|
191 |
|
192 |
#: includes/cb_checkbox.php:148 includes/cb_dropdown.php:148
|
193 |
#: includes/cb_email.php:139 includes/cb_multiple.php:168
|
194 |
#: includes/cb_text.php:137 includes/cb_textarea.php:135
|
195 |
msgid "Do not show in the email"
|
196 |
-
msgstr "אל תציג
|
197 |
|
198 |
#: includes/cb_checkbox.php:179 includes/cb_dropdown.php:179
|
199 |
#: includes/cb_email.php:173 includes/cb_multiple.php:202
|
200 |
#: includes/cb_text.php:200 includes/cb_textarea.php:196
|
201 |
msgid "Save Settings"
|
202 |
-
msgstr "
|
203 |
|
204 |
#: includes/cb_checkbox.php:228 includes/cb_dropdown.php:219
|
205 |
#: includes/cb_multiple.php:252
|
206 |
msgid "Please Fill an Option."
|
207 |
-
msgstr "
|
208 |
|
209 |
-
#: includes/cb_dropdown.php:36 views/contact_view.php:
|
210 |
msgid "Select Box"
|
211 |
-
msgstr "תיבת
|
212 |
|
213 |
#: includes/cb_dropdown.php:42 includes/cb_email.php:44
|
214 |
#: includes/cb_multiple.php:45 includes/cb_text.php:44
|
215 |
msgid "Enter Label"
|
216 |
-
msgstr "
|
217 |
|
218 |
#: includes/cb_dropdown.php:103 includes/cb_multiple.php:116
|
219 |
msgid "Enter Option"
|
220 |
-
msgstr "הזן
|
221 |
|
222 |
-
#: includes/cb_email.php:36 views/contact_view.php:
|
223 |
msgid "Email Address"
|
224 |
-
msgstr "כתובת
|
225 |
|
226 |
#: includes/cb_email.php:49 includes/cb_text.php:48
|
227 |
#: includes/cb_textarea.php:48
|
@@ -230,637 +229,615 @@ msgstr "תיאור"
|
|
230 |
|
231 |
#: includes/cb_email.php:52 includes/cb_text.php:51
|
232 |
msgid "Enter Description"
|
233 |
-
msgstr "
|
234 |
|
235 |
#: includes/cb_email.php:121 includes/cb_text.php:120
|
236 |
#: includes/cb_textarea.php:120
|
237 |
msgid "Place Holder"
|
238 |
-
msgstr "
|
239 |
|
240 |
#: includes/cb_email.php:124 includes/cb_text.php:123
|
241 |
#: includes/cb_textarea.php:122
|
242 |
msgid "Enter Place Holder"
|
243 |
-
msgstr "הזן
|
244 |
|
245 |
-
#: includes/cb_multiple.php:36 views/contact_view.php:
|
246 |
msgid "Radio Buttons"
|
247 |
msgstr "כפתורי רדיו"
|
248 |
|
249 |
-
#: includes/cb_text.php:36 views/contact_view.php:
|
250 |
msgid "Single Line Text"
|
251 |
-
msgstr "טקסט
|
252 |
|
253 |
#: includes/cb_text.php:168 includes/cb_textarea.php:166
|
254 |
msgid "Add a filter"
|
255 |
-
msgstr "
|
256 |
|
257 |
#: includes/cb_text.php:173 includes/cb_textarea.php:170
|
258 |
msgid "Alpha"
|
259 |
-
msgstr "
|
260 |
|
261 |
#: includes/cb_text.php:177 includes/cb_textarea.php:174
|
262 |
msgid "Alpha Numeric"
|
263 |
-
msgstr "
|
264 |
|
265 |
#: includes/cb_text.php:181 includes/cb_textarea.php:178
|
266 |
msgid "Digits"
|
267 |
-
msgstr "
|
268 |
|
269 |
#: includes/cb_text.php:185 includes/cb_textarea.php:182
|
270 |
msgid "Strip Tags"
|
271 |
-
msgstr "תגיות
|
272 |
|
273 |
#: includes/cb_text.php:189 includes/cb_textarea.php:186
|
274 |
msgid "Trim"
|
275 |
-
msgstr "
|
276 |
|
277 |
#: includes/cb_text.php:191 includes/cb_textarea.php:188
|
278 |
-
#: views/contact_bank_layout_settings.php:
|
279 |
-
#: views/contact_bank_layout_settings.php:
|
280 |
-
#: views/contact_bank_layout_settings.php:
|
281 |
-
#: views/contact_bank_layout_settings.php:
|
282 |
-
#: views/contact_bank_layout_settings.php:
|
283 |
msgid " (Available in Premium Edition)"
|
284 |
-
msgstr "(זמין במהדורת
|
285 |
|
286 |
-
#: includes/cb_textarea.php:36 views/contact_view.php:
|
287 |
msgid "Paragraph Text"
|
288 |
-
msgstr "טקסט
|
289 |
|
290 |
#: includes/cb_textarea.php:43
|
291 |
msgid "Enter label"
|
292 |
-
msgstr "הזן
|
293 |
|
294 |
#: includes/cb_textarea.php:50
|
295 |
msgid "Enter Description"
|
296 |
-
msgstr "הזן
|
297 |
|
298 |
#: includes/cb_textarea.php:111
|
299 |
msgid "Tooltip text"
|
300 |
-
msgstr "טקסט
|
301 |
|
302 |
#: lib/contact_bank_email-class.php:52
|
303 |
msgid "Edit Email Settings"
|
304 |
-
msgstr "ערוך
|
305 |
|
306 |
#: lib/contact_bank_email-class.php:55
|
307 |
msgid "Delete Email Settings"
|
308 |
-
msgstr "
|
309 |
|
310 |
-
#: lib/contact_frontend_data_class.php:
|
311 |
msgid "Delete Form Entry"
|
312 |
-
msgstr "
|
313 |
|
314 |
-
#: views/add_contact_email.php:
|
315 |
msgid "Email Confirmation"
|
316 |
-
msgstr "אישור
|
317 |
|
318 |
-
#: views/add_contact_email.php:
|
319 |
msgid "Back to Email Settings"
|
320 |
-
msgstr "
|
321 |
|
322 |
-
#: views/add_contact_email.php:
|
323 |
#: views/contact_bank_layout_settings.php:14
|
324 |
-
#: views/contact_bank_layout_settings.php:
|
325 |
-
#: views/contact_bank_layout_settings.php:
|
326 |
msgid "Save"
|
327 |
-
msgstr "
|
328 |
|
329 |
-
#: views/add_contact_email.php:
|
330 |
msgid "Email Settings Saved. Kindly wait for the redirect."
|
331 |
-
msgstr "הגדרות
|
332 |
|
333 |
-
#: views/add_contact_email.php:
|
334 |
#: views/contact_controls_files.php:35
|
335 |
msgid "Email"
|
336 |
-
msgstr "
|
337 |
|
338 |
-
#: views/add_contact_email.php:
|
339 |
msgid "Name"
|
340 |
-
msgstr "
|
341 |
|
342 |
-
#: views/add_contact_email.php:
|
343 |
msgid "Enter Name"
|
344 |
-
msgstr "
|
345 |
|
346 |
-
#: views/add_contact_email.php:
|
347 |
msgid "Send To"
|
348 |
msgstr "שלח אל"
|
349 |
|
350 |
-
#: views/add_contact_email.php:
|
351 |
-
#: views/add_contact_email.php:
|
352 |
msgid "Enter Email"
|
353 |
-
msgstr "הזן
|
354 |
|
355 |
-
#: views/add_contact_email.php:
|
356 |
-
#: views/add_contact_email.php:
|
357 |
msgid "Select a Field"
|
358 |
msgstr "בחר שדה"
|
359 |
|
360 |
-
#: views/add_contact_email.php:
|
361 |
msgid "Enter Email "
|
362 |
-
msgstr "הזן
|
363 |
|
364 |
-
#: views/add_contact_email.php:
|
365 |
msgid "Send To Field"
|
366 |
-
msgstr "
|
367 |
|
368 |
-
#: views/add_contact_email.php:
|
369 |
msgid "Enter Field "
|
370 |
-
msgstr "הזן
|
371 |
|
372 |
-
#: views/add_contact_email.php:
|
373 |
-
#: views/add_contact_email.php:
|
374 |
-
#: views/add_contact_email.php:
|
375 |
-
#: views/add_contact_email.php:
|
376 |
msgid "Select a field"
|
377 |
msgstr "בחר שדה"
|
378 |
|
379 |
-
#: views/add_contact_email.php:
|
380 |
msgid "From Name"
|
381 |
-
msgstr "
|
382 |
|
383 |
-
#: views/add_contact_email.php:
|
384 |
msgid "Enter from name "
|
385 |
-
msgstr "הזן
|
386 |
|
387 |
-
#: views/add_contact_email.php:
|
388 |
msgid "From Email"
|
389 |
-
msgstr "
|
390 |
|
391 |
-
#: views/add_contact_email.php:
|
392 |
msgid "Enter from email"
|
393 |
-
msgstr "הזן
|
394 |
|
395 |
-
#: views/add_contact_email.php:
|
396 |
msgid "Reply To"
|
397 |
-
msgstr "
|
398 |
|
399 |
-
#: views/add_contact_email.php:
|
400 |
msgid "CC"
|
401 |
-
msgstr "
|
402 |
|
403 |
-
#: views/add_contact_email.php:
|
404 |
msgid "Enter CC Email "
|
405 |
-
msgstr "הזן
|
406 |
|
407 |
-
#: views/add_contact_email.php:
|
408 |
msgid "BCC"
|
409 |
-
msgstr "
|
410 |
|
411 |
-
#: views/add_contact_email.php:
|
412 |
msgid "Enter Bcc Email"
|
413 |
-
msgstr "הזן
|
414 |
|
415 |
-
#: views/add_contact_email.php:
|
416 |
msgid "Subject"
|
417 |
-
msgstr "
|
418 |
|
419 |
-
#: views/add_contact_email.php:
|
420 |
msgid "Enter Subject"
|
421 |
-
msgstr "הזן
|
422 |
|
423 |
-
#: views/add_contact_email.php:
|
424 |
msgid "Message"
|
425 |
msgstr "הודעה"
|
426 |
|
427 |
-
#: views/add_contact_email.php:
|
428 |
msgid "Insert a Field into Your Form Message"
|
429 |
-
msgstr "
|
430 |
|
431 |
-
#: views/contact-bank-system-report.php:
|
432 |
msgid "Get System Report"
|
433 |
-
msgstr "קבל
|
434 |
|
435 |
-
#: views/contact-bank-system-report.php:
|
436 |
msgid "Close System Report"
|
437 |
-
msgstr "
|
438 |
|
439 |
-
#: views/contact-bank-system-report.php:
|
440 |
msgid "Default"
|
441 |
msgstr "ברירת מחדל"
|
442 |
|
443 |
-
#: views/contact_bank_form_preview.php:
|
444 |
msgid "Form Preview"
|
445 |
-
msgstr "
|
446 |
|
447 |
-
#: views/contact_bank_form_preview.php:
|
448 |
#: views/contact_bank_layout_settings.php:11
|
449 |
-
#: views/contact_email_settings.php:
|
450 |
-
#: views/contact_view.php:
|
451 |
msgid "Back to Dashboard"
|
452 |
-
msgstr "חזרה ללוח
|
453 |
|
454 |
-
#: views/contact_bank_layout_settings.php:
|
455 |
msgid " (Premium Features available in Paid Edition)"
|
456 |
msgstr "(תכונות פרמיה זמינות במהדורה בתשלום)"
|
457 |
|
458 |
#: views/contact_bank_layout_settings.php:12
|
459 |
msgid "Restore Global Settings"
|
460 |
-
msgstr "
|
461 |
|
462 |
#: views/contact_bank_layout_settings.php:18
|
463 |
msgid "Form Settings Saved. Kindly wait for the redirect."
|
464 |
-
msgstr "הגדרות טופס שנשמרו. חביב לחכות
|
465 |
|
466 |
-
#: views/contact_bank_layout_settings.php:
|
467 |
-
#: views/contact_bank_layout_settings.php:
|
468 |
-
#: views/contact_email_settings.php:
|
469 |
-
#: views/contact_frontend_data.php:
|
470 |
msgid "Select Form"
|
471 |
-
msgstr "
|
472 |
|
473 |
-
#: views/contact_bank_layout_settings.php:
|
474 |
msgid "Label Settings"
|
475 |
-
msgstr "הגדרות
|
476 |
|
477 |
-
#: views/contact_bank_layout_settings.php:
|
478 |
-
#: views/contact_bank_layout_settings.php:
|
479 |
-
#: views/contact_bank_layout_settings.php:
|
480 |
-
#: views/contact_bank_layout_settings.php:
|
481 |
-
#: views/contact_bank_layout_settings.php:
|
482 |
msgid "Font Family :"
|
483 |
-
msgstr "משפחת
|
484 |
|
485 |
-
#: views/contact_bank_layout_settings.php:
|
486 |
msgid "Font Color :"
|
487 |
msgstr "צבע גופן:"
|
488 |
|
489 |
-
#: views/contact_bank_layout_settings.php:
|
490 |
-
#: views/contact_bank_layout_settings.php:
|
491 |
msgid "Font Style :"
|
492 |
msgstr "סגנון גופן:"
|
493 |
|
494 |
-
#: views/contact_bank_layout_settings.php:
|
495 |
-
#: views/contact_bank_layout_settings.php:
|
496 |
-
#: views/contact_bank_layout_settings.php:
|
497 |
-
#: views/contact_bank_layout_settings.php:
|
498 |
-
#: views/contact_bank_layout_settings.php:
|
499 |
msgid "Font Size (px) :"
|
500 |
-
msgstr "גודל גופן (
|
501 |
|
502 |
-
#: views/contact_bank_layout_settings.php:
|
503 |
-
#: views/contact_bank_layout_settings.php:
|
504 |
-
#: views/contact_bank_layout_settings.php:
|
505 |
-
#: views/contact_bank_layout_settings.php:
|
506 |
-
#: views/contact_bank_layout_settings.php:
|
507 |
msgid "Text Align :"
|
508 |
msgstr "יישור טקסט:"
|
509 |
|
510 |
-
#: views/contact_bank_layout_settings.php:
|
511 |
msgid "Label Position :"
|
512 |
-
msgstr "
|
513 |
|
514 |
-
#: views/contact_bank_layout_settings.php:
|
515 |
msgid "Field Desc Font Size :"
|
516 |
-
msgstr "
|
517 |
|
518 |
-
#: views/contact_bank_layout_settings.php:
|
519 |
msgid "Field Description Align :"
|
520 |
-
msgstr "
|
521 |
|
522 |
-
#: views/contact_bank_layout_settings.php:
|
523 |
msgid "Hide Labels :"
|
524 |
msgstr "הסתר תוויות:"
|
525 |
|
526 |
-
#: views/contact_bank_layout_settings.php:
|
527 |
-
#: views/contact_bank_layout_settings.php:
|
528 |
-
#: views/contact_bank_layout_settings.php:
|
529 |
-
#: views/contact_bank_layout_settings.php:
|
530 |
-
#: views/contact_bank_layout_settings.php:
|
531 |
msgid "Text Direction :"
|
532 |
msgstr "כיוון טקסט:"
|
533 |
|
534 |
-
#: views/contact_bank_layout_settings.php:
|
535 |
msgid "Input Field Settings"
|
536 |
msgstr "הגדרות שדה קלט"
|
537 |
|
538 |
-
#: views/contact_bank_layout_settings.php:
|
539 |
-
#: views/contact_bank_layout_settings.php:
|
540 |
-
#: views/contact_bank_layout_settings.php:
|
541 |
-
#: views/contact_bank_layout_settings.php:
|
542 |
msgid "Text Color :"
|
543 |
msgstr "צבע טקסט:"
|
544 |
|
545 |
-
#: views/contact_bank_layout_settings.php:
|
546 |
-
#: views/contact_bank_layout_settings.php:
|
547 |
msgid "Border Radius (px) :"
|
548 |
-
msgstr "רדיוס
|
549 |
|
550 |
-
#: views/contact_bank_layout_settings.php:
|
551 |
-
#: views/contact_bank_layout_settings.php:
|
552 |
-
#: views/contact_bank_layout_settings.php:
|
553 |
-
#: views/contact_bank_layout_settings.php:
|
554 |
msgid "Border Color :"
|
555 |
-
msgstr "צבע
|
556 |
|
557 |
-
#: views/contact_bank_layout_settings.php:
|
558 |
-
#: views/contact_bank_layout_settings.php:
|
559 |
msgid "Border Size (px) :"
|
560 |
-
msgstr "
|
561 |
|
562 |
-
#: views/contact_bank_layout_settings.php:
|
563 |
msgid "Border Style :"
|
564 |
-
msgstr "סגנון
|
565 |
|
566 |
-
#: views/contact_bank_layout_settings.php:
|
567 |
-
#: views/contact_bank_layout_settings.php:
|
568 |
-
#: views/contact_bank_layout_settings.php:
|
569 |
-
#: views/contact_bank_layout_settings.php:
|
570 |
msgid "Background Color :"
|
571 |
msgstr "צבע רקע:"
|
572 |
|
573 |
-
#: views/contact_bank_layout_settings.php:
|
574 |
msgid "Radio Buttons :"
|
575 |
msgstr "כפתורי רדיו:"
|
576 |
|
577 |
-
#: views/contact_bank_layout_settings.php:
|
578 |
msgid "Multiple Rows"
|
579 |
-
msgstr "שורות
|
580 |
|
581 |
-
#: views/contact_bank_layout_settings.php:
|
582 |
msgid "Single Row"
|
583 |
-
msgstr "שורה
|
584 |
|
585 |
-
#: views/contact_bank_layout_settings.php:
|
586 |
msgid "Input Size :"
|
587 |
msgstr "גודל קלט:"
|
588 |
|
589 |
-
#: views/contact_bank_layout_settings.php:
|
590 |
msgid "Submit Button Settings"
|
591 |
-
msgstr "הגדרות
|
592 |
|
593 |
-
#: views/contact_bank_layout_settings.php:
|
594 |
msgid "Text:"
|
595 |
msgstr "טקסט:"
|
596 |
|
597 |
-
#: views/contact_bank_layout_settings.php:
|
598 |
msgid "Style :"
|
599 |
msgstr "סגנון:"
|
600 |
|
601 |
-
#: views/contact_bank_layout_settings.php:
|
602 |
msgid "Button Width (px) :"
|
603 |
-
msgstr "רוחב
|
604 |
|
605 |
-
#: views/contact_bank_layout_settings.php:
|
606 |
msgid "Hover Background Color:"
|
607 |
-
msgstr "צבע
|
608 |
|
609 |
-
#: views/contact_bank_layout_settings.php:
|
610 |
msgid "Success Message Settings"
|
611 |
-
msgstr "הגדרות
|
612 |
|
613 |
-
#: views/contact_bank_layout_settings.php:
|
614 |
msgid "Error Message Settings"
|
615 |
-
msgstr "הגדרות
|
616 |
|
617 |
-
#: views/contact_bank_pro_version.php:
|
618 |
-
msgid "Contact Bank
|
619 |
-
msgstr "
|
620 |
-
|
621 |
-
#: views/contact_bank_pro_version.php:355 views/dashboard.php:208
|
622 |
-
msgid "Need Support Help?"
|
623 |
-
msgstr "צריך עזרה ותמיכה?"
|
624 |
-
|
625 |
-
#: views/contact_bank_pro_version.php:367 views/dashboard.php:220
|
626 |
-
msgid "Lets get in touch!"
|
627 |
-
msgstr "מאפשר ליצור קשר!"
|
628 |
-
|
629 |
-
#: views/contact_bank_pro_version.php:371 views/dashboard.php:224
|
630 |
-
msgid "Order Now!"
|
631 |
-
msgstr "סדר עכשיו"
|
632 |
|
633 |
#: views/contact_controls_files.php:8 views/contact_controls_files.php:24
|
634 |
#: views/contact_controls_files.php:41 views/contact_controls_files.php:59
|
635 |
#: views/contact_controls_files.php:75 views/contact_controls_files.php:92
|
636 |
msgid "Settings"
|
637 |
-
msgstr "
|
638 |
|
639 |
#: views/contact_documentation.php:5
|
640 |
msgid "Documentation - Contact Bank"
|
641 |
-
msgstr "תיעוד Contact Bank"
|
642 |
|
643 |
-
#: views/contact_email_settings.php:
|
644 |
msgid "Add New"
|
645 |
-
msgstr "
|
646 |
|
647 |
-
#: views/contact_email_settings.php:
|
648 |
msgid "Are you sure, you want to delete this Email Setting?"
|
649 |
-
msgstr "האם אתה בטוח
|
650 |
|
651 |
-
#: views/contact_email_settings.php:
|
652 |
msgid "Please select the Form first."
|
653 |
-
msgstr "
|
654 |
|
655 |
-
#: views/contact_frontend_data.php:
|
656 |
-
|
657 |
-
msgstr "יצוא להצטיין"
|
658 |
-
|
659 |
-
#: views/contact_frontend_data.php:18 views/dashboard.php:114
|
660 |
-
#: views/dashboard.php:121
|
661 |
msgid "Form"
|
662 |
-
msgstr "
|
663 |
|
664 |
-
#: views/contact_view.php:
|
665 |
msgid "Add New Form"
|
666 |
msgstr "הוסף טופס חדש"
|
667 |
|
668 |
-
#: views/contact_view.php:
|
669 |
msgid "Save Form"
|
670 |
-
msgstr "
|
671 |
|
672 |
-
#: views/contact_view.php:
|
673 |
msgid "Form Submitted. Kindly wait for the redirect."
|
674 |
-
msgstr "הטופס
|
675 |
|
676 |
-
#: views/contact_view.php:
|
677 |
msgid "Form Settings"
|
678 |
-
msgstr "הגדרות טופס"
|
679 |
|
680 |
-
#: views/contact_view.php:
|
681 |
msgid "Form Name :"
|
682 |
-
msgstr "שם
|
683 |
|
684 |
-
#: views/contact_view.php:
|
685 |
msgid "Enter Form Name"
|
686 |
-
msgstr "
|
687 |
|
688 |
-
#: views/contact_view.php:
|
689 |
msgid "Form Description :"
|
690 |
-
msgstr "
|
691 |
|
692 |
-
#: views/contact_view.php:
|
693 |
msgid "Enter Form Description"
|
694 |
-
msgstr "הזן את תיאור
|
695 |
|
696 |
-
#: views/contact_view.php:
|
697 |
msgid "Blank Field Message:"
|
698 |
-
msgstr "
|
699 |
|
700 |
-
#: views/contact_view.php:
|
701 |
msgid "Required field must not be blank"
|
702 |
-
msgstr "
|
703 |
|
704 |
-
#: views/contact_view.php:
|
705 |
msgid "Enter Blank Field Message"
|
706 |
-
msgstr "הזן
|
707 |
|
708 |
-
#: views/contact_view.php:
|
709 |
msgid "Incorrect Email Message:"
|
710 |
-
msgstr "
|
711 |
|
712 |
-
#: views/contact_view.php:
|
713 |
msgid "Please enter a valid email address"
|
714 |
-
msgstr "נא להזין כתובת
|
715 |
|
716 |
-
#: views/contact_view.php:
|
717 |
msgid "Enter Incorrect Email Message"
|
718 |
-
msgstr "הזן
|
719 |
|
720 |
-
#: views/contact_view.php:
|
721 |
msgid "Success Message :"
|
722 |
msgstr "הודעת הצלחה:"
|
723 |
|
724 |
-
#: views/contact_view.php:
|
725 |
msgid "Enter Success Message"
|
726 |
-
msgstr "הזן
|
727 |
|
728 |
-
#: views/contact_view.php:
|
729 |
msgid "Redirect :"
|
730 |
-
msgstr "
|
731 |
|
732 |
-
#: views/contact_view.php:
|
733 |
-
#: views/contact_view.php:
|
734 |
msgid "Page"
|
735 |
msgstr "עמוד"
|
736 |
|
737 |
-
#: views/contact_view.php:
|
738 |
-
#: views/contact_view.php:
|
739 |
msgid "URL"
|
740 |
-
msgstr "
|
741 |
|
742 |
-
#: views/contact_view.php:
|
743 |
msgid "Page :"
|
744 |
-
msgstr "
|
745 |
|
746 |
-
#: views/contact_view.php:
|
747 |
msgid "URL :"
|
748 |
-
msgstr "URL:"
|
749 |
|
750 |
-
#: views/contact_view.php:
|
751 |
msgid "Enter Redirect URL"
|
752 |
-
msgstr "הזן כתובת URL
|
753 |
|
754 |
-
#: views/contact_view.php:
|
755 |
msgid "Form Layout Preview"
|
756 |
-
msgstr "
|
757 |
|
758 |
-
#: views/contact_view.php:
|
759 |
msgid "Standard Fields"
|
760 |
msgstr "שדות סטנדרטיים"
|
761 |
|
762 |
-
#: views/contact_view.php:
|
763 |
msgid "Click on a field to use into your form."
|
764 |
-
msgstr "לחץ
|
765 |
|
766 |
-
#: views/contact_view.php:
|
767 |
msgid "Checkboxes"
|
768 |
-
msgstr "תיבות
|
769 |
|
770 |
-
#: views/contact_view.php:
|
771 |
msgid "Advanced Fields"
|
772 |
-
msgstr "שדות
|
773 |
|
774 |
-
#: views/contact_view.php:
|
775 |
msgid "Website / URL"
|
776 |
-
msgstr "כתובת אתר"
|
777 |
|
778 |
-
#: views/contact_view.php:
|
779 |
msgid "Phone"
|
780 |
msgstr "טלפון"
|
781 |
|
782 |
-
#: views/contact_view.php:
|
783 |
msgid "Address"
|
784 |
msgstr "כתובת"
|
785 |
|
786 |
-
#: views/contact_view.php:
|
787 |
msgid "Number"
|
788 |
msgstr "מספר"
|
789 |
|
790 |
-
#: views/contact_view.php:
|
791 |
msgid "File Upload"
|
792 |
-
msgstr "
|
793 |
|
794 |
-
#: views/contact_view.php:
|
795 |
msgid "Date"
|
796 |
msgstr "תאריך"
|
797 |
|
798 |
-
#: views/contact_view.php:
|
799 |
msgid "Time"
|
800 |
msgstr "זמן"
|
801 |
|
802 |
-
#: views/contact_view.php:
|
803 |
msgid "Password"
|
804 |
-
msgstr "
|
805 |
|
806 |
-
#: views/dashboard.php:
|
807 |
-
msgid "
|
808 |
-
msgstr "
|
809 |
|
810 |
-
#: views/dashboard.php:
|
811 |
-
msgid "Watch the Walk-Through Video"
|
812 |
-
msgstr "לראות את הווידאו ללכת דרך"
|
813 |
-
|
814 |
-
#: views/dashboard.php:67
|
815 |
-
msgid "Contact Bank, a Superlative High quality WordPress Plugin!"
|
816 |
-
msgstr "לתקשר-בנק, באיכות גבוהה מופלג תוסף וורדפרס!"
|
817 |
-
|
818 |
-
#: views/dashboard.php:74
|
819 |
-
msgid "Get Contact Bank Pro Features"
|
820 |
-
msgstr "קבל תכונות לתקשר בנק הפרו"
|
821 |
-
|
822 |
-
#: views/dashboard.php:102
|
823 |
msgid "Delete All Forms"
|
824 |
msgstr "מחק את כל הטפסים"
|
825 |
|
826 |
-
#: views/dashboard.php:
|
827 |
msgid "Restore Factory Settings"
|
828 |
-
msgstr "
|
829 |
|
830 |
-
#: views/dashboard.php:
|
831 |
msgid "Shortcode"
|
832 |
-
msgstr "
|
833 |
|
834 |
-
#: views/dashboard.php:
|
835 |
msgid "Total Controls"
|
836 |
-
msgstr "
|
837 |
|
838 |
-
#: views/dashboard.php:
|
839 |
msgid "Edit Form"
|
840 |
-
msgstr "ערוך
|
841 |
|
842 |
-
#: views/dashboard.php:
|
843 |
msgid "Delete Form"
|
844 |
-
msgstr "
|
845 |
|
846 |
-
#: views/dashboard.php:
|
847 |
msgid "Are you sure, you want to delete this Form?"
|
848 |
-
msgstr "האם אתה
|
849 |
|
850 |
-
#: views/dashboard.php:
|
851 |
msgid "Are you sure, you want to delete all Forms?"
|
852 |
-
msgstr "האם אתה
|
853 |
|
854 |
#: views/shortcode.php:8
|
855 |
msgid ""
|
856 |
"How to setup Short-Codes for Contact Bank into your WordPress Page/Post?"
|
857 |
-
msgstr "
|
858 |
|
859 |
-
#~ msgid "
|
860 |
-
#~ msgstr "
|
|
|
|
|
|
|
861 |
|
862 |
#~ msgid "Licensing"
|
863 |
-
#~ msgstr "
|
|
|
|
|
|
|
864 |
|
865 |
#~ msgid "Select Form :"
|
866 |
#~ msgstr "בחר טופס:"
|
@@ -881,22 +858,22 @@ msgstr "כיצד להגדיר קצרי קודים לבנק קשר לשלך וו
|
|
881 |
#~ msgstr "דקה"
|
882 |
|
883 |
#~ msgid "Enter Tooltip Text"
|
884 |
-
#~ msgstr "הזן
|
885 |
|
886 |
#~ msgid "Enter Tooltip"
|
887 |
-
#~ msgstr "
|
888 |
|
889 |
#~ msgid "Start Year"
|
890 |
-
#~ msgstr "
|
891 |
|
892 |
#~ msgid "Enter Start Year"
|
893 |
-
#~ msgstr "
|
894 |
|
895 |
#~ msgid "End Year"
|
896 |
-
#~ msgstr "
|
897 |
|
898 |
#~ msgid "Enter End Year "
|
899 |
-
#~ msgstr "
|
900 |
|
901 |
#~ msgid "Default Value"
|
902 |
#~ msgstr "ערך ברירת מחדל"
|
@@ -905,94 +882,76 @@ msgstr "כיצד להגדיר קצרי קודים לבנק קשר לשלך וו
|
|
905 |
#~ msgstr "חודש"
|
906 |
|
907 |
#~ msgid "Date Format"
|
908 |
-
#~ msgstr "
|
909 |
|
910 |
#~ msgid "Allow Multiple Uploads"
|
911 |
-
#~ msgstr "
|
912 |
|
913 |
#~ msgid "Allowed File Extensions"
|
914 |
-
#~ msgstr "
|
915 |
|
916 |
#~ msgid "Enter File Extensions"
|
917 |
-
#~ msgstr "הזן
|
918 |
|
919 |
-
#~ msgid "The file extensions must be separated with
|
920 |
-
#~ msgstr "
|
921 |
|
922 |
#~ msgid "Allowed File Size"
|
923 |
-
#~ msgstr "גודל קובץ
|
924 |
|
925 |
#~ msgid "File Size must be in Mb"
|
926 |
-
#~ msgstr "גודל
|
927 |
|
928 |
#~ msgid "Hour Format"
|
929 |
-
#~ msgstr "
|
930 |
|
931 |
#~ msgid "Minute Format"
|
932 |
-
#~ msgstr "
|
933 |
|
934 |
#~ msgid "Roles and Capabilities Saved. Kindly wait for the redirect."
|
935 |
-
#~ msgstr "תפקידים ויכולות
|
936 |
|
937 |
#~ msgid "Privileges for Admin"
|
938 |
-
#~ msgstr "
|
939 |
|
940 |
#~ msgid "Full Control"
|
941 |
#~ msgstr "שליטה מלאה"
|
942 |
|
943 |
#~ msgid "Read"
|
944 |
-
#~ msgstr "
|
945 |
|
946 |
#~ msgid "Write"
|
947 |
-
#~ msgstr "
|
948 |
|
949 |
#~ msgid "Privileges for Editor"
|
950 |
-
#~ msgstr "
|
951 |
|
952 |
#~ msgid "Privileges for Author"
|
953 |
-
#~ msgstr "
|
954 |
|
955 |
#~ msgid "Privileges for Contributor"
|
956 |
-
#~ msgstr "
|
957 |
|
958 |
#~ msgid "Privileges for Subscriber"
|
959 |
-
#~ msgstr "
|
960 |
-
|
961 |
-
#~ msgid "Global Settings Saved. Kindly wait for the redirect."
|
962 |
-
#~ msgstr "ההגדרות הכלליות נשמרו. נא להמתין להפניה מחדש."
|
963 |
|
964 |
#~ msgid "Are you sure, you want to Restore Global Settings?"
|
965 |
-
#~ msgstr "האם אתה
|
966 |
-
|
967 |
-
#~ msgid "Check Plugin - Contact Bank"
|
968 |
-
#~ msgstr "בדוק את התוסף Contact Bank"
|
969 |
-
|
970 |
-
#~ msgid "Are you sure, you want to delete this Form Entry ?"
|
971 |
-
#~ msgstr "האם אתה בטוח שאתה רוצה למחוק את זה מן הערך?"
|
972 |
|
973 |
-
#~ msgid "
|
974 |
-
#~ msgstr "
|
975 |
-
|
976 |
-
#~ msgid "Click"
|
977 |
-
#~ msgstr "לחץ"
|
978 |
-
|
979 |
-
#~ msgid "here"
|
980 |
-
#~ msgstr "כאן"
|
981 |
-
|
982 |
-
#~ msgid "to upgrade your version of Contact Bank."
|
983 |
-
#~ msgstr "כדי לשדרג את גרסת תוסף Contact Bank"
|
984 |
-
|
985 |
-
#~ msgid "Dashboard - Contact Bank"
|
986 |
-
#~ msgstr "לוח הבקרה של Contact Bank"
|
987 |
|
988 |
#~ msgid "Are you sure you want to Restore Factory Settings?"
|
989 |
-
#~ msgstr "האם אתה בטוח שאתה רוצה לשחזר את הגדרות
|
990 |
|
991 |
#~ msgid "Only One File Uploader can be used on a Form."
|
992 |
-
#~ msgstr "ניתן להשתמש
|
993 |
-
|
994 |
-
#~ msgid "Update"
|
995 |
-
#~ msgstr "עדכן"
|
996 |
|
997 |
#~ msgid "Success! Settings have been updated."
|
998 |
-
#~ msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
+
"Project-Id-Version: \n"
|
4 |
+
"POT-Creation-Date: 2014-03-18 15:47+0530\n"
|
5 |
+
"PO-Revision-Date: 2014-03-18 16:54+0530\n"
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: \n"
|
|
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
11 |
"X-Generator: Poedit 1.5.7\n"
|
12 |
+
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
|
13 |
+
"X-Poedit-Basepath: C:\\wamp\\www\\contact-bank_Standard\\wp-content\\plugins"
|
14 |
+
"\\contact-bank\\\n"
|
15 |
"X-Poedit-SearchPath-0: .\n"
|
16 |
|
17 |
#: contact-bank.php:54
|
18 |
msgid "Contact Bank"
|
19 |
msgstr "Contact Bank"
|
20 |
|
21 |
+
#: contact-bank.php:55 contact-bank.php:326
|
22 |
msgid "Dashboard"
|
23 |
+
msgstr "המחוונים "
|
24 |
|
25 |
+
#: contact-bank.php:57 contact-bank.php:332
|
26 |
msgid "Short-Codes"
|
27 |
+
msgstr "הקצרות קודים-"
|
28 |
|
29 |
+
#: contact-bank.php:58 contact-bank.php:338 views/contact_frontend_data.php:5
|
30 |
+
#: views/dashboard.php:115
|
31 |
msgid "Form Entries"
|
32 |
+
msgstr " הכניסה בטופס "
|
33 |
|
34 |
+
#: contact-bank.php:59 contact-bank.php:344 views/contact_email_settings.php:5
|
35 |
+
#: views/dashboard.php:110
|
36 |
msgid "Email Settings"
|
37 |
+
msgstr "הגדרות הדוא\"ל"
|
38 |
|
39 |
+
#: contact-bank.php:60 contact-bank.php:350
|
40 |
+
#: views/contact_bank_layout_settings.php:6 views/dashboard.php:105
|
41 |
msgid "Global Settings"
|
42 |
+
msgstr "הגדרות גלובלי"
|
43 |
|
44 |
+
#: contact-bank.php:61 contact-bank.php:358
|
45 |
+
#: views/contact-bank-system-report.php:9
|
46 |
msgid "System Status"
|
47 |
+
msgstr "מצב מערכת"
|
48 |
|
49 |
+
#: contact-bank.php:63 contact-bank.php:370
|
50 |
msgid "Purchase PRO Edition"
|
51 |
+
msgstr "רכוש את מהדורת PRO"
|
52 |
|
53 |
+
#: contact-bank.php:377
|
54 |
msgid "Add Contact Bank Form"
|
55 |
+
msgstr "הוספת טופס לתקשר"
|
56 |
|
57 |
+
#: contact-bank.php:389
|
58 |
msgid "Insert Contact Bank Form"
|
59 |
+
msgstr "הכנס טופס לתקשר "
|
60 |
|
61 |
+
#: contact-bank.php:391
|
62 |
msgid "Select a form below to add it to your post or page."
|
63 |
+
msgstr "בחר טופס שלהלן כדי להוסיף אותו להודעה או הדף שלך."
|
64 |
|
65 |
+
#: contact-bank.php:396
|
66 |
msgid "Form Name"
|
67 |
+
msgstr "שם טופס"
|
68 |
|
69 |
+
#: contact-bank.php:398
|
70 |
msgid "Select a Form"
|
71 |
msgstr "בחר טופס"
|
72 |
|
73 |
+
#: contact-bank.php:418
|
74 |
msgid "Show Form Title"
|
75 |
+
msgstr "הצג כותרת טופס"
|
76 |
|
77 |
+
#: contact-bank.php:423
|
78 |
msgid "Insert Form"
|
79 |
+
msgstr "הכנס טופס"
|
80 |
|
81 |
+
#: contact-bank.php:426
|
82 |
msgid "Cancel"
|
83 |
+
msgstr "לבטל"
|
84 |
|
85 |
+
#: contact-bank.php:438
|
86 |
msgid "Please choose a Form to insert into Shortcode"
|
87 |
+
msgstr "אנא בחר טופס להכניס לתוך קוד קצר"
|
88 |
|
89 |
+
#: frontend_views/contact_bank_forms.php:366
|
90 |
+
#: views/contact_bank_form_preview.php:375 views/contact_controls_files.php:56
|
91 |
msgid "Select Option"
|
92 |
+
msgstr "אופצית בחירה"
|
93 |
|
94 |
#: includes/cb_checkbox.php:36
|
95 |
msgid "Check Boxes"
|
125 |
#: includes/cb_textarea.php:67 includes/cb_textarea.php:82
|
126 |
#: includes/cb_textarea.php:98
|
127 |
msgid "Required"
|
128 |
+
msgstr "דרוש"
|
129 |
|
130 |
#: includes/cb_checkbox.php:60 includes/cb_checkbox.php:73
|
131 |
#: includes/cb_checkbox.php:87 includes/cb_dropdown.php:60
|
136 |
#: includes/cb_text.php:103 includes/cb_textarea.php:72
|
137 |
#: includes/cb_textarea.php:87 includes/cb_textarea.php:103
|
138 |
msgid "Not Required"
|
139 |
+
msgstr "אינה דרושה"
|
140 |
|
141 |
#: includes/cb_checkbox.php:95 includes/cb_dropdown.php:95
|
142 |
#: includes/cb_email.php:112 includes/cb_multiple.php:104
|
143 |
#: includes/cb_text.php:111
|
144 |
msgid "Tooltip Text"
|
145 |
+
msgstr " טקסט תיאורי כלים"
|
146 |
|
147 |
#: includes/cb_checkbox.php:97 includes/cb_dropdown.php:97
|
148 |
#: includes/cb_email.php:115 includes/cb_multiple.php:108
|
149 |
#: includes/cb_text.php:114 includes/cb_textarea.php:113
|
150 |
+
#: views/contact_bank_layout_settings.php:921
|
151 |
+
#: views/contact_frontend_data.php:95 views/dashboard.php:217
|
152 |
#: views/includes_common_after.php:348 views/includes_common_after.php:351
|
153 |
#: views/includes_common_after.php:354 views/includes_common_after.php:357
|
154 |
#: views/includes_common_after.php:360 views/includes_common_after.php:363
|
164 |
|
165 |
#: includes/cb_checkbox.php:103
|
166 |
msgid "Enter Options"
|
167 |
+
msgstr "הזן האפשרויות"
|
168 |
|
169 |
#: includes/cb_checkbox.php:104 includes/cb_dropdown.php:104
|
170 |
#: includes/cb_multiple.php:119
|
171 |
msgid "Add"
|
172 |
+
msgstr "להוסיף"
|
173 |
|
174 |
#: includes/cb_checkbox.php:135 includes/cb_dropdown.php:135
|
175 |
#: includes/cb_multiple.php:153
|
176 |
msgid "Delete"
|
177 |
+
msgstr "למחוק"
|
178 |
|
179 |
#: includes/cb_checkbox.php:142 includes/cb_dropdown.php:142
|
180 |
#: includes/cb_email.php:130 includes/cb_multiple.php:160
|
181 |
#: includes/cb_text.php:129 includes/cb_textarea.php:128
|
182 |
msgid "Admin Label"
|
183 |
+
msgstr "המינהל-תווית"
|
184 |
|
185 |
#: includes/cb_checkbox.php:144 includes/cb_dropdown.php:144
|
186 |
#: includes/cb_email.php:134 includes/cb_multiple.php:163
|
187 |
#: includes/cb_text.php:131 includes/cb_textarea.php:131
|
188 |
msgid "Enter Admin Label"
|
189 |
+
msgstr "הזן המינהל-תווית "
|
190 |
|
191 |
#: includes/cb_checkbox.php:148 includes/cb_dropdown.php:148
|
192 |
#: includes/cb_email.php:139 includes/cb_multiple.php:168
|
193 |
#: includes/cb_text.php:137 includes/cb_textarea.php:135
|
194 |
msgid "Do not show in the email"
|
195 |
+
msgstr "אל תציג ב הֵ-בדוא\"ל"
|
196 |
|
197 |
#: includes/cb_checkbox.php:179 includes/cb_dropdown.php:179
|
198 |
#: includes/cb_email.php:173 includes/cb_multiple.php:202
|
199 |
#: includes/cb_text.php:200 includes/cb_textarea.php:196
|
200 |
msgid "Save Settings"
|
201 |
+
msgstr "לשמור את הגדרות"
|
202 |
|
203 |
#: includes/cb_checkbox.php:228 includes/cb_dropdown.php:219
|
204 |
#: includes/cb_multiple.php:252
|
205 |
msgid "Please Fill an Option."
|
206 |
+
msgstr "בבקשה המילוי הֵ- האופציה."
|
207 |
|
208 |
+
#: includes/cb_dropdown.php:36 views/contact_view.php:434
|
209 |
msgid "Select Box"
|
210 |
+
msgstr "בחר תיבת"
|
211 |
|
212 |
#: includes/cb_dropdown.php:42 includes/cb_email.php:44
|
213 |
#: includes/cb_multiple.php:45 includes/cb_text.php:44
|
214 |
msgid "Enter Label"
|
215 |
+
msgstr "הזינו תווית"
|
216 |
|
217 |
#: includes/cb_dropdown.php:103 includes/cb_multiple.php:116
|
218 |
msgid "Enter Option"
|
219 |
+
msgstr "הזן אופצית"
|
220 |
|
221 |
+
#: includes/cb_email.php:36 views/contact_view.php:431
|
222 |
msgid "Email Address"
|
223 |
+
msgstr "כתובת דוא\"ל"
|
224 |
|
225 |
#: includes/cb_email.php:49 includes/cb_text.php:48
|
226 |
#: includes/cb_textarea.php:48
|
229 |
|
230 |
#: includes/cb_email.php:52 includes/cb_text.php:51
|
231 |
msgid "Enter Description"
|
232 |
+
msgstr "הזינו -התיאור"
|
233 |
|
234 |
#: includes/cb_email.php:121 includes/cb_text.php:120
|
235 |
#: includes/cb_textarea.php:120
|
236 |
msgid "Place Holder"
|
237 |
+
msgstr "המקום מחזיק"
|
238 |
|
239 |
#: includes/cb_email.php:124 includes/cb_text.php:123
|
240 |
#: includes/cb_textarea.php:122
|
241 |
msgid "Enter Place Holder"
|
242 |
+
msgstr "הזן מחזיק מקום"
|
243 |
|
244 |
+
#: includes/cb_multiple.php:36 views/contact_view.php:442
|
245 |
msgid "Radio Buttons"
|
246 |
msgstr "כפתורי רדיו"
|
247 |
|
248 |
+
#: includes/cb_text.php:36 views/contact_view.php:423
|
249 |
msgid "Single Line Text"
|
250 |
+
msgstr "טקסט שורה אחת"
|
251 |
|
252 |
#: includes/cb_text.php:168 includes/cb_textarea.php:166
|
253 |
msgid "Add a filter"
|
254 |
+
msgstr "הוספת לסנן"
|
255 |
|
256 |
#: includes/cb_text.php:173 includes/cb_textarea.php:170
|
257 |
msgid "Alpha"
|
258 |
+
msgstr "אלפא"
|
259 |
|
260 |
#: includes/cb_text.php:177 includes/cb_textarea.php:174
|
261 |
msgid "Alpha Numeric"
|
262 |
+
msgstr "אלפא נומרי"
|
263 |
|
264 |
#: includes/cb_text.php:181 includes/cb_textarea.php:178
|
265 |
msgid "Digits"
|
266 |
+
msgstr "הספרה"
|
267 |
|
268 |
#: includes/cb_text.php:185 includes/cb_textarea.php:182
|
269 |
msgid "Strip Tags"
|
270 |
+
msgstr "רצועת תגיות "
|
271 |
|
272 |
#: includes/cb_text.php:189 includes/cb_textarea.php:186
|
273 |
msgid "Trim"
|
274 |
+
msgstr "לגזום"
|
275 |
|
276 |
#: includes/cb_text.php:191 includes/cb_textarea.php:188
|
277 |
+
#: views/contact_bank_layout_settings.php:61
|
278 |
+
#: views/contact_bank_layout_settings.php:249
|
279 |
+
#: views/contact_bank_layout_settings.php:459
|
280 |
+
#: views/contact_bank_layout_settings.php:652
|
281 |
+
#: views/contact_bank_layout_settings.php:780 views/contact_view.php:452
|
282 |
msgid " (Available in Premium Edition)"
|
283 |
+
msgstr "(זמין במהדורת Premium)"
|
284 |
|
285 |
+
#: includes/cb_textarea.php:36 views/contact_view.php:426
|
286 |
msgid "Paragraph Text"
|
287 |
+
msgstr "טקסט פיסקה"
|
288 |
|
289 |
#: includes/cb_textarea.php:43
|
290 |
msgid "Enter label"
|
291 |
+
msgstr "הזן -תווית"
|
292 |
|
293 |
#: includes/cb_textarea.php:50
|
294 |
msgid "Enter Description"
|
295 |
+
msgstr "הזן -תאור"
|
296 |
|
297 |
#: includes/cb_textarea.php:111
|
298 |
msgid "Tooltip text"
|
299 |
+
msgstr "טקסט של תיאורי כלים "
|
300 |
|
301 |
#: lib/contact_bank_email-class.php:52
|
302 |
msgid "Edit Email Settings"
|
303 |
+
msgstr "ערוך הגדרות דואר"
|
304 |
|
305 |
#: lib/contact_bank_email-class.php:55
|
306 |
msgid "Delete Email Settings"
|
307 |
+
msgstr "מחיקת הגדרות דואר אלקטרוני"
|
308 |
|
309 |
+
#: lib/contact_frontend_data_class.php:91
|
310 |
msgid "Delete Form Entry"
|
311 |
+
msgstr " למחוק טופס-הכניסה"
|
312 |
|
313 |
+
#: views/add_contact_email.php:29 views/contact_email_settings.php:68
|
314 |
msgid "Email Confirmation"
|
315 |
+
msgstr "אימייל אישור"
|
316 |
|
317 |
+
#: views/add_contact_email.php:32
|
318 |
msgid "Back to Email Settings"
|
319 |
+
msgstr "חזור להגדרות דואר אלקטרוני"
|
320 |
|
321 |
+
#: views/add_contact_email.php:33 views/add_contact_email.php:213
|
322 |
#: views/contact_bank_layout_settings.php:14
|
323 |
+
#: views/contact_bank_layout_settings.php:498
|
324 |
+
#: views/contact_bank_layout_settings.php:910
|
325 |
msgid "Save"
|
326 |
+
msgstr "להציל"
|
327 |
|
328 |
+
#: views/add_contact_email.php:37
|
329 |
msgid "Email Settings Saved. Kindly wait for the redirect."
|
330 |
+
msgstr "הגדרות הדוא\"ל שמור. חביב לחכות לנתב מחדש"
|
331 |
|
332 |
+
#: views/add_contact_email.php:44 views/add_contact_email.php:101
|
333 |
#: views/contact_controls_files.php:35
|
334 |
msgid "Email"
|
335 |
+
msgstr "דואר אלקטרו"
|
336 |
|
337 |
+
#: views/add_contact_email.php:48 views/contact_view.php:459
|
338 |
msgid "Name"
|
339 |
+
msgstr "השם"
|
340 |
|
341 |
+
#: views/add_contact_email.php:52
|
342 |
msgid "Enter Name"
|
343 |
+
msgstr "להזין שם"
|
344 |
|
345 |
+
#: views/add_contact_email.php:58
|
346 |
msgid "Send To"
|
347 |
msgstr "שלח אל"
|
348 |
|
349 |
+
#: views/add_contact_email.php:67 views/add_contact_email.php:78
|
350 |
+
#: views/add_contact_email.php:90 views/add_contact_email.php:150
|
351 |
msgid "Enter Email"
|
352 |
+
msgstr "הזן דוא\"ל"
|
353 |
|
354 |
+
#: views/add_contact_email.php:69 views/add_contact_email.php:80
|
355 |
+
#: views/add_contact_email.php:92
|
356 |
msgid "Select a Field"
|
357 |
msgstr "בחר שדה"
|
358 |
|
359 |
+
#: views/add_contact_email.php:105
|
360 |
msgid "Enter Email "
|
361 |
+
msgstr "הזן אימייל"
|
362 |
|
363 |
+
#: views/add_contact_email.php:109
|
364 |
msgid "Send To Field"
|
365 |
+
msgstr "שלח אל שדה"
|
366 |
|
367 |
+
#: views/add_contact_email.php:113
|
368 |
msgid "Enter Field "
|
369 |
+
msgstr "הזן שדה"
|
370 |
|
371 |
+
#: views/add_contact_email.php:115 views/add_contact_email.php:128
|
372 |
+
#: views/add_contact_email.php:141 views/add_contact_email.php:152
|
373 |
+
#: views/add_contact_email.php:163 views/add_contact_email.php:174
|
374 |
+
#: views/add_contact_email.php:187
|
375 |
msgid "Select a field"
|
376 |
msgstr "בחר שדה"
|
377 |
|
378 |
+
#: views/add_contact_email.php:122
|
379 |
msgid "From Name"
|
380 |
+
msgstr "מ השם"
|
381 |
|
382 |
+
#: views/add_contact_email.php:126
|
383 |
msgid "Enter from name "
|
384 |
+
msgstr "הזן מ- השם"
|
385 |
|
386 |
+
#: views/add_contact_email.php:135
|
387 |
msgid "From Email"
|
388 |
+
msgstr "מ דוא\"ל"
|
389 |
|
390 |
+
#: views/add_contact_email.php:139
|
391 |
msgid "Enter from email"
|
392 |
+
msgstr "הזן מ- דוא\"ל"
|
393 |
|
394 |
+
#: views/add_contact_email.php:148
|
395 |
msgid "Reply To"
|
396 |
+
msgstr "תגובה כדי"
|
397 |
|
398 |
+
#: views/add_contact_email.php:159
|
399 |
msgid "CC"
|
400 |
+
msgstr "סמ\"ק"
|
401 |
|
402 |
+
#: views/add_contact_email.php:161
|
403 |
msgid "Enter CC Email "
|
404 |
+
msgstr "הזן סמ\"ק דוא\"ל"
|
405 |
|
406 |
+
#: views/add_contact_email.php:170
|
407 |
msgid "BCC"
|
408 |
+
msgstr "העותק המוסתר"
|
409 |
|
410 |
+
#: views/add_contact_email.php:172
|
411 |
msgid "Enter Bcc Email"
|
412 |
+
msgstr "הזן עותק מוסתר דוא\"ל"
|
413 |
|
414 |
+
#: views/add_contact_email.php:181
|
415 |
msgid "Subject"
|
416 |
+
msgstr "הכפופות"
|
417 |
|
418 |
+
#: views/add_contact_email.php:185
|
419 |
msgid "Enter Subject"
|
420 |
+
msgstr "הזן הכפופות"
|
421 |
|
422 |
+
#: views/add_contact_email.php:194
|
423 |
msgid "Message"
|
424 |
msgstr "הודעה"
|
425 |
|
426 |
+
#: views/add_contact_email.php:204
|
427 |
msgid "Insert a Field into Your Form Message"
|
428 |
+
msgstr "הכנס שדה- ההודעה טופס שלך"
|
429 |
|
430 |
+
#: views/contact-bank-system-report.php:12
|
431 |
msgid "Get System Report"
|
432 |
+
msgstr "קבל דוח המערכת"
|
433 |
|
434 |
+
#: views/contact-bank-system-report.php:16
|
435 |
msgid "Close System Report"
|
436 |
+
msgstr "לסגור דוח המערכת"
|
437 |
|
438 |
+
#: views/contact-bank-system-report.php:98
|
439 |
msgid "Default"
|
440 |
msgstr "ברירת מחדל"
|
441 |
|
442 |
+
#: views/contact_bank_form_preview.php:274 views/dashboard.php:120
|
443 |
msgid "Form Preview"
|
444 |
+
msgstr "טופס- מקדימה"
|
445 |
|
446 |
+
#: views/contact_bank_form_preview.php:277
|
447 |
#: views/contact_bank_layout_settings.php:11
|
448 |
+
#: views/contact_email_settings.php:8 views/contact_frontend_data.php:8
|
449 |
+
#: views/contact_view.php:234 views/shortcode.php:12
|
450 |
msgid "Back to Dashboard"
|
451 |
+
msgstr "חזרה ללוח מחוונים"
|
452 |
|
453 |
+
#: views/contact_bank_layout_settings.php:7
|
454 |
msgid " (Premium Features available in Paid Edition)"
|
455 |
msgstr "(תכונות פרמיה זמינות במהדורה בתשלום)"
|
456 |
|
457 |
#: views/contact_bank_layout_settings.php:12
|
458 |
msgid "Restore Global Settings"
|
459 |
+
msgstr "לשחזר הגדרות גלובליים"
|
460 |
|
461 |
#: views/contact_bank_layout_settings.php:18
|
462 |
msgid "Form Settings Saved. Kindly wait for the redirect."
|
463 |
+
msgstr "הגדרות טופס שנשמרו. חביב לחכות לנתב מחדש."
|
464 |
|
465 |
+
#: views/contact_bank_layout_settings.php:22
|
466 |
+
#: views/contact_bank_layout_settings.php:35
|
467 |
+
#: views/contact_email_settings.php:12 views/contact_email_settings.php:33
|
468 |
+
#: views/contact_frontend_data.php:19 views/contact_frontend_data.php:32
|
469 |
msgid "Select Form"
|
470 |
+
msgstr "בחרו טופס"
|
471 |
|
472 |
+
#: views/contact_bank_layout_settings.php:60
|
473 |
msgid "Label Settings"
|
474 |
+
msgstr "הגדרות תווית"
|
475 |
|
476 |
+
#: views/contact_bank_layout_settings.php:72
|
477 |
+
#: views/contact_bank_layout_settings.php:259
|
478 |
+
#: views/contact_bank_layout_settings.php:469
|
479 |
+
#: views/contact_bank_layout_settings.php:662
|
480 |
+
#: views/contact_bank_layout_settings.php:790
|
481 |
msgid "Font Family :"
|
482 |
+
msgstr "משפחת גופן:"
|
483 |
|
484 |
+
#: views/contact_bank_layout_settings.php:97
|
485 |
msgid "Font Color :"
|
486 |
msgstr "צבע גופן:"
|
487 |
|
488 |
+
#: views/contact_bank_layout_settings.php:108
|
489 |
+
#: views/contact_bank_layout_settings.php:295
|
490 |
msgid "Font Style :"
|
491 |
msgstr "סגנון גופן:"
|
492 |
|
493 |
+
#: views/contact_bank_layout_settings.php:122
|
494 |
+
#: views/contact_bank_layout_settings.php:309
|
495 |
+
#: views/contact_bank_layout_settings.php:518
|
496 |
+
#: views/contact_bank_layout_settings.php:687
|
497 |
+
#: views/contact_bank_layout_settings.php:815
|
498 |
msgid "Font Size (px) :"
|
499 |
+
msgstr "גודל גופן (פיקסלים):"
|
500 |
|
501 |
+
#: views/contact_bank_layout_settings.php:153
|
502 |
+
#: views/contact_bank_layout_settings.php:410
|
503 |
+
#: views/contact_bank_layout_settings.php:623
|
504 |
+
#: views/contact_bank_layout_settings.php:751
|
505 |
+
#: views/contact_bank_layout_settings.php:879
|
506 |
msgid "Text Align :"
|
507 |
msgstr "יישור טקסט:"
|
508 |
|
509 |
+
#: views/contact_bank_layout_settings.php:166
|
510 |
msgid "Label Position :"
|
511 |
+
msgstr "עמדה לייבל:"
|
512 |
|
513 |
+
#: views/contact_bank_layout_settings.php:180
|
514 |
msgid "Field Desc Font Size :"
|
515 |
+
msgstr "שדה כאן לפירוט גודל גופן:"
|
516 |
|
517 |
+
#: views/contact_bank_layout_settings.php:211
|
518 |
msgid "Field Description Align :"
|
519 |
+
msgstr " לשדה תיאור-יישור:"
|
520 |
|
521 |
+
#: views/contact_bank_layout_settings.php:225
|
522 |
msgid "Hide Labels :"
|
523 |
msgstr "הסתר תוויות:"
|
524 |
|
525 |
+
#: views/contact_bank_layout_settings.php:233
|
526 |
+
#: views/contact_bank_layout_settings.php:423
|
527 |
+
#: views/contact_bank_layout_settings.php:636
|
528 |
+
#: views/contact_bank_layout_settings.php:764
|
529 |
+
#: views/contact_bank_layout_settings.php:892
|
530 |
msgid "Text Direction :"
|
531 |
msgstr "כיוון טקסט:"
|
532 |
|
533 |
+
#: views/contact_bank_layout_settings.php:249
|
534 |
msgid "Input Field Settings"
|
535 |
msgstr "הגדרות שדה קלט"
|
536 |
|
537 |
+
#: views/contact_bank_layout_settings.php:284
|
538 |
+
#: views/contact_bank_layout_settings.php:581
|
539 |
+
#: views/contact_bank_layout_settings.php:740
|
540 |
+
#: views/contact_bank_layout_settings.php:868
|
541 |
msgid "Text Color :"
|
542 |
msgstr "צבע טקסט:"
|
543 |
|
544 |
+
#: views/contact_bank_layout_settings.php:340
|
545 |
+
#: views/contact_bank_layout_settings.php:613
|
546 |
msgid "Border Radius (px) :"
|
547 |
+
msgstr "גבול רדיוס (פיקסלים):"
|
548 |
|
549 |
+
#: views/contact_bank_layout_settings.php:350
|
550 |
+
#: views/contact_bank_layout_settings.php:592
|
551 |
+
#: views/contact_bank_layout_settings.php:729
|
552 |
+
#: views/contact_bank_layout_settings.php:857
|
553 |
msgid "Border Color :"
|
554 |
+
msgstr "צבע גבול:"
|
555 |
|
556 |
+
#: views/contact_bank_layout_settings.php:361
|
557 |
+
#: views/contact_bank_layout_settings.php:603
|
558 |
msgid "Border Size (px) :"
|
559 |
+
msgstr "גודל גבול (פיקסלים):"
|
560 |
|
561 |
+
#: views/contact_bank_layout_settings.php:371
|
562 |
msgid "Border Style :"
|
563 |
+
msgstr "סגנון גבול:"
|
564 |
|
565 |
+
#: views/contact_bank_layout_settings.php:386
|
566 |
+
#: views/contact_bank_layout_settings.php:559
|
567 |
+
#: views/contact_bank_layout_settings.php:718
|
568 |
+
#: views/contact_bank_layout_settings.php:846
|
569 |
msgid "Background Color :"
|
570 |
msgstr "צבע רקע:"
|
571 |
|
572 |
+
#: views/contact_bank_layout_settings.php:397
|
573 |
msgid "Radio Buttons :"
|
574 |
msgstr "כפתורי רדיו:"
|
575 |
|
576 |
+
#: views/contact_bank_layout_settings.php:402
|
577 |
msgid "Multiple Rows"
|
578 |
+
msgstr "מרובות שורות"
|
579 |
|
580 |
+
#: views/contact_bank_layout_settings.php:404
|
581 |
msgid "Single Row"
|
582 |
+
msgstr "שורה"
|
583 |
|
584 |
+
#: views/contact_bank_layout_settings.php:437
|
585 |
msgid "Input Size :"
|
586 |
msgstr "גודל קלט:"
|
587 |
|
588 |
+
#: views/contact_bank_layout_settings.php:459
|
589 |
msgid "Submit Button Settings"
|
590 |
+
msgstr "להגיש הגדרות לחצן"
|
591 |
|
592 |
+
#: views/contact_bank_layout_settings.php:494
|
593 |
msgid "Text:"
|
594 |
msgstr "טקסט:"
|
595 |
|
596 |
+
#: views/contact_bank_layout_settings.php:504
|
597 |
msgid "Style :"
|
598 |
msgstr "סגנון:"
|
599 |
|
600 |
+
#: views/contact_bank_layout_settings.php:549
|
601 |
msgid "Button Width (px) :"
|
602 |
+
msgstr "רוחב כפתור (פיקסלים):"
|
603 |
|
604 |
+
#: views/contact_bank_layout_settings.php:570
|
605 |
msgid "Hover Background Color:"
|
606 |
+
msgstr "רחף צבע רקע:"
|
607 |
|
608 |
+
#: views/contact_bank_layout_settings.php:652
|
609 |
msgid "Success Message Settings"
|
610 |
+
msgstr "הגדרות הצלחה מסר"
|
611 |
|
612 |
+
#: views/contact_bank_layout_settings.php:780
|
613 |
msgid "Error Message Settings"
|
614 |
+
msgstr "הגדרות שגיאה מסר"
|
615 |
|
616 |
+
#: views/contact_bank_pro_version.php:6
|
617 |
+
msgid "Purchase PRO Edition - Contact Bank"
|
618 |
+
msgstr "רכוש את מהדורת PRO-Contact Bank"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
619 |
|
620 |
#: views/contact_controls_files.php:8 views/contact_controls_files.php:24
|
621 |
#: views/contact_controls_files.php:41 views/contact_controls_files.php:59
|
622 |
#: views/contact_controls_files.php:75 views/contact_controls_files.php:92
|
623 |
msgid "Settings"
|
624 |
+
msgstr "ההגדרות"
|
625 |
|
626 |
#: views/contact_documentation.php:5
|
627 |
msgid "Documentation - Contact Bank"
|
628 |
+
msgstr "תיעוד - Contact Bank"
|
629 |
|
630 |
+
#: views/contact_email_settings.php:58
|
631 |
msgid "Add New"
|
632 |
+
msgstr "הוספת חדשה"
|
633 |
|
634 |
+
#: views/contact_email_settings.php:134
|
635 |
msgid "Are you sure, you want to delete this Email Setting?"
|
636 |
+
msgstr "האם אתה בטוח שברצונך למחוק את זו ההגדרות דואר אלקטרוני?"
|
637 |
|
638 |
+
#: views/contact_email_settings.php:152
|
639 |
msgid "Please select the Form first."
|
640 |
+
msgstr "אנא בחר את טופס-הראשונים."
|
641 |
|
642 |
+
#: views/contact_frontend_data.php:14 views/dashboard.php:52
|
643 |
+
#: views/dashboard.php:59
|
|
|
|
|
|
|
|
|
644 |
msgid "Form"
|
645 |
+
msgstr "הטופס"
|
646 |
|
647 |
+
#: views/contact_view.php:231 views/dashboard.php:34
|
648 |
msgid "Add New Form"
|
649 |
msgstr "הוסף טופס חדש"
|
650 |
|
651 |
+
#: views/contact_view.php:237 views/contact_view.php:501
|
652 |
msgid "Save Form"
|
653 |
+
msgstr "להציל את טופס"
|
654 |
|
655 |
+
#: views/contact_view.php:242
|
656 |
msgid "Form Submitted. Kindly wait for the redirect."
|
657 |
+
msgstr "הטופס הציל .חביב לחכות הפניה מחדש"
|
658 |
|
659 |
+
#: views/contact_view.php:249
|
660 |
msgid "Form Settings"
|
661 |
+
msgstr "את הגדרות טופס"
|
662 |
|
663 |
+
#: views/contact_view.php:253
|
664 |
msgid "Form Name :"
|
665 |
+
msgstr "שם טופס:"
|
666 |
|
667 |
+
#: views/contact_view.php:259
|
668 |
msgid "Enter Form Name"
|
669 |
+
msgstr "הזן- שם טופס:"
|
670 |
|
671 |
+
#: views/contact_view.php:263
|
672 |
msgid "Form Description :"
|
673 |
+
msgstr " טופס תיאור:"
|
674 |
|
675 |
+
#: views/contact_view.php:265
|
676 |
msgid "Enter Form Description"
|
677 |
+
msgstr "הזן את טופס תיאור"
|
678 |
|
679 |
+
#: views/contact_view.php:269
|
680 |
msgid "Blank Field Message:"
|
681 |
+
msgstr "הריקה שדה-ההודעה :"
|
682 |
|
683 |
+
#: views/contact_view.php:275
|
684 |
msgid "Required field must not be blank"
|
685 |
+
msgstr "שדה חובה לא חייבים להיות ריק"
|
686 |
|
687 |
+
#: views/contact_view.php:277
|
688 |
msgid "Enter Blank Field Message"
|
689 |
+
msgstr "הזן השדה הריק מסר"
|
690 |
|
691 |
+
#: views/contact_view.php:281
|
692 |
msgid "Incorrect Email Message:"
|
693 |
+
msgstr "דואר אלקטרוני שגויה ההודעה :"
|
694 |
|
695 |
+
#: views/contact_view.php:287
|
696 |
msgid "Please enter a valid email address"
|
697 |
+
msgstr "נא להזין את כתובת דוא\"ל חוקית"
|
698 |
|
699 |
+
#: views/contact_view.php:289
|
700 |
msgid "Enter Incorrect Email Message"
|
701 |
+
msgstr "הזן השגוי- הדוא\"ל מסר"
|
702 |
|
703 |
+
#: views/contact_view.php:293
|
704 |
msgid "Success Message :"
|
705 |
msgstr "הודעת הצלחה:"
|
706 |
|
707 |
+
#: views/contact_view.php:297
|
708 |
msgid "Enter Success Message"
|
709 |
+
msgstr "הזן ההצלחה מסר"
|
710 |
|
711 |
+
#: views/contact_view.php:301
|
712 |
msgid "Redirect :"
|
713 |
+
msgstr "לנתב מחדש:"
|
714 |
|
715 |
+
#: views/contact_view.php:313 views/contact_view.php:324
|
716 |
+
#: views/contact_view.php:336
|
717 |
msgid "Page"
|
718 |
msgstr "עמוד"
|
719 |
|
720 |
+
#: views/contact_view.php:316 views/contact_view.php:327
|
721 |
+
#: views/contact_view.php:339
|
722 |
msgid "URL"
|
723 |
+
msgstr "URL"
|
724 |
|
725 |
+
#: views/contact_view.php:346
|
726 |
msgid "Page :"
|
727 |
+
msgstr "דף:"
|
728 |
|
729 |
+
#: views/contact_view.php:392
|
730 |
msgid "URL :"
|
731 |
+
msgstr "URL :"
|
732 |
|
733 |
+
#: views/contact_view.php:399
|
734 |
msgid "Enter Redirect URL"
|
735 |
+
msgstr "הזן לניתוב מחדש- כתובת URL"
|
736 |
|
737 |
+
#: views/contact_view.php:406
|
738 |
msgid "Form Layout Preview"
|
739 |
+
msgstr "צורת פריסת תצוגה מקדימה"
|
740 |
|
741 |
+
#: views/contact_view.php:417
|
742 |
msgid "Standard Fields"
|
743 |
msgstr "שדות סטנדרטיים"
|
744 |
|
745 |
+
#: views/contact_view.php:420 views/contact_view.php:456
|
746 |
msgid "Click on a field to use into your form."
|
747 |
+
msgstr "לחץ בתאריך שדה לשימוש בטופס שלך."
|
748 |
|
749 |
+
#: views/contact_view.php:439
|
750 |
msgid "Checkboxes"
|
751 |
+
msgstr "תיבות הסימון"
|
752 |
|
753 |
+
#: views/contact_view.php:451
|
754 |
msgid "Advanced Fields"
|
755 |
+
msgstr "מתקדמים שדות"
|
756 |
|
757 |
+
#: views/contact_view.php:462
|
758 |
msgid "Website / URL"
|
759 |
+
msgstr "אתר / כתובת אתר"
|
760 |
|
761 |
+
#: views/contact_view.php:467
|
762 |
msgid "Phone"
|
763 |
msgstr "טלפון"
|
764 |
|
765 |
+
#: views/contact_view.php:470
|
766 |
msgid "Address"
|
767 |
msgstr "כתובת"
|
768 |
|
769 |
+
#: views/contact_view.php:475
|
770 |
msgid "Number"
|
771 |
msgstr "מספר"
|
772 |
|
773 |
+
#: views/contact_view.php:478
|
774 |
msgid "File Upload"
|
775 |
+
msgstr "טעינת קובץ"
|
776 |
|
777 |
+
#: views/contact_view.php:483
|
778 |
msgid "Date"
|
779 |
msgstr "תאריך"
|
780 |
|
781 |
+
#: views/contact_view.php:486
|
782 |
msgid "Time"
|
783 |
msgstr "זמן"
|
784 |
|
785 |
+
#: views/contact_view.php:491
|
786 |
msgid "Password"
|
787 |
+
msgstr "סיסמא"
|
788 |
|
789 |
+
#: views/dashboard.php:18
|
790 |
+
msgid "Dashboard - Contact Bank"
|
791 |
+
msgstr "לוח מחוונים - יצירת קשר בנק "
|
792 |
|
793 |
+
#: views/dashboard.php:40
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
794 |
msgid "Delete All Forms"
|
795 |
msgstr "מחק את כל הטפסים"
|
796 |
|
797 |
+
#: views/dashboard.php:43
|
798 |
msgid "Restore Factory Settings"
|
799 |
+
msgstr "שחזור הגדרות יצרן"
|
800 |
|
801 |
+
#: views/dashboard.php:60
|
802 |
msgid "Shortcode"
|
803 |
+
msgstr "הקצרה- קוד"
|
804 |
|
805 |
+
#: views/dashboard.php:61
|
806 |
msgid "Total Controls"
|
807 |
+
msgstr "סה\"כ הפקדים"
|
808 |
|
809 |
+
#: views/dashboard.php:100
|
810 |
msgid "Edit Form"
|
811 |
+
msgstr "ערוך טופס"
|
812 |
|
813 |
+
#: views/dashboard.php:126
|
814 |
msgid "Delete Form"
|
815 |
+
msgstr "למחוק טופס"
|
816 |
|
817 |
+
#: views/dashboard.php:198
|
818 |
msgid "Are you sure, you want to delete this Form?"
|
819 |
+
msgstr "האם אתה בטוח, שאתה רוצה למחוק טופס זה?"
|
820 |
|
821 |
+
#: views/dashboard.php:208
|
822 |
msgid "Are you sure, you want to delete all Forms?"
|
823 |
+
msgstr "האם אתה בטוח, שאתה רוצה למחוק את כל הטפסים?"
|
824 |
|
825 |
#: views/shortcode.php:8
|
826 |
msgid ""
|
827 |
"How to setup Short-Codes for Contact Bank into your WordPress Page/Post?"
|
828 |
+
msgstr "איך התקנה הקצרות קודים-Contact Bank לתוך וורדפרס העמוד / פוסט?"
|
829 |
|
830 |
+
#~ msgid "Documentation"
|
831 |
+
#~ msgstr "תיעוד"
|
832 |
+
|
833 |
+
#~ msgid "Roles & Capabilites"
|
834 |
+
#~ msgstr "תפקידים וcapabilites"
|
835 |
|
836 |
#~ msgid "Licensing"
|
837 |
+
#~ msgstr "רישוי"
|
838 |
+
|
839 |
+
#~ msgid "Roles & Capabilities"
|
840 |
+
#~ msgstr "תפקידים וcapabilites"
|
841 |
|
842 |
#~ msgid "Select Form :"
|
843 |
#~ msgstr "בחר טופס:"
|
858 |
#~ msgstr "דקה"
|
859 |
|
860 |
#~ msgid "Enter Tooltip Text"
|
861 |
+
#~ msgstr "הזן טקסט תיאורי כלים"
|
862 |
|
863 |
#~ msgid "Enter Tooltip"
|
864 |
+
#~ msgstr " הזן תיאורי כלים"
|
865 |
|
866 |
#~ msgid "Start Year"
|
867 |
+
#~ msgstr "להתחיל שנה"
|
868 |
|
869 |
#~ msgid "Enter Start Year"
|
870 |
+
#~ msgstr "הזינו התחל שנה"
|
871 |
|
872 |
#~ msgid "End Year"
|
873 |
+
#~ msgstr "סוף -השנה"
|
874 |
|
875 |
#~ msgid "Enter End Year "
|
876 |
+
#~ msgstr "הזינוה סוף שנה"
|
877 |
|
878 |
#~ msgid "Default Value"
|
879 |
#~ msgstr "ערך ברירת מחדל"
|
882 |
#~ msgstr "חודש"
|
883 |
|
884 |
#~ msgid "Date Format"
|
885 |
+
#~ msgstr "פורמט תאריך"
|
886 |
|
887 |
#~ msgid "Allow Multiple Uploads"
|
888 |
+
#~ msgstr "יאפשרו ההעלאות המרובות"
|
889 |
|
890 |
#~ msgid "Allowed File Extensions"
|
891 |
+
#~ msgstr "סיומות קבצים אפשריות"
|
892 |
|
893 |
#~ msgid "Enter File Extensions"
|
894 |
+
#~ msgstr "הזן סיומות קבצים"
|
895 |
|
896 |
+
#~ msgid "The file extensions must be separated with semicolons(',')"
|
897 |
+
#~ msgstr "סיומות הקבצים חייבים להיות מופרדות עם פסיק (',')"
|
898 |
|
899 |
#~ msgid "Allowed File Size"
|
900 |
+
#~ msgstr "גודל קובץ מחמד"
|
901 |
|
902 |
#~ msgid "File Size must be in Mb"
|
903 |
+
#~ msgstr "גודל קובץ חייב להיות בMb"
|
904 |
|
905 |
#~ msgid "Hour Format"
|
906 |
+
#~ msgstr "שעה, פורמט"
|
907 |
|
908 |
#~ msgid "Minute Format"
|
909 |
+
#~ msgstr " דקת פורמט"
|
910 |
|
911 |
#~ msgid "Roles and Capabilities Saved. Kindly wait for the redirect."
|
912 |
+
#~ msgstr "תפקידים ויכולות שנשמרו. חביב לחכות הפניה מחדש."
|
913 |
|
914 |
#~ msgid "Privileges for Admin"
|
915 |
+
#~ msgstr "פּרִיבִילֵגִיָה עבור מינהל"
|
916 |
|
917 |
#~ msgid "Full Control"
|
918 |
#~ msgstr "שליטה מלאה"
|
919 |
|
920 |
#~ msgid "Read"
|
921 |
+
#~ msgstr "לקרוא"
|
922 |
|
923 |
#~ msgid "Write"
|
924 |
+
#~ msgstr "לכתוב"
|
925 |
|
926 |
#~ msgid "Privileges for Editor"
|
927 |
+
#~ msgstr "פּרִיבִילֵגִיָה עבור עורכת"
|
928 |
|
929 |
#~ msgid "Privileges for Author"
|
930 |
+
#~ msgstr "פּרִיבִילֵגִיָה עבור מחבר"
|
931 |
|
932 |
#~ msgid "Privileges for Contributor"
|
933 |
+
#~ msgstr "פּרִיבִילֵגִיָה עבור סופר"
|
934 |
|
935 |
#~ msgid "Privileges for Subscriber"
|
936 |
+
#~ msgstr "פּרִיבִילֵגִיָה עבור מנויים"
|
|
|
|
|
|
|
937 |
|
938 |
#~ msgid "Are you sure, you want to Restore Global Settings?"
|
939 |
+
#~ msgstr "האם אתה בטוח, אתה רוצה לשחזר את הגדרות גלובלית?"
|
|
|
|
|
|
|
|
|
|
|
|
|
940 |
|
941 |
+
#~ msgid "Are you sure, you want to delete this From Entry?"
|
942 |
+
#~ msgstr "האם אתה בטוח, שאתה רוצה למחוק זאת טופס- מכניסה?"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
943 |
|
944 |
#~ msgid "Are you sure you want to Restore Factory Settings?"
|
945 |
+
#~ msgstr "האם אתה בטוח שאתה רוצה לשחזר את הגדרות היצרן?"
|
946 |
|
947 |
#~ msgid "Only One File Uploader can be used on a Form."
|
948 |
+
#~ msgstr "רק אחד קובץ מעלה הסרטונים ניתן להשתמש בטופס."
|
|
|
|
|
|
|
949 |
|
950 |
#~ msgid "Success! Settings have been updated."
|
951 |
+
#~ msgstr "הצלחה! הגדרות עודכנו."
|
952 |
+
|
953 |
+
#~ msgid "Contact-Bank Licensing"
|
954 |
+
#~ msgstr "Contact-Bank רישוי"
|
955 |
+
|
956 |
+
#~ msgid "Update"
|
957 |
+
#~ msgstr "לעדכן"
|
lib/contact_view-class.php
CHANGED
@@ -21,7 +21,7 @@
|
|
21 |
$cb_user_role_permission = "read";
|
22 |
break;
|
23 |
}
|
24 |
-
if(!current_user_can($cb_user_role_permission))
|
25 |
{
|
26 |
return;
|
27 |
}
|
@@ -200,6 +200,7 @@ else
|
|
200 |
$wpdb->query
|
201 |
(
|
202 |
"TRUNCATE Table ".contact_bank_layout_settings_Table()
|
|
|
203 |
);
|
204 |
|
205 |
$wpdb->query
|
@@ -214,139 +215,140 @@ else
|
|
214 |
}
|
215 |
else if($_REQUEST["param"] == "submit_form_messages_settings")
|
216 |
{
|
217 |
-
|
218 |
-
|
219 |
-
|
220 |
-
|
221 |
-
|
222 |
-
|
223 |
-
|
224 |
-
|
225 |
-
|
226 |
-
|
227 |
-
|
228 |
-
|
229 |
-
|
230 |
-
|
231 |
-
|
232 |
-
$wpdb->prepare
|
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 |
-
"UPDATE " . contact_bank_form_settings_Table() . " SET `form_message_value` = CASE "
|
278 |
$form_id
|
279 |
)
|
280 |
-
|
281 |
-
|
282 |
-
|
283 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
284 |
(
|
285 |
$wpdb->prepare
|
286 |
(
|
287 |
-
"SELECT
|
288 |
-
$
|
289 |
)
|
290 |
);
|
291 |
-
$
|
292 |
-
$email_dynamicId = "";
|
293 |
-
for($flag=0;$flag<count($fields_created);$flag++)
|
294 |
{
|
295 |
-
$
|
296 |
-
(
|
297 |
-
$wpdb->prepare
|
298 |
-
(
|
299 |
-
"SELECT dynamic_settings_value FROM ". contact_bank_dynamic_settings_form(). " WHERE `dynamic_settings_key` = 'cb_show_email' and dynamicId = %d",
|
300 |
-
$fields_created[$flag]->dynamicId
|
301 |
-
)
|
302 |
-
);
|
303 |
-
if($show_in_email == "0")
|
304 |
-
{
|
305 |
-
$controls .= "<strong>".$fields_created[$flag]->dynamic_settings_value ."</strong>: ". "[control_".$fields_created[$flag]->dynamicId."] <br>";
|
306 |
-
}
|
307 |
-
if($fields_created[$flag]->field_id == 3)
|
308 |
-
{
|
309 |
-
$email_dynamicId = $fields_created[$flag]->dynamicId;
|
310 |
-
}
|
311 |
}
|
312 |
-
$
|
313 |
-
|
314 |
-
|
315 |
-
|
316 |
-
|
317 |
-
|
318 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
319 |
(
|
320 |
-
|
321 |
-
|
322 |
-
|
323 |
-
|
324 |
-
|
325 |
-
|
326 |
-
|
327 |
-
|
328 |
-
$wpdb->
|
329 |
(
|
330 |
-
|
331 |
-
|
332 |
-
|
333 |
-
|
334 |
-
|
335 |
-
|
336 |
-
|
337 |
-
|
338 |
-
$wpdb->
|
339 |
(
|
340 |
-
|
341 |
-
|
342 |
-
|
343 |
-
|
344 |
-
|
345 |
-
|
346 |
-
|
347 |
-
)
|
348 |
-
);
|
349 |
-
|
350 |
die();
|
351 |
}
|
352 |
else if ($_REQUEST["param"] == "update_licensing_settings")
|
@@ -457,10 +459,10 @@ else
|
|
457 |
$wpdb->query
|
458 |
(
|
459 |
$wpdb->prepare
|
460 |
-
|
461 |
-
"UPDATE " . contact_bank_dynamic_settings_form() . " SET `dynamic_settings_value` = CASE "
|
462 |
$controlId
|
463 |
-
|
464 |
);
|
465 |
}
|
466 |
}
|
21 |
$cb_user_role_permission = "read";
|
22 |
break;
|
23 |
}
|
24 |
+
if (!current_user_can($cb_user_role_permission))
|
25 |
{
|
26 |
return;
|
27 |
}
|
200 |
$wpdb->query
|
201 |
(
|
202 |
"TRUNCATE Table ".contact_bank_layout_settings_Table()
|
203 |
+
|
204 |
);
|
205 |
|
206 |
$wpdb->query
|
215 |
}
|
216 |
else if($_REQUEST["param"] == "submit_form_messages_settings")
|
217 |
{
|
218 |
+
$sql= "";
|
219 |
+
$labels_for_email = "";
|
220 |
+
$sql1=array();
|
221 |
+
$form_id = intval($_REQUEST["form_id"]);
|
222 |
+
$form_settings = json_decode(stripcslashes($_REQUEST["form_settings"]),true);
|
223 |
+
$array_delete_form_controls = json_decode(stripcslashes($_REQUEST["array_delete_form_controls"]),true);
|
224 |
+
foreach($array_delete_form_controls as $element)
|
225 |
+
{
|
226 |
+
$sql1[] = $element;
|
227 |
+
}
|
228 |
+
if(count($sql1) > 0)
|
229 |
+
{
|
230 |
+
$wpdb->query
|
231 |
+
(
|
232 |
+
$wpdb->prepare
|
|
|
233 |
(
|
234 |
+
"Delete FROM " . contact_bank_dynamic_settings_form() . " where dynamicId in (".implode(',', $sql1).")",
|
235 |
+
""
|
236 |
)
|
237 |
+
);
|
238 |
+
$wpdb->query
|
239 |
+
(
|
240 |
+
$wpdb->prepare
|
241 |
(
|
242 |
+
"Delete FROM " . create_control_Table() . " where control_id in (".implode(',', $sql1).")",""
|
243 |
+
|
244 |
)
|
245 |
+
);
|
246 |
+
}
|
247 |
+
foreach($form_settings as $element)
|
248 |
+
{
|
249 |
+
foreach ($element as $val => $keyInner)
|
250 |
+
{
|
251 |
+
if($val == "form_name")
|
252 |
+
{
|
253 |
+
$wpdb->query
|
254 |
+
(
|
255 |
+
$wpdb->prepare
|
256 |
+
(
|
257 |
+
"UPDATE " . contact_bank_contact_form() . " SET `form_name` = '".$keyInner. "' where form_id = %d ",
|
258 |
+
$form_id
|
259 |
+
)
|
260 |
+
);
|
261 |
+
}
|
262 |
+
else
|
263 |
+
{
|
264 |
+
$labels_for_email = $val;
|
265 |
+
if($val == "redirect_url")
|
266 |
+
{
|
267 |
+
$sql .= ' WHEN `form_message_key` = "'.mysql_real_escape_string($val).'" THEN "'.mysql_real_escape_string(html_entity_decode($keyInner)).'"';
|
268 |
+
}
|
269 |
+
else
|
270 |
+
{
|
271 |
+
$sql .= ' WHEN `form_message_key` = "'.mysql_real_escape_string($val).'" THEN "'.mysql_real_escape_string($keyInner).'"';
|
272 |
+
}
|
273 |
+
}
|
274 |
+
}
|
275 |
+
|
276 |
+
$wpdb->query
|
277 |
+
(
|
278 |
+
$wpdb->prepare
|
279 |
(
|
280 |
+
"UPDATE " . contact_bank_form_settings_Table() . " SET `form_message_value` = CASE ".$sql . " END where form_id = %d ",
|
281 |
$form_id
|
282 |
)
|
283 |
+
);
|
284 |
+
|
285 |
+
}
|
286 |
+
$fields_created = $wpdb->get_results
|
287 |
+
(
|
288 |
+
$wpdb->prepare
|
289 |
+
(
|
290 |
+
"SELECT dynamicId, dynamic_settings_value,field_id FROM ". contact_bank_dynamic_settings_form(). " JOIN " . create_control_Table(). " ON " . contact_bank_dynamic_settings_form().". dynamicId = ". create_control_Table(). ".control_id WHERE `dynamic_settings_key` = 'cb_admin_label' and form_id = %d Order By ".create_control_Table().".sorting_order",
|
291 |
+
$form_id
|
292 |
+
)
|
293 |
+
);
|
294 |
+
$controls = "";
|
295 |
+
$email_dynamicId = "";
|
296 |
+
for($flag=0;$flag<count($fields_created);$flag++)
|
297 |
+
{
|
298 |
+
$show_in_email = $wpdb->get_var
|
299 |
(
|
300 |
$wpdb->prepare
|
301 |
(
|
302 |
+
"SELECT dynamic_settings_value FROM ". contact_bank_dynamic_settings_form(). " WHERE `dynamic_settings_key` = 'cb_show_email' and dynamicId = %d",
|
303 |
+
$fields_created[$flag]->dynamicId
|
304 |
)
|
305 |
);
|
306 |
+
if($show_in_email == "0")
|
|
|
|
|
307 |
{
|
308 |
+
$controls .= "<strong>".$fields_created[$flag]->dynamic_settings_value ."</strong>: ". "[control_".$fields_created[$flag]->dynamicId."] <br>";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
309 |
}
|
310 |
+
if($fields_created[$flag]->field_id == 3)
|
311 |
+
{
|
312 |
+
$email_dynamicId = $fields_created[$flag]->dynamicId;
|
313 |
+
}
|
314 |
+
}
|
315 |
+
$body_message = "Hello Admin,<br><br>
|
316 |
+
A new user visited your website.<br><br>
|
317 |
+
Here are the details :<br><br>
|
318 |
+
".$controls."
|
319 |
+
<br>Thanks,<br><br>
|
320 |
+
<strong>Technical Support Team</strong>";
|
321 |
+
$wpdb->query
|
322 |
+
(
|
323 |
+
$wpdb->prepare
|
324 |
(
|
325 |
+
"UPDATE " . contact_bank_email_template_admin() . " SET `body_content` = %s where form_id = %d and name = %s",
|
326 |
+
$body_message,
|
327 |
+
$form_id,
|
328 |
+
"Admin Notification"
|
329 |
+
)
|
330 |
+
);
|
331 |
+
$wpdb->query
|
332 |
+
(
|
333 |
+
$wpdb->prepare
|
334 |
(
|
335 |
+
"UPDATE " . contact_bank_email_template_admin() . " SET `email_to` = %s where form_id = %d and name = %s",
|
336 |
+
"[control_".$email_dynamicId."]",
|
337 |
+
$form_id,
|
338 |
+
"Client Notification"
|
339 |
+
)
|
340 |
+
);
|
341 |
+
$wpdb->query
|
342 |
+
(
|
343 |
+
$wpdb->prepare
|
344 |
(
|
345 |
+
"UPDATE " . contact_bank_email_template_admin() . " SET `send_to` = %d where form_id = %d and name = %s",
|
346 |
+
1,
|
347 |
+
$form_id,
|
348 |
+
"Client Notification"
|
349 |
+
|
350 |
+
)
|
351 |
+
);
|
|
|
|
|
|
|
352 |
die();
|
353 |
}
|
354 |
else if ($_REQUEST["param"] == "update_licensing_settings")
|
459 |
$wpdb->query
|
460 |
(
|
461 |
$wpdb->prepare
|
462 |
+
(
|
463 |
+
"UPDATE " . contact_bank_dynamic_settings_form() . " SET `dynamic_settings_value` = CASE ".$sql . " END where dynamicId = %d ",
|
464 |
$controlId
|
465 |
+
)
|
466 |
);
|
467 |
}
|
468 |
}
|
lib/install-script.php
CHANGED
@@ -461,7 +461,10 @@ if($version == "" || $version == "1.0")
|
|
461 |
}
|
462 |
$wpdb->query
|
463 |
(
|
464 |
-
|
|
|
|
|
|
|
465 |
);
|
466 |
}
|
467 |
update_option("contact-bank-version-number","2.1");
|
@@ -498,7 +501,10 @@ else if($version == "2.0")
|
|
498 |
}
|
499 |
$wpdb->query
|
500 |
(
|
501 |
-
|
|
|
|
|
|
|
502 |
);
|
503 |
}
|
504 |
if (count($wpdb->get_var('SHOW TABLES LIKE "' . contact_bank_form_settings_Table() . '"')) == 0)
|
@@ -588,7 +594,10 @@ else if($version == "2.1")
|
|
588 |
}
|
589 |
$wpdb->query
|
590 |
(
|
591 |
-
|
|
|
|
|
|
|
592 |
);
|
593 |
}
|
594 |
update_option("contact-bank-version-number","2.1");
|
461 |
}
|
462 |
$wpdb->query
|
463 |
(
|
464 |
+
$wpdb->prepare
|
465 |
+
(
|
466 |
+
"INSERT INTO " . contact_bank_roles_capability() . "(roles_capability_key,roles_capability_value) VALUES ".implode(',', $sql1),""
|
467 |
+
)
|
468 |
);
|
469 |
}
|
470 |
update_option("contact-bank-version-number","2.1");
|
501 |
}
|
502 |
$wpdb->query
|
503 |
(
|
504 |
+
$wpdb->prepare
|
505 |
+
(
|
506 |
+
"INSERT INTO " . contact_bank_roles_capability() . "(roles_capability_key,roles_capability_value) VALUES ".implode(',', $sql1),""
|
507 |
+
)
|
508 |
);
|
509 |
}
|
510 |
if (count($wpdb->get_var('SHOW TABLES LIKE "' . contact_bank_form_settings_Table() . '"')) == 0)
|
594 |
}
|
595 |
$wpdb->query
|
596 |
(
|
597 |
+
$wpdb->prepare
|
598 |
+
(
|
599 |
+
"INSERT INTO " . contact_bank_roles_capability() . "(roles_capability_key,roles_capability_value) VALUES ".implode(',', $sql1),""
|
600 |
+
)
|
601 |
);
|
602 |
}
|
603 |
update_option("contact-bank-version-number","2.1");
|
readme.txt
CHANGED
@@ -29,7 +29,7 @@ It provides a powerful engine for uploading and managing dynamic forms with more
|
|
29 |
|
30 |
***The Contact Bank WordPress Plugin is now proudly maintained by <a href="http://www.tech-banker.com">Tech Banker Pte Ltd.</a> since March 2014.***
|
31 |
|
32 |
-
***April 28, 2014: We're happy to announce that Contact Bank reached 27,
|
33 |
|
34 |
<a href="http://tech-banker.com/forum/contact-bank-support/" target="_blank">Support Desk - feel free to ask your Queries</a>
|
35 |
|
@@ -135,8 +135,390 @@ Visit [here](http://tech-banker.com/contact-bank) to upgrade to Pro Version now.
|
|
135 |
|
136 |
1. Upload `Contact Bank` folder to the `/wp-content/plugins/` directory.
|
137 |
2. Activate the plugin through the 'Plugins' menu in your WordPress admin panel.
|
138 |
-
|
139 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
140 |
|
141 |
== Changelog ==
|
142 |
|
29 |
|
30 |
***The Contact Bank WordPress Plugin is now proudly maintained by <a href="http://www.tech-banker.com">Tech Banker Pte Ltd.</a> since March 2014.***
|
31 |
|
32 |
+
***April 28, 2014: We're happy to announce that Contact Bank reached 27,350+ plugin downloads in only 6 months. We frequently receive positive feedback from people using our Contact Bank Plugin for WordPress. Thanks so much for your support!***
|
33 |
|
34 |
<a href="http://tech-banker.com/forum/contact-bank-support/" target="_blank">Support Desk - feel free to ask your Queries</a>
|
35 |
|
135 |
|
136 |
1. Upload `Contact Bank` folder to the `/wp-content/plugins/` directory.
|
137 |
2. Activate the plugin through the 'Plugins' menu in your WordPress admin panel.
|
138 |
+
|
139 |
+
== Frequently Asked Questions ==
|
140 |
+
|
141 |
+
= How to add New Contact Form in Contact Bank Plugin? =
|
142 |
+
|
143 |
+
In order to add New Form in your Contact Bank, you need go to your Contact Bank
|
144 |
+
Dashboard Page located on the left side of WordPress Dashboard Menus.
|
145 |
+
|
146 |
+
[Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/add_form_1.png)
|
147 |
+
|
148 |
+
Then click on Add New Form button located at the top row.
|
149 |
+
|
150 |
+
[Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/add_form_2-1024x366.png)
|
151 |
+
|
152 |
+
Once you click on the button, this page will open.
|
153 |
+
|
154 |
+
[Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/Add_form_3-707x1024.png)
|
155 |
+
|
156 |
+
|
157 |
+
= How to add Single Line Control in a Form? =
|
158 |
+
|
159 |
+
In order to add Single Line Text control in a Form, click on the Single Line Text button.
|
160 |
+
|
161 |
+
[Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/Single_line_control1-1024x730.png)
|
162 |
+
|
163 |
+
After clicking on the Single Line Text button a control will appear in the Form Layout Preview.
|
164 |
+
|
165 |
+
[Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/Single_line_control2-1024x764.png)
|
166 |
+
|
167 |
+
Once you see the control there, click on the Settings button and Inline Form appears.
|
168 |
+
|
169 |
+
[Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/Single_line_control3-1024x659.png)
|
170 |
+
|
171 |
+
To save your Inline Form you can follow these steps :
|
172 |
+
|
173 |
+
1) Label : Enter Label name for your control.
|
174 |
+
2) Description : Enter Description for your control, which would appear below the input field.
|
175 |
+
3) Required : If you want this field to be mandatory, choose Required else Not Required.
|
176 |
+
4) Tooltip Text : Enter Tooltip Text for your control, which would appear when you hover on input field.
|
177 |
+
5) Place Holder : Enter the text you want to show in your input field by Default.
|
178 |
+
6) Do not show in the email : If you do not want to show this control appear in your Email then tick this checkbox.
|
179 |
+
7) Add a filter : You can add a filter to an input field according to your requirement.
|
180 |
+
i) Alpha : If you tick this checkbox then, Only Alphabets would be entered in the Input Field
|
181 |
+
on front end.
|
182 |
+
ii) Alpha Numeric : If you tick this checkbox then , Both Alphabets and Numaric would be
|
183 |
+
entered in the Input Field on front end.
|
184 |
+
iii) Digits : If you tick this checkbox then, Only Digits would be entered in the Input Field on
|
185 |
+
front end.
|
186 |
+
iv) Strip Tags : If you tick this checkbox then, Only HTML Tags would not be entered in the
|
187 |
+
Input Field on front end.
|
188 |
+
v) Trim : If you tick this checkbox then, Only One Space would be entered in the Input Field
|
189 |
+
on front end.
|
190 |
+
Once you fill the Inline Form, click on Save Settings button. A Preview of control will
|
191 |
+
appear in the Form Layout Preview.
|
192 |
+
|
193 |
+
[Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/single_line_control4.png)
|
194 |
+
|
195 |
+
|
196 |
+
= How to add Paragraph Control in a Form? =
|
197 |
+
|
198 |
+
In order to add Paragraph Text control in a Form, click on the Paragraph Text button.
|
199 |
+
|
200 |
+
[Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/paragraph_control1-1024x731.png)
|
201 |
+
|
202 |
+
After click on the Paragraph Text button a control will appear in the Form Layout Preview.
|
203 |
+
|
204 |
+
[Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/paragraph_control2-1024x817.png)
|
205 |
+
|
206 |
+
Once you see the control there, click on the Settings button and Inline Form appears.
|
207 |
+
|
208 |
+
[Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/paragragh_control3-1024x725.png)
|
209 |
+
|
210 |
+
To save your Inline Form you can follow these steps :
|
211 |
+
|
212 |
+
1) Label : Enter Label name for your control.
|
213 |
+
2) Description : Enter Description for your control, which would appear below the input field.
|
214 |
+
3) Required : If you want this field to be mandatory, choose Required else Not Required.
|
215 |
+
4) Tooltip Text : Enter Tooltip Text for your control, which would appear when you hover on input field.
|
216 |
+
5) Place Holder : Enter the text you want to show in your input field by Default.
|
217 |
+
6) Do not show in the email : If you do not want to show this control appear in your Email then tick this checkbox.
|
218 |
+
7) Add a filter : You can add a filter to an input field according to your requirement.
|
219 |
+
i) Alpha : If you tick this checkbox then, Only Alphabets would be entered in the Input Field
|
220 |
+
on front end.
|
221 |
+
ii) Alpha Numeric : If you tick this checkbox then, Both Alphabets and Numaric would be
|
222 |
+
entered in the Input Field
|
223 |
+
on front end.
|
224 |
+
iii) Digits : If you tick this checkbox then, Only Digits would be entered in the Input Field on
|
225 |
+
front end.
|
226 |
+
iv) Strip Tags : If you tick this checkbox then, Only HTML Tags would not be entered in the
|
227 |
+
Input Field on front end.
|
228 |
+
v) Trim : If you tick this checkbox then, Only One Space would be entered in the Input Field
|
229 |
+
on front end.
|
230 |
+
Once you fill the Inline Form, click on Save Settings button. A Preview of control should
|
231 |
+
appear in the Form Layout Preview.
|
232 |
+
|
233 |
+
[Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/paragragh_control4.png)
|
234 |
+
|
235 |
+
|
236 |
+
= How to add Email Address Control in a Form? =
|
237 |
+
|
238 |
+
In order to add Email Address control in a Form, click on the Email Address button.
|
239 |
+
|
240 |
+
[Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/email1-1024x757.png)
|
241 |
+
|
242 |
+
After click on the Email Address button a control will appear in the Form Layout Preview.
|
243 |
+
|
244 |
+
[Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/email2-1024x789.png)
|
245 |
+
|
246 |
+
Once you see the control there, click on the Settings button and Inline Form appears.
|
247 |
+
|
248 |
+
[Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/Email3-1024x566.png)
|
249 |
+
|
250 |
+
To save your Inline Form you can follow these steps :
|
251 |
+
|
252 |
+
1) Label : Enter Label name for your control.
|
253 |
+
2) Description : Enter Description for your control, which would appear below the input field.
|
254 |
+
3) Required : This field to be mandatory, you can’t choose Not Required.
|
255 |
+
4) Tooltip Text : Enter Tooltip Text for your control, which would appear when you hover on input field.
|
256 |
+
5) Place Holder : Enter the text you want to show in your input field by Default.
|
257 |
+
6) Do not show in the email : If you do not want to show this control appear in your Email then tick this checkbox.
|
258 |
+
Once you fill the Inline Form, click on Save Settings button. A Preview of control will appear in the Form Layout Preview.
|
259 |
+
|
260 |
+
[Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/Email4.png)
|
261 |
+
|
262 |
+
|
263 |
+
= How to add Select Box Control in a Form? =
|
264 |
+
|
265 |
+
In order to add Select Box control in a Form, click on the Select Box button.
|
266 |
+
|
267 |
+
[Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/select_box_1-1024x764.png)
|
268 |
+
|
269 |
+
After click on the Select Box button a control will appear in the Form Layout Preview.
|
270 |
+
|
271 |
+
[Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/select_box_2-1024x764.png)
|
272 |
+
|
273 |
+
Once you see the control there, click on the Settings button and Inline Form appears.
|
274 |
+
|
275 |
+
[Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/select_box_3-1024x450.png)
|
276 |
+
|
277 |
+
To save your Inline Form you can follow these steps :
|
278 |
+
|
279 |
+
1) Label : Enter Label name for your control.
|
280 |
+
2) Required : If you want this field to be mandatory, choose Required else Not Required.
|
281 |
+
3) Tooltip Text : Enter Tooltip Text for your control, which would appear when you hover on input field.
|
282 |
+
4) Options :
|
283 |
+
i) Add : Enter the text and click on Add button to show your options in Dropdown List.
|
284 |
+
ii) Delete : Select the option and click on Delete button to remove options from Dropdown List.
|
285 |
+
5) Do not show in the email : If you do not want to show this control appear in your Email
|
286 |
+
then tick this checkbox.
|
287 |
+
Once you fill the Inline Form, click on Save Settings button. A Preview of control will
|
288 |
+
appear in the Form Layout Preview.
|
289 |
+
|
290 |
+
[Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/select_box_4.png)
|
291 |
+
|
292 |
+
|
293 |
+
= How to add CheckBox Control in a Form? =
|
294 |
+
|
295 |
+
In order to add CheckBox control in a Form, click on the Checkboxes button.
|
296 |
+
|
297 |
+
[Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/checkbox_1-1024x733.png)
|
298 |
+
|
299 |
+
After click on the Checkboxes button a control will appear in the Form Layout Preview.
|
300 |
+
|
301 |
+
[Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/checkbox_2-1024x768.png)
|
302 |
+
|
303 |
+
Once you see the control there, click on the Settings button and Inline Form appears.
|
304 |
+
|
305 |
+
[Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/checkbox3-1024x455.png)
|
306 |
+
|
307 |
+
To save your Inline Form you can follow these steps :
|
308 |
+
|
309 |
+
1) Label : Enter Label name for your control.
|
310 |
+
2) Required : If you want this field to be mandatory, choose Required else Not Required.
|
311 |
+
3) Tooltip Text : Enter Tooltip Text for your control, which would appear when you hover on input field.
|
312 |
+
4) Options :
|
313 |
+
i) Add : Enter the text and click on Add button to show Checkbox.
|
314 |
+
ii) Delete : Select the option and click on Delete button to remove Checkbox.
|
315 |
+
5) Do not show in the email : If you do not want to show this control appear in your Email then tick this checkbox.
|
316 |
+
Once you fill the Inline Form, click on Save Settings button. A Preview of control will
|
317 |
+
appear in the Form Layout Preview.
|
318 |
+
|
319 |
+
[Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/checkbox_4.png)
|
320 |
+
|
321 |
+
|
322 |
+
= How to add Radio Buttons Control in a Form? =
|
323 |
+
|
324 |
+
In order to add Radio Buttons control in a Form, click on the Radio Buttons.
|
325 |
+
|
326 |
+
[Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/radio1-1024x758.png)
|
327 |
+
|
328 |
+
After click on the Radio Buttons a control will appear in the Form Layout Preview.
|
329 |
+
|
330 |
+
[Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/radio_2-1024x764.png)
|
331 |
+
|
332 |
+
Once you see the control there, click on the Settings button and Inline Form appears.
|
333 |
+
|
334 |
+
[Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/radio_3-1024x458.png)
|
335 |
+
|
336 |
+
To save your Inline Form you can follow these steps :
|
337 |
+
|
338 |
+
1) Label : Enter Label name for your control.
|
339 |
+
2) Required : If you want this field to be mandatory, choose Required else Not Required.
|
340 |
+
3) Tooltip Text : Enter Tooltip Text for your control, which would appear when you hover on input field.
|
341 |
+
4) Options :
|
342 |
+
i) Add : Enter the text and click on Add button to show Radio Buttons.
|
343 |
+
ii) Delete : Select the option and click on Delete button to remove Radio Buttons.
|
344 |
+
5) Do not show in the email : If you do not want to show this control appear in your Email then tick this checkbox.
|
345 |
+
Once you fill the Inline Form, click on Save Settings button. A Preview of control
|
346 |
+
will appear in the Form Layout Preview.
|
347 |
+
|
348 |
+
[Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/radio_4.png)
|
349 |
+
|
350 |
+
|
351 |
+
= How to edit form? =
|
352 |
+
|
353 |
+
In order to Edit a Form, you need to go to your Contact Bank Dashboard Page.
|
354 |
+
|
355 |
+
[Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/edit_1-1024x297.png)
|
356 |
+
|
357 |
+
Then click on Edit Form button located at the right side of each Form which
|
358 |
+
you wish to edit.
|
359 |
+
|
360 |
+
Once you click on the button, this page will open.
|
361 |
+
|
362 |
+
[Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/edit2-715x1024.png)
|
363 |
+
|
364 |
+
|
365 |
+
= How to view Form Entries? =
|
366 |
+
|
367 |
+
Form Entries is the collection of data which you fill at the front end.
|
368 |
+
In order to do Form Entries, you need to go to your Contact Bank Dashboard Page.
|
369 |
+
|
370 |
+
Then click on Form Entries button located at the right side of each Form.
|
371 |
+
|
372 |
+
[Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/Form_Entries_1.png)
|
373 |
+
|
374 |
+
Once you click on the button, this page will open.
|
375 |
+
|
376 |
+
[Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/form-entries-1024x339.png)
|
377 |
+
|
378 |
+
|
379 |
+
= How to Preview a Form? =
|
380 |
+
|
381 |
+
In order to Preview your Form, you need to go to your Contact Bank Dashboard Page.
|
382 |
+
Then click on Preview Form button at the right side of each Form.
|
383 |
+
|
384 |
+
[Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/preview12-1024x337.png)
|
385 |
+
|
386 |
+
Once you click on the button, this page will open.
|
387 |
+
|
388 |
+
[Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/preview22-1024x916.png)
|
389 |
+
|
390 |
+
|
391 |
+
= How to Delete a Form? =
|
392 |
+
|
393 |
+
You can Delete a Form if you want to. In order to perform this action, you need to go to your Contact Bank Dashboard Page.
|
394 |
+
Then click on Delete Form button at the right side of each Form.
|
395 |
+
|
396 |
+
[Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/Delete_form_1-1024x298.png)
|
397 |
+
|
398 |
+
Once you click on the button, a confirmation message will appear stating "Are you sure you want to delete this Form?"
|
399 |
+
Click on "OK" to proceed and your Form will be deleted.
|
400 |
+
|
401 |
+
[Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/Delete_form2-1024x292.png)
|
402 |
+
|
403 |
+
|
404 |
+
= What is Email Settings and how to use it? =
|
405 |
+
|
406 |
+
Email Settings is used to create different Email Notifications. These Email Notifications will be sent
|
407 |
+
to both Admin and Customer.
|
408 |
+
|
409 |
+
In order to use Email Settings in Contact Bank Plugin, locate Contact Bank Menu on the left side of WordPress Dashboard Menus and then click on Email Settings.
|
410 |
+
Alternatively, You can go to your Contact Bank Dashboard Page and then click on Email Settings button at the right side of each Form.
|
411 |
+
|
412 |
+
[Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/email_settings1.png)
|
413 |
+
|
414 |
+
[Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/email_settings2-1024x338.png)
|
415 |
+
|
416 |
+
Once you click on the button from any of the above mentioned methods, this page will open.
|
417 |
+
|
418 |
+
[Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/email_settings3-1024x401.png)
|
419 |
+
|
420 |
+
Select Form and click on Add New button. When you click on the button, this page will open.
|
421 |
+
Here you can set various Email Settings.
|
422 |
+
|
423 |
+
[Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/email_settings_4-1024x828.png)
|
424 |
+
|
425 |
+
[Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/email_message-1024x496.png)
|
426 |
+
|
427 |
+
|
428 |
+
= What is the use of "Select a Field" Dropdown in Email Settings? =
|
429 |
+
|
430 |
+
This Dropdown contains all the Input Controls of your form.
|
431 |
+
|
432 |
+
[Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/all_fields-1024x830.png)
|
433 |
+
|
434 |
+
|
435 |
+
= What is the use of "From Name" in Email Settings? =
|
436 |
+
|
437 |
+
Here you can enter the Name by whom the Email is sent (Sender Name), which will be displayed in Email.
|
438 |
+
|
439 |
+
[Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/from_name-1024x827.png)
|
440 |
+
|
441 |
+
|
442 |
+
= What is the use of "From Email" in Email Settings? =
|
443 |
+
|
444 |
+
Here you can enter the Email Address by whom the mail is sent (Sender Email Address), which will be displayed in Email.
|
445 |
+
|
446 |
+
[Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/from_email-1024x826.png)
|
447 |
+
|
448 |
+
|
449 |
+
= What is the use of "Cc" and "Bcc" in Email Settings? =
|
450 |
+
|
451 |
+
Cc stands for “Carbon Copy”. Anyone listed in the Cc field, will receive a copy of the message that you send. All other recipients of that message will be able to see that
|
452 |
+
the person you designated as a Cc recipient has received a copy of the message.
|
453 |
+
|
454 |
+
Bcc stands for “Blind Carbon Copy”. This is similar to the Cc feature, except that Bcc recipients are invisible to all of the other recipients of the message (including other Bcc recipients).
|
455 |
+
|
456 |
+
[Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/Email_cc-1024x847.png)
|
457 |
+
|
458 |
+
|
459 |
+
= What is the use of "Subject " in Email Settings? =
|
460 |
+
|
461 |
+
Here you can enter the Subject for your Email.
|
462 |
+
|
463 |
+
[Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/email_setting_subject-1024x844.png)
|
464 |
+
|
465 |
+
|
466 |
+
= What is the use of "Message " in Email Settings? =
|
467 |
+
|
468 |
+
Here you can add any Message which you want to show in your Email.
|
469 |
+
You can also add different Fields from drop-down which is located at the right side of the Text Editor.
|
470 |
+
|
471 |
+
[Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/email_message-1024x496.png)
|
472 |
+
|
473 |
+
|
474 |
+
= How to view System Status? =
|
475 |
+
|
476 |
+
In order to view your System Status your need to go to Contact Bank Menu on the left side of WordPress Dashboard Menus and then click on System Status.
|
477 |
+
|
478 |
+
[Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/system_status1.png)
|
479 |
+
|
480 |
+
Once you click on the link, this page will open. Here you can view the Status of your System.
|
481 |
+
|
482 |
+
[Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/system_status2-1006x1024.png)
|
483 |
+
|
484 |
+
[Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/system_status3-794x1024.png)
|
485 |
+
|
486 |
+
|
487 |
+
= How to set Shortcode for a Form in Contact Bank Plugin? =
|
488 |
+
|
489 |
+
In order to set Shortcode for a Form, you need to follow these steps :
|
490 |
+
|
491 |
+
1) Locate Pages Menu on the left side of WordPress Dashboard Menus and then click on All Pages.
|
492 |
+
|
493 |
+
2) Once you click on the All Pages, this page will open. Click on Add New button to add a new page.
|
494 |
+
|
495 |
+
[Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/shortcode1.png)
|
496 |
+
|
497 |
+
3) When you click on Add New button, this page will open. Click on Add Contact Bank Form button located at the top of the page next to Add Media button.
|
498 |
+
|
499 |
+
[Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/shortcode2-1024x518.png)
|
500 |
+
|
501 |
+
4) When you click on Add Contact Bank Form button, this Inline Form will open.
|
502 |
+
|
503 |
+
[Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/shortcode3-1024x403.png)
|
504 |
+
|
505 |
+
|
506 |
+
== Screenshots ==
|
507 |
+
|
508 |
+
1. Contact Bank Dashboard Page
|
509 |
+
2. Add New Form
|
510 |
+
3. How to add Single Line Text Control in Contact Bank Form?
|
511 |
+
4. How to add Paragraph Text Control in Contact Bank Form?
|
512 |
+
5. How to add Email Address Control in Contact Bank Form?
|
513 |
+
6. How to add Select Box Control in Contact Bank Form?
|
514 |
+
7. How to add Check Box Control in Contact Bank Form?
|
515 |
+
8. How to add Radio Buttons Control in Contact Bank Form?
|
516 |
+
9. How to Edit Form?
|
517 |
+
10. How to Preview a Form?
|
518 |
+
11. How to use Email Settings in Contact Bank?
|
519 |
+
12. How to view System Status?
|
520 |
+
13. How to set Shortcode for a Form in Contact Bank Plugin?
|
521 |
+
|
522 |
|
523 |
== Changelog ==
|
524 |
|
views/contact_bank_pro_version.php
CHANGED
@@ -364,7 +364,7 @@ if(isset($_REQUEST["msg"]))
|
|
364 |
</p>
|
365 |
<p>We commit to responses within 24 hours on weekdays – generally within hours during week day work hours.</p>
|
366 |
<p>
|
367 |
-
<a class="btn btn-danger" href="http://tech-banker.com/get-in-touch/" target="_blank" style="text-decoration: none;"><?php _e("
|
368 |
</p>
|
369 |
<img src="<?php echo CONTACT_BK_PLUGIN_URL . "/assets/images/img.png";?>" style="max-width:100%;cursor: pointer;" />
|
370 |
<p>
|
364 |
</p>
|
365 |
<p>We commit to responses within 24 hours on weekdays – generally within hours during week day work hours.</p>
|
366 |
<p>
|
367 |
+
<a class="btn btn-danger" href="http://tech-banker.com/get-in-touch/" target="_blank" style="text-decoration: none;"><?php _e("Let’s get in touch!", contact_bank); ?></a>
|
368 |
</p>
|
369 |
<img src="<?php echo CONTACT_BK_PLUGIN_URL . "/assets/images/img.png";?>" style="max-width:100%;cursor: pointer;" />
|
370 |
<p>
|
views/contact_view.php
CHANGED
@@ -2,232 +2,223 @@
|
|
2 |
$form_settings = array();
|
3 |
global $wpdb;
|
4 |
$form_id = intval($_REQUEST["form_id"]);
|
5 |
-
$
|
6 |
(
|
7 |
-
|
|
|
|
|
|
|
|
|
8 |
);
|
9 |
-
if($
|
10 |
{
|
11 |
|
12 |
-
|
|
|
|
|
13 |
(
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
$wpdb->query
|
24 |
-
(
|
25 |
-
$wpdb->prepare
|
26 |
-
(
|
27 |
-
"INSERT INTO ".contact_bank_contact_form()."(form_id,form_name) VALUES(%d,%s)",
|
28 |
-
$form_id,
|
29 |
-
"Untitled Form (Draft)"
|
30 |
-
)
|
31 |
-
);
|
32 |
-
$wpdb->query
|
33 |
-
(
|
34 |
-
$wpdb->prepare
|
35 |
-
(
|
36 |
-
"INSERT INTO ". contact_bank_form_settings_Table() ."(form_id,form_message_key,form_message_value)VALUES(%d, %s, %s)",
|
37 |
-
$form_id,
|
38 |
-
"redirect",
|
39 |
-
"0"
|
40 |
-
)
|
41 |
-
);
|
42 |
-
$wpdb->query
|
43 |
-
(
|
44 |
-
$wpdb->prepare
|
45 |
-
(
|
46 |
-
"INSERT INTO ". contact_bank_form_settings_Table() ."(form_id,form_message_key,form_message_value)VALUES(%d, %s, %s)",
|
47 |
-
$form_id,
|
48 |
-
"redirect_url",
|
49 |
-
""
|
50 |
-
)
|
51 |
-
);
|
52 |
-
$wpdb->query
|
53 |
-
(
|
54 |
-
$wpdb->prepare
|
55 |
-
(
|
56 |
-
"INSERT INTO ". contact_bank_form_settings_Table() ."(form_id,form_message_key,form_message_value)VALUES(%d, %s, %s)",
|
57 |
-
$form_id,
|
58 |
-
"success_message",
|
59 |
-
""
|
60 |
-
)
|
61 |
-
);
|
62 |
-
$wpdb->query
|
63 |
-
(
|
64 |
-
$wpdb->prepare
|
65 |
-
(
|
66 |
-
"INSERT INTO ". contact_bank_form_settings_Table() ."(form_id,form_message_key,form_message_value)VALUES(%d, %s, %s)",
|
67 |
-
$form_id,
|
68 |
-
"blank_field_message",
|
69 |
-
"Required field must not be blank"
|
70 |
-
)
|
71 |
-
);
|
72 |
-
$wpdb->query
|
73 |
-
(
|
74 |
-
$wpdb->prepare
|
75 |
-
(
|
76 |
-
"INSERT INTO ". contact_bank_form_settings_Table() ."(form_id,form_message_key,form_message_value)VALUES(%d, %s, %s)",
|
77 |
-
$form_id,
|
78 |
-
"incorrect_email_message",
|
79 |
-
"Please enter a valid e-mail address"
|
80 |
-
)
|
81 |
-
);
|
82 |
-
$wpdb->query
|
83 |
-
(
|
84 |
-
$wpdb->prepare
|
85 |
-
(
|
86 |
-
"INSERT INTO ". contact_bank_form_settings_Table() ."(form_id,form_message_key,form_message_value)VALUES(%d, %s, %s)",
|
87 |
-
$form_id,
|
88 |
-
"form_description",
|
89 |
-
""
|
90 |
-
)
|
91 |
-
);
|
92 |
-
$settings = array();
|
93 |
-
$settings["label_setting_font_family"] = "inherit";
|
94 |
-
$settings["label_setting_font_color"] = "#000000";
|
95 |
-
$settings["label_setting_font_style"] = "normal";
|
96 |
-
$settings["label_setting_font_size"] = "16";
|
97 |
-
$settings["label_setting_font_align_left"] = "0";
|
98 |
-
$settings["label_setting_label_position"] = "top";
|
99 |
-
$settings["label_setting_field_size"] = "11";
|
100 |
-
$settings["label_setting_field_align"] = "left";
|
101 |
-
$settings["label_setting_hide_label"] = "0";
|
102 |
-
$settings["label_setting_text_direction"] = "inherit";
|
103 |
-
|
104 |
-
$settings["input_field_font_family"] = "inherit";
|
105 |
-
$settings["input_field_font_color"] = "#000000";
|
106 |
-
$settings["input_field_font_style"] = "normal";
|
107 |
-
$settings["input_field_font_size"] = "14";
|
108 |
-
$settings["input_field_border_radius"] = "0";
|
109 |
-
$settings["input_field_border_color"] = "#e5e5e5";
|
110 |
-
$settings["input_field_border_size"] = "1";
|
111 |
-
$settings["input_field_border_style"] = "solid";
|
112 |
-
$settings["input_field_clr_bg_color"] = "#ffffff";
|
113 |
-
$settings["input_field_rdl_multiple_row"] = "1";
|
114 |
-
$settings["input_field_rdl_text_align"] = "0";
|
115 |
-
$settings["input_field_text_direction"] = "inherit";
|
116 |
-
$settings["input_field_input_size"] = "layout-span6";
|
117 |
-
|
118 |
-
$settings["submit_button_font_family"] = "inherit";
|
119 |
-
$settings["submit_button_text"] = "Submit ";
|
120 |
-
$settings["submit_button_font_style"] = "normal";
|
121 |
-
$settings["submit_button_font_size"] = "12";
|
122 |
-
$settings["submit_button_button_width"] = "110";
|
123 |
-
$settings["submit_button_bg_color"] = "#B8B8B8";
|
124 |
-
$settings["submit_button_hover_bg_color"] = "#e5e5e5";
|
125 |
-
$settings["submit_button_text_color"] = "#000000";
|
126 |
-
$settings["submit_button_border_color"] = "#B8B8B8";
|
127 |
-
$settings["submit_button_border_size"] = "1";
|
128 |
-
$settings["submit_button_border_radius"] = "2";
|
129 |
-
$settings["submit_button_rdl_text_align"] = "0";
|
130 |
-
$settings["submit_button_text_direction"] = "inherit";
|
131 |
-
|
132 |
-
$settings["success_msg_font_family"] = "inherit";
|
133 |
-
$settings["success_msg_font_size"] = "12";
|
134 |
-
$settings["success_msg_bg_color"] = "#e5ffd5";
|
135 |
-
$settings["success_msg_border_color"] = "#e5ffd5";
|
136 |
-
$settings["success_msg_text_color"] = "#6aa500";
|
137 |
-
$settings["success_msg_rdl_text_align"] = "0";
|
138 |
-
$settings["success_msg_text_direction"] = "inherit";
|
139 |
-
|
140 |
-
$settings["error_msg_font_family"] = "inherit";
|
141 |
-
$settings["error_msg_font_size"] = "12";
|
142 |
-
$settings["error_msg_bg_color"] = "#ffcaca";
|
143 |
-
$settings["error_msg_border_color"] = "#ffcaca";
|
144 |
-
$settings["error_msg_text_color"] = "#ff2c38";
|
145 |
-
$settings["error_msg_rdl_text_align"] = "0";
|
146 |
-
$settings["error_msg_text_direction"] = "inherit";
|
147 |
-
foreach($settings as $key => $value)
|
148 |
-
{
|
149 |
-
$sql[] = '('.$form_id.',"'.mysql_real_escape_string($key).'", "'.mysql_real_escape_string($value).'")';
|
150 |
-
}
|
151 |
-
$wpdb->query
|
152 |
-
(
|
153 |
-
"INSERT INTO " . contact_bank_layout_settings_Table() . "(form_id,form_settings_key,form_settings_value) VALUES ".implode(',', $sql)
|
154 |
-
);
|
155 |
-
$email_name = "Admin Notification";
|
156 |
-
$send_to = get_option('admin_email');
|
157 |
-
$email_address = get_option('admin_email');
|
158 |
-
$email_from_name = "Site Administration";
|
159 |
-
$email_from_email = get_option('admin_email');
|
160 |
-
$email_subject = "New Contact recieved from Website";
|
161 |
-
$uxDescription_email = "Hello Admin,<br><br>
|
162 |
-
A new user has visited your website.<br><br>
|
163 |
-
Here are the details :<br><br>
|
164 |
-
<br>Thanks,<br><br>
|
165 |
-
<strong>Technical Support Team</strong>";
|
166 |
-
$wpdb->query
|
167 |
-
(
|
168 |
-
$wpdb->prepare
|
169 |
-
(
|
170 |
-
"INSERT INTO " . contact_bank_email_template_admin(). " (email_to,email_from,body_content,subject,form_id,from_name,name,send_to) VALUES(%s,%s,%s,%s,%d,%s,%s,%d)",
|
171 |
-
$email_address,
|
172 |
-
$email_from_email,
|
173 |
-
$uxDescription_email,
|
174 |
-
$email_subject,
|
175 |
-
$form_id,
|
176 |
-
$email_from_name,
|
177 |
-
$email_name,
|
178 |
-
$send_to
|
179 |
-
)
|
180 |
-
);
|
181 |
-
$email_name_client = "Client Notification";
|
182 |
-
$email_subject_client = "Thanks for visiting our website";
|
183 |
-
$email_from_name = "Site Administration";
|
184 |
-
$email_from_email = get_option('admin_email');
|
185 |
-
$uxDescription_email_client = "Hi,<br><br>
|
186 |
-
Thanks for visiting our website. We will be Contacting you soon next 24 hours.<br><br>
|
187 |
-
<br>Thanks,<br><br>
|
188 |
-
<strong>Support Team</strong>
|
189 |
-
";
|
190 |
-
$wpdb->query
|
191 |
-
(
|
192 |
-
$wpdb->prepare
|
193 |
-
(
|
194 |
-
"INSERT INTO " . contact_bank_email_template_admin(). " (email_to,email_from,body_content,subject,form_id,from_name,name,send_to) VALUES(%s,%s,%s,%s,%d,%s,%s,%d)",
|
195 |
-
"",
|
196 |
-
$email_from_email,
|
197 |
-
$uxDescription_email_client,
|
198 |
-
$email_subject_client,
|
199 |
-
$form_id,
|
200 |
-
$email_from_name,
|
201 |
-
$email_name_client,
|
202 |
-
""
|
203 |
-
)
|
204 |
-
);
|
205 |
-
}
|
206 |
-
}
|
207 |
-
else
|
208 |
-
{
|
209 |
-
$form_data = $wpdb->get_results
|
210 |
(
|
211 |
-
|
212 |
-
|
213 |
-
|
214 |
-
|
215 |
-
|
216 |
-
|
217 |
-
|
218 |
-
|
219 |
-
|
220 |
-
|
221 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
222 |
(
|
223 |
-
|
224 |
-
|
225 |
-
|
226 |
-
|
227 |
-
|
228 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
229 |
}
|
230 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
231 |
?>
|
232 |
<form id="ux_dynamic_form_submit" class="layout-form">
|
233 |
<div id="poststuff" style="width: 99% !important;">
|
2 |
$form_settings = array();
|
3 |
global $wpdb;
|
4 |
$form_id = intval($_REQUEST["form_id"]);
|
5 |
+
$last_form_id = $wpdb->get_var
|
6 |
(
|
7 |
+
$wpdb->prepare
|
8 |
+
(
|
9 |
+
"SELECT form_id FROM " .contact_bank_contact_form(). " where form_id= %d",
|
10 |
+
$form_id
|
11 |
+
)
|
12 |
);
|
13 |
+
if(count($last_form_id) == 0)
|
14 |
{
|
15 |
|
16 |
+
$wpdb->query
|
17 |
+
(
|
18 |
+
$wpdb->prepare
|
19 |
(
|
20 |
+
"INSERT INTO ".contact_bank_contact_form()."(form_id,form_name) VALUES(%d,%s)",
|
21 |
+
$form_id,
|
22 |
+
"Untitled Form (Draft)"
|
23 |
+
)
|
24 |
+
);
|
25 |
+
$wpdb->query
|
26 |
+
(
|
27 |
+
$wpdb->prepare
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
(
|
29 |
+
"INSERT INTO ". contact_bank_form_settings_Table() ."(form_id,form_message_key,form_message_value)VALUES(%d, %s, %s)",
|
30 |
+
$form_id,
|
31 |
+
"redirect",
|
32 |
+
"0"
|
33 |
+
)
|
34 |
+
);
|
35 |
+
$wpdb->query
|
36 |
+
(
|
37 |
+
$wpdb->prepare
|
38 |
+
(
|
39 |
+
"INSERT INTO ". contact_bank_form_settings_Table() ."(form_id,form_message_key,form_message_value)VALUES(%d, %s, %s)",
|
40 |
+
$form_id,
|
41 |
+
"redirect_url",
|
42 |
+
""
|
43 |
+
)
|
44 |
+
);
|
45 |
+
$wpdb->query
|
46 |
+
(
|
47 |
+
$wpdb->prepare
|
48 |
(
|
49 |
+
"INSERT INTO ". contact_bank_form_settings_Table() ."(form_id,form_message_key,form_message_value)VALUES(%d, %s, %s)",
|
50 |
+
$form_id,
|
51 |
+
"success_message",
|
52 |
+
""
|
53 |
+
)
|
54 |
+
);
|
55 |
+
$wpdb->query
|
56 |
+
(
|
57 |
+
$wpdb->prepare
|
58 |
+
(
|
59 |
+
"INSERT INTO ". contact_bank_form_settings_Table() ."(form_id,form_message_key,form_message_value)VALUES(%d, %s, %s)",
|
60 |
+
$form_id,
|
61 |
+
"blank_field_message",
|
62 |
+
"Required field must not be blank"
|
63 |
+
)
|
64 |
+
);
|
65 |
+
$wpdb->query
|
66 |
+
(
|
67 |
+
$wpdb->prepare
|
68 |
+
(
|
69 |
+
"INSERT INTO ". contact_bank_form_settings_Table() ."(form_id,form_message_key,form_message_value)VALUES(%d, %s, %s)",
|
70 |
+
$form_id,
|
71 |
+
"incorrect_email_message",
|
72 |
+
"Please enter a valid e-mail address"
|
73 |
+
)
|
74 |
+
);
|
75 |
+
$wpdb->query
|
76 |
+
(
|
77 |
+
$wpdb->prepare
|
78 |
+
(
|
79 |
+
"INSERT INTO ". contact_bank_form_settings_Table() ."(form_id,form_message_key,form_message_value)VALUES(%d, %s, %s)",
|
80 |
+
$form_id,
|
81 |
+
"form_description",
|
82 |
+
""
|
83 |
+
)
|
84 |
+
);
|
85 |
+
$settings = array();
|
86 |
+
$settings["label_setting_font_family"] = "inherit";
|
87 |
+
$settings["label_setting_font_color"] = "#000000";
|
88 |
+
$settings["label_setting_font_style"] = "normal";
|
89 |
+
$settings["label_setting_font_size"] = "16";
|
90 |
+
$settings["label_setting_font_align_left"] = "0";
|
91 |
+
$settings["label_setting_label_position"] = "top";
|
92 |
+
$settings["label_setting_field_size"] = "11";
|
93 |
+
$settings["label_setting_field_align"] = "left";
|
94 |
+
$settings["label_setting_hide_label"] = "0";
|
95 |
+
$settings["label_setting_text_direction"] = "inherit";
|
96 |
+
|
97 |
+
$settings["input_field_font_family"] = "inherit";
|
98 |
+
$settings["input_field_font_color"] = "#000000";
|
99 |
+
$settings["input_field_font_style"] = "normal";
|
100 |
+
$settings["input_field_font_size"] = "14";
|
101 |
+
$settings["input_field_border_radius"] = "0";
|
102 |
+
$settings["input_field_border_color"] = "#e5e5e5";
|
103 |
+
$settings["input_field_border_size"] = "1";
|
104 |
+
$settings["input_field_border_style"] = "solid";
|
105 |
+
$settings["input_field_clr_bg_color"] = "#ffffff";
|
106 |
+
$settings["input_field_rdl_multiple_row"] = "1";
|
107 |
+
$settings["input_field_rdl_text_align"] = "0";
|
108 |
+
$settings["input_field_text_direction"] = "inherit";
|
109 |
+
$settings["input_field_input_size"] = "layout-span6";
|
110 |
+
|
111 |
+
$settings["submit_button_font_family"] = "inherit";
|
112 |
+
$settings["submit_button_text"] = "Submit ";
|
113 |
+
$settings["submit_button_font_style"] = "normal";
|
114 |
+
$settings["submit_button_font_size"] = "12";
|
115 |
+
$settings["submit_button_button_width"] = "110";
|
116 |
+
$settings["submit_button_bg_color"] = "#B8B8B8";
|
117 |
+
$settings["submit_button_hover_bg_color"] = "#e5e5e5";
|
118 |
+
$settings["submit_button_text_color"] = "#000000";
|
119 |
+
$settings["submit_button_border_color"] = "#B8B8B8";
|
120 |
+
$settings["submit_button_border_size"] = "1";
|
121 |
+
$settings["submit_button_border_radius"] = "2";
|
122 |
+
$settings["submit_button_rdl_text_align"] = "0";
|
123 |
+
$settings["submit_button_text_direction"] = "inherit";
|
124 |
+
|
125 |
+
$settings["success_msg_font_family"] = "inherit";
|
126 |
+
$settings["success_msg_font_size"] = "12";
|
127 |
+
$settings["success_msg_bg_color"] = "#e5ffd5";
|
128 |
+
$settings["success_msg_border_color"] = "#e5ffd5";
|
129 |
+
$settings["success_msg_text_color"] = "#6aa500";
|
130 |
+
$settings["success_msg_rdl_text_align"] = "0";
|
131 |
+
$settings["success_msg_text_direction"] = "inherit";
|
132 |
+
|
133 |
+
$settings["error_msg_font_family"] = "inherit";
|
134 |
+
$settings["error_msg_font_size"] = "12";
|
135 |
+
$settings["error_msg_bg_color"] = "#ffcaca";
|
136 |
+
$settings["error_msg_border_color"] = "#ffcaca";
|
137 |
+
$settings["error_msg_text_color"] = "#ff2c38";
|
138 |
+
$settings["error_msg_rdl_text_align"] = "0";
|
139 |
+
$settings["error_msg_text_direction"] = "inherit";
|
140 |
+
foreach($settings as $key => $value)
|
141 |
+
{
|
142 |
+
$sql[] = '('.$form_id.',"'.mysql_real_escape_string($key).'", "'.mysql_real_escape_string($value).'")';
|
143 |
+
}
|
144 |
+
$wpdb->query
|
145 |
+
(
|
146 |
+
"INSERT INTO " . contact_bank_layout_settings_Table() . "(form_id,form_settings_key,form_settings_value) VALUES ".implode(',', $sql)
|
147 |
+
);
|
148 |
+
$email_name = "Admin Notification";
|
149 |
+
$send_to = get_option('admin_email');
|
150 |
+
$email_address = get_option('admin_email');
|
151 |
+
$email_from_name = "Site Administration";
|
152 |
+
$email_from_email = get_option('admin_email');
|
153 |
+
$email_subject = "New Contact recieved from Website";
|
154 |
+
$uxDescription_email = "Hello Admin,<br><br>
|
155 |
+
A new user has visited your website.<br><br>
|
156 |
+
Here are the details :<br><br>
|
157 |
+
<br>Thanks,<br><br>
|
158 |
+
<strong>Technical Support Team</strong>";
|
159 |
+
$wpdb->query
|
160 |
+
(
|
161 |
+
$wpdb->prepare
|
162 |
+
(
|
163 |
+
"INSERT INTO " . contact_bank_email_template_admin(). " (email_to,email_from,body_content,subject,form_id,from_name,name,send_to) VALUES(%s,%s,%s,%s,%d,%s,%s,%d)",
|
164 |
+
$email_address,
|
165 |
+
$email_from_email,
|
166 |
+
$uxDescription_email,
|
167 |
+
$email_subject,
|
168 |
+
$form_id,
|
169 |
+
$email_from_name,
|
170 |
+
$email_name,
|
171 |
+
$send_to
|
172 |
+
)
|
173 |
+
);
|
174 |
+
$email_name_client = "Client Notification";
|
175 |
+
$email_subject_client = "Thanks for visiting our website";
|
176 |
+
$email_from_name = "Site Administration";
|
177 |
+
$email_from_email = get_option('admin_email');
|
178 |
+
$uxDescription_email_client = "Hi,<br><br>
|
179 |
+
Thanks for visiting our website. We will be Contacting you soon next 24 hours.<br><br>
|
180 |
+
<br>Thanks,<br><br>
|
181 |
+
<strong>Support Team</strong>
|
182 |
+
";
|
183 |
+
$wpdb->query
|
184 |
+
(
|
185 |
+
$wpdb->prepare
|
186 |
+
(
|
187 |
+
"INSERT INTO " . contact_bank_email_template_admin(). " (email_to,email_from,body_content,subject,form_id,from_name,name,send_to) VALUES(%s,%s,%s,%s,%d,%s,%s,%d)",
|
188 |
+
"",
|
189 |
+
$email_from_email,
|
190 |
+
$uxDescription_email_client,
|
191 |
+
$email_subject_client,
|
192 |
+
$form_id,
|
193 |
+
$email_from_name,
|
194 |
+
$email_name_client,
|
195 |
+
""
|
196 |
+
)
|
197 |
+
);
|
198 |
+
}
|
199 |
+
else
|
200 |
+
{
|
201 |
+
$form_data = $wpdb->get_results
|
202 |
+
(
|
203 |
+
$wpdb->prepare
|
204 |
+
(
|
205 |
+
"SELECT * FROM " .contact_bank_form_settings_Table(). " where form_id = %d",
|
206 |
+
$form_id
|
207 |
+
)
|
208 |
+
);
|
209 |
+
for($flag = 0; $flag<count($form_data);$flag++)
|
210 |
+
{
|
211 |
+
$form_settings[$form_id][$form_data[$flag]->form_message_key] = $form_data[$flag]->form_message_value;
|
212 |
}
|
213 |
+
$form_name = $wpdb->get_var
|
214 |
+
(
|
215 |
+
$wpdb->prepare
|
216 |
+
(
|
217 |
+
"SELECT form_name FROM " .contact_bank_contact_form(). " where form_id = %d",
|
218 |
+
$form_id
|
219 |
+
)
|
220 |
+
);
|
221 |
+
}
|
222 |
?>
|
223 |
<form id="ux_dynamic_form_submit" class="layout-form">
|
224 |
<div id="poststuff" style="width: 99% !important;">
|
views/dashboard.php
CHANGED
@@ -217,7 +217,7 @@ if($popup == "")
|
|
217 |
</p>
|
218 |
<p>We commit to responses within 24 hours on weekdays – generally within hours during week day work hours.</p>
|
219 |
<p>
|
220 |
-
<a class="btn btn-danger" href="http://tech-banker.com/get-in-touch/" target="_blank" style="text-decoration: none;"><?php _e("Let
|
221 |
</p>
|
222 |
<img src="<?php echo CONTACT_BK_PLUGIN_URL . "/assets/images/img.png";?>" style="max-width:100%;cursor: pointer;" />
|
223 |
<p>
|
@@ -230,6 +230,8 @@ if($popup == "")
|
|
230 |
</div>
|
231 |
</div>
|
232 |
</div>
|
|
|
|
|
233 |
<script type="text/javascript">
|
234 |
jQuery(".hovertip").tooltip();
|
235 |
jQuery(document).ready(function()
|
217 |
</p>
|
218 |
<p>We commit to responses within 24 hours on weekdays – generally within hours during week day work hours.</p>
|
219 |
<p>
|
220 |
+
<a class="btn btn-danger" href="http://tech-banker.com/get-in-touch/" target="_blank" style="text-decoration: none;"><?php _e("Let’s get in touch!", contact_bank); ?></a>
|
221 |
</p>
|
222 |
<img src="<?php echo CONTACT_BK_PLUGIN_URL . "/assets/images/img.png";?>" style="max-width:100%;cursor: pointer;" />
|
223 |
<p>
|
230 |
</div>
|
231 |
</div>
|
232 |
</div>
|
233 |
+
|
234 |
+
|
235 |
<script type="text/javascript">
|
236 |
jQuery(".hovertip").tooltip();
|
237 |
jQuery(document).ready(function()
|
views/header.php
CHANGED
@@ -1,10 +1,14 @@
|
|
1 |
<?php
|
2 |
$cb_lang = array();
|
3 |
$cb_lang_translated_languages = array();
|
4 |
-
array_push($cb_lang_translated_languages,"fr_FR","ru_RU","en_US","es_ES", "nl_NL","hu_HU","de_DE", "pt_BR", "pt_PT","et"
|
5 |
|
6 |
-
array_push($cb_lang, "ar", "bg_BG", "da_DK", "fi_FI", "
|
|
|
|
|
7 |
$cb_language = get_locale();
|
|
|
|
|
8 |
?>
|
9 |
<script>
|
10 |
jQuery(document).ready(function()
|
1 |
<?php
|
2 |
$cb_lang = array();
|
3 |
$cb_lang_translated_languages = array();
|
4 |
+
array_push($cb_lang_translated_languages,"fr_FR","ru_RU","en_US","sv_SE","es_ES", "nl_NL","hu_HU","de_DE", "pt_BR", "pt_PT","et");
|
5 |
|
6 |
+
array_push($cb_lang, "ar", "bg_BG", "da_DK", "fi_FI", "he_IL", "id_ID",
|
7 |
+
"it_IT", "ja", "ko_KR", "ms_MY", "pl_PL", "ro_RO", "sk_SK", "sl_SI", "sq_AL",
|
8 |
+
"sr_RS", "th", "tr", "zh_CN");
|
9 |
$cb_language = get_locale();
|
10 |
+
|
11 |
+
|
12 |
?>
|
13 |
<script>
|
14 |
jQuery(document).ready(function()
|