Açıklama
About
This is a lightweight plugin to create a customized contact form.
Add shortcode [contact] on a page or use the widget to display your form.
Form has fields for Name, Email, Subject and Message. It also has a privacy consent checkbox.
You can personalize your form via the settingspage or by adding attributes to the shortcode or the widget.
It’s also possible to list form submissions in your dashboard.
How to use
After installation add shortcode [contact] on a page or use the widget to display your form.
Settingspage
You can personalize your form via the settingspage. This page can be found via Settings > VSCF.
Settings and labels can be overridden when using the relevant (shortcode) attributes below.
This can be useful when having multiple contact forms on your website.
Kısakod öznitelikleri
You can also personalize your form by adding attributes to the shortcode mentioned above.
Misc:
- Add custom CSS class to form:
class="your-class-here"
- Change admin email address:
email_to="your-email-here"
- Send to multiple email addresses:
email_to="first-email-here, second-email-here"
- Change “From” email header:
from_header="your-email-here"
- Change prefix of email subject:
prefix_subject="your prefix here"
- Change email subject (including prefix):
subject="your subject here"
Field labels:
- Change name label:
label_name="your label here"
- Change email label:
label_email="your label here"
- Change subject label:
label_subject="your label here"
- Change message label:
label_message="your label here"
- Change privacy consent label:
label_privacy="your label here"
- Change submit label:
label_submit="your label here"
Field error labels:
- Change name error label:
error_name="your label here"
- Change email error label:
error_email="your label here"
- Change subject error label:
error_subject="your label here"
- Change message error label:
error_message="your label here"
Form messages:
- Change message when sending fails:
message_error="your message here"
- Change message when sending succeeds:
message_success="your message here"
- Change message in confirmation email when sending succeeds:
auto_reply_message="your message here"
Examples:
- One attribute:
[contact email_to="your-email-here"]
- Multiple attributes:
[contact email_to="your-email-here" subject="your subject here" label_submit="your label here"]
Bileşen öznitelikleri
The widget supports the same attributes. Don’t add the main shortcode tag or the brackets.
Examples:
- One attribute:
email_to="your-email-here"
- Multiple attributes: `email_to=”your-email-here” subject=”your subject here” label_submit=”your label here”
Form gönderilerini başlangıç ekranında listele
Via Settings > VSCF you can activate the listing of form submissions in your dashboard.
After activation you will notice a new menu item called “Submissions”.
SMTP
SMTP (Simple Mail Transfer Protocol) is an internet standard for sending emails.
WordPress supports the PHP mail()
function by default, but when using SMTP there’s less chance your form submissions are being marked as spam.
You should install an additional plugin for this, such as:
Use these plugins at your own risk. For support visit the relevant plugin forum.
Uninstall
If you uninstall plugin via dashboard all form submissions and settings will be removed from database.
All posts of the (custom) post type “submission” will be removed.
You can avoid this via Settings > VSCF.
Question?
Please take a look at the FAQ section.
Çeviri
Dahil olmasa da eklenti WordPress dil dosyalarını destekliyor.
More translations are very welcome!
Emeği geçenler
WordPress belgeleri ve WordPress topluluğunun yardımları olmasa bu eklentiyi geliştiremezdim, yani: teşekkürler!
Enjoy!
Ekran Görüntüleri
Çok Basit İletişim Formu (GeneratePress theme). Çok Basit İletişim Formu (GeneratePress theme). Çok Basit İletişim Formu widget (GeneratePress theme). Çok Basit İletişim Formu widget (dashboard). Çok Basit İletişim Formu settingspage (dashboard). Çok Basit İletişim Formu settingspage (dashboard). Çok Basit İletişim Formu settingspage (dashboard). Çok Basit İletişim Formu submissions (dashboard).
Yükleme
Please check Description section for installation info.
SSS
-
About the FAQ
-
The FAQ are updated regularly to include support for newly added or changed plugin features.
-
Eklenti dilini nasıl belirlerim?
-
Plugin will use the website language, set in Settings > General.
If plugin isn’t translated into this language, language fallback will be English.
-
What is the default admin email address?
-
By default form submissions will be send to the email address set in Settings > General.
You can change this via Settings > VSCF or by using an attribute.
-
What is the default email subject?
-
By default the email subject contains a prefix (the title of your website), followed by the subject that sender has filled in. If subject field is disabled it only contains the prefix (the title of your website).
You can change this by using an attribute.
The same subject will also be used in the confirmation email to sender.
-
Why is the “from” email address not from sender?
-
I have used a default so called “From” email header to avoid form submissions being marked as spam.
Best practice is using a “From” email header (an email address) that ends with your website domain.
That’s why the default “From” email header starts with “wordpress” and ends with your website domain.
You can change this by using an attribute.
Your reply to sender will use another email header, called “Reply-To”, which is the email address that sender has filled in.
-
Can I display multiple forms on the same page?
-
Do not add multiple shortcodes on the same page. This might cause a conflict.
But you can display a form by using the shortcode and a form by using the widget, on the same page.
-
Why does form submission fail?
-
An error message is displayed if plugin was unable to send form. This might be caused by the settings of your server.
Your hosting provider might have disabled the mail function of your server. Please contact them for info.
They might advice you to install a SMTP plugin. For more info check the “SMTP” section.
-
Why am I not receiving form submissions?
-
- Please also check the junk/spam folder of your mailbox
- Check installation info above and check shortcode (attributes) for mistakes
- Install another contact form plugin to determine whether it’s caused by my plugin or something else
- In case you’re using a SMTP plugin, please check their settingspage for mistakes
-
Does this plugin have anti-spam features?
-
Of course, the native WordPress sanitizing and escaping functions are included.
And form contains honeypot fields and a time trap. This is not visible in the frontend of your website.
-
Does this plugin meet the conditions of the GDPR?
-
The General Data Protection Regulation (GDPR) is a regulation in EU law on data protection and privacy for all individuals within the European Union.
I did my best to meet the conditions of the GDPR:
- You can activate a privacy consent checkbox on form
- You can disable collection of IP address
- Form submissions are safely stored in database, similar to how the native posts and pages are stored
- You can easily delete form submissions
-
Does this plugin have its own block?
-
No, plugin doesn’t have its own block in the editor and there are no plans to add this anytime soon.
-
No Semantic versioning?
-
Version number doesn’t give you info about the type of update (major, minor, patch). You should check changelog for that.
-
Nasıl bağış yaparım?
-
You like my plugin and you’re willing to make a donation? Thanks, I really appreciate that! There’s a PayPal donate link at my website.
-
Başka soru ya da yorum?
-
Lütfen eklenti forumunda bir başlık açın.
İncelemeler
Katkıda Bulunanlar ve Geliştiriciler
“Çok Basit İletişim Formu” açık kaynaklı yazılımdır. Aşağıdaki kişiler bu eklentiye katkıda bulunmuşlardır.
Katkıda bulunanlar“Çok Basit İletişim Formu” 22 dile çevrildi. Katkıda bulundukları için çevirmenlere teşekkürler.
“Çok Basit İletişim Formu” eklentisini dilinize çevirin.
Geliştirmeyle ilgilenir misiniz?
Kodu görüntüle, SVN deposuna göz at veya RSS ile geliştirme günlüğüne abone ol.
Değişiklik Kaydı
Version 11.9
- Fix: custom CSS class
Version 11.8
- Better validation of admin email address and “From” email header
Version 11.7
- Fix: “From” email header
- This will fix submission not being send
- Re-added attribute for adding custom CSS class to form
Version 11.6
- Removed captcha because spam bots are able to bybass it
- Added time trap (not visible in frontend)
- Better validating, sanitizing and escaping
Version 11.5
- Fix: the subject from sender is added to submission when subject is overridden by the subject attribute
- Added CSS class to form (based on shortcode or widget)
- Removed attribute for adding custom CSS class to form
- Minor changes in code
Version 11.4
- Fix: widget constructor
- This means you need to set existing widgets again
- Minor changes in code
Version 11.3
- Updated stylesheet
Version 11.2
- Fix: privacy checkbox in Twenty Twenty-One theme
- Increased width of input and textarea
- Width percentage does now include padding and border
- Changed setting for captcha type
- You may need to set captcha type again
Version 11.1
- Updated stylesheet
- Textual changes
Version 11.0
- New: sum captcha
- Changed query string parameters for shortcode and widget
- Thank you: when using the shortcode it’s “vscf-sh=success” and when using the widget it’s “vscf-wi=success”
- Server error: when using the shortcode it’s “vscf-sh=fail” and when using the widget it’s “vscf-wi=fail”
- Renamed file vscf-labels into vscf-variables
- Updated file uninstall
For all versions please check file changelog.