The Elementor Website Builder has it all: drag and drop page builder, pixel perfect design, mobile responsive editing,…
About Simple Basic Contact Form
Simple Basic Contact Form is a straightforward and customizable contact form plugin for WordPress. It is easy to set up, blocks spam, and provides well-formatted messages. It also offers options for customization and has strong performance and security features.Frequently asked questions
What is Simple Basic Contact Form?
Simple Basic Contact Form is a clean, secure, plug-&-play contact form for WordPress. Minimal yet flexible, SBCF delivers clean code, solid performance, and ease of use. No frills, no gimmicks, just a straight-up contact form that’s easy to set up and customize.
What are the core features of Simple Basic Contact Form?
The core features of Simple Basic Contact Form include: optionally sending a carbon copy of each email message, slick toggling panels on the plugin settings screen, styling the form via the settings screen using custom CSS, providing a Template Tag to display SBCF anywhere in your theme, providing a Shortcode to display SBCF on any WP Post or Page, displaying a customizable confirmation message to the sender, customizable success message that can include email content, customizable placeholder text for all form fields, and the option to use PHP’s mail() or WP’s wp_mail().
How does Simple Basic Contact Form protect against spam and ensure security?
Simple Basic Contact Form optionally displays an anti-spam captcha to visitors. It also protects against bad bots, malicious input, and other threats. Additionally, it provides clear error messages to help users complete required fields.
What are the performance benefits of Simple Basic Contact Form?
Simple Basic Contact Form is built with the WP API for optimal security and performance. The custom CSS styles only load where the contact form is displayed, ensuring fast performance. The source code is clean and properly formatted, and the PHP and HTML5 output is valid.
Are there any additional features of Simple Basic Contact Form?
Yes, Simple Basic Contact Form has additional features including working perfectly without JavaScript, the option to reset default settings, options to customize many aspects of the form, the option to specify a specific time offset for your time zone, the option to enable, disable, and customize default SBCF styles, the email message includes IP, host, agent, and other user details, and the ability to customize field captions, error messages, and success message. Additionally, there is an option to optionally hide the Message field to make a simple opt-in form.
Changelog
20250114
- Fixed security issues
20240511
- Fixed security issues
20240502
- Fixed security issues
20221201
- Fixed security issue (severity LOW, type XSS)
20220207
- Fixed PHP undefined index notice (scf_recaptcha)
- Fixed PHP 8 deprecated notice (required parameter follows optional parameter)
20210619
- Blacklisted words are now case-insensitive
- Fixed PHP warning (empty needle) related to blacklisted words
20210409
- The confirmation page now “jumps” to the confirmation message (it used to just remain at the top of the page which in some cases meant the confirmation message is not in view)
- Issue with Custom CSS position
20210323
- Google reCaptcha V3 compatibility
- Render shortcodes in all custom content
- Accesibility fixes
- Dynamic subjects
- Duplicate emails issue when form more than once on page
20210129
- Google reCAPTCHA now available
20201229
- Accessibility fix – GDPR form label
- Accessibility fix – Fieldset was missing legend
20200901
- Option to select the position of the GDPR message (before or after submit button)
20200324
- Fixed issue with translation files not having all the strings
20200219
- Option to add an “email confirmation” field
20200207
- Option to add blacklisted words and terms. If a message contains a word/term from the list it will be shown as successfully sent but it will actually NOT be sent.
20191024
- Ability to include date in the subject by adding shortcode [simple_contact_form_date] in the “Default Subject” option. Default format is the one set in WP admin > Settings > General. For custom format use [simple_contact_form_date]d/m/Y[/simple_contact_form_date]
20191009
- Option to add custom HTML right before the submit button.
20190926
- Ability to send to multiple email addresses
20190621
- Option to enable/disable the “Additional information” that’s passed in the email. Defaults to disabled.
20190305
- Option to change the button text
20181212
- Implemented honeypot functionality to combat spam ( disabled by default, can be enabled in WP admin > Settings > Contact Form > Plugin Options > Antispam )
20181001
- Automatically scroll down to the form/success section on submit ( page reload )
- Filters added to allow adding custom fields and altering the email content ( example at https://gist.github.com/BobaWebDev/b9a3fc2fc917e860574daadc63defe52 )
20180602
- POT ( translation template ) file updated
20180528
- Adds option to show a checkbox for GDPR compatibility
20171103
- Removes extra
manage_optionscheck for settings validation - Tests on WordPress 4.9
20171102
- Updates readme.txt ?
- Tests on WordPress 4.9
20171024
- Adds extra
manage_optionscapability check to modify settings - Streamlines Support panel in plugin settings
- Tests on WordPress 4.9
20170801
- Updates GPL license blurb
- Adds GPL license text file
- Tests on WordPress 4.9 (alpha)
20170325
- Tweaks some default form styles
- Adds setting for “From” email address
- Changes form action attribute to blank value
- Adds code tags to message results display
- Refines display of settings panels
- Updates show support panel in plugin settings
- Replaces global
$wp_versionwithget_bloginfo('version') - Generates new default translation template
- Tests on WordPress version 4.8
20161117
- Refactored entire codebase
- Improved logic of contact form
- Improved sanitization of form input
- Improved handling of character encoding
- Removed deprecated screen_icon()
- Removed deprecated offset setting
- Removed some deprecated files
- Added carbon-copy email message
- Refined plugin settings page
- Updated plugin author URL
- Updated URL for rate this plugin links
- Changed stable tag from trunk to latest version
- Return instead of echo results in
scf_process_contact_form() - Changed default setting for
scf_mail_function - Refined default settings for label values
- Improved styles for error message and fields
- Settings now accept single or double quotes
- Regenerated default language template
- Tested on WordPress version 4.7 (beta)
20160813
- Streamlined & optimized plugin settings page
- Removed support for Intranet Plus plugin
- Removed quotes around charset attributes
- Changed menu link from “SBCF” to “Contact Form”
- Replaced
_e()withesc_html_e()oresc_attr_e() - Replaced
__()withesc_html__()oresc_attr__() - Replaced plain plugin logo with an actual icon ?
- Added plugin icons and larger banner image
- Improved translation support
- Added more allowed attributes for custom content
- Added option to make message field optional
- Email message now includes the sender’s email address
- Fine-tuned form styles
- Tested on WordPress 4.6
20160408
- Added Reply-To email header
- Added support for Intranet Plus plugin
- Added UTF-8 as default charset for Content-Type header
- Renamed scf-ro_RO.pot to scf-ro_RO.po
- Added French translation (thanks to mier)
- Added Romanian translation (thanks to Serge)
- Added white-space pre-wrap to form results
- Increased size of “Custom CSS styles” setting
- Added new function, scf_default_styles()
- Replaced icon with retina version
- Added screenshot to readme/docs
- Added retina version of banner
- Reorganized and refreshed readme.txt
- Tested on WordPress version 4.5 beta
20151111
- Updated German translation (Thanks to Sven Bamberger)
- Updated heading hierarchy in plugin settings
- Refined scf_process_contact_form()
- Added scf_sanitize_text()
- Added scf_sanitize_message()
- Added scf_full_message filter hook
- Added scf_short_results filter hook
- Added scf_full_results filter hook
- Added scf_send_email action hook
- Updated translation template file
- Updated minimum version requirement
- Tested on WordPress 4.4 beta
- Optimized email headers
20150808
- Tested on WordPress 4.3
- Updated minimum version requirement
20150507
- Tested with WP 4.2 + 4.3 (alpha)
- Changed a few “http” links to “https”
- Added Dutch translation; thanks to Martijn van Es
- Bugfix: HTML attributes were being stripped from custom error messages
20150317
- New! added subject field to the form
- Tested with latest version of WP (4.1)
- Increased minimum version to WP 3.8
- Removed deprecated screen_icon()
- Added $scf_wp_vers for version check
- Added UTF-8 as default for WP option used in htmlentities()
- Replace sanitize_text_field() and filter_var() with sanitize_email() for email address
- Streamline/fine-tune plugin code
- Added nonce security to the form
- Localized some missing strings
- Added Reply-To and Return-Path to email headers
- Added Text Domain and Domain Path to file header
- Replaced default .mo/.po templates with .pot template
20140925
- Tested on latest version of WordPress (4.0)
- Increased min-required version to WP 3.7
- Added conditional check to min-version function
- Reorganized the plugin settings page
- Added .scf class to both form div and success div
- Added scf_filter_contact_form filter to form output
- Fixed case-sensitivity bug for challenge question
- Replaced ‘UTF-8’ with get_option(‘blog_charset’) in scf_process_contact_form()
- Replaced stripslashes(), htmlentities(), filter_var() with sanitize_text_field()
- Fixed weird character issue and backslash issue (related)
- Applied i18n to email content and success message
- Generated new mo/po translation files
20140305
- Added default templates for translation/localization
- Added language support for Spanish
- Changed default option for Time Offset
20140123
- Tested with latest WordPress (3.8)
- Added trailing slash to load_plugin_textdomain()
- Fixed 3 incorrect _e() tags in core file
- Localized default options
20131107
- Renamed
add_plugin_linkstoadd_scf_links - Revised “Welcome” panel in plugin settings
20131106
- Added option to hide extra infos displayed in the success message
- Fixed logic for using
mail()vswp_mail() - Removed “Δ” from
die()for better security - Added i18n/localization support
- Added “rate this plugin” links
- Added uninstall.php file
- Added parameters to
htmlentities(fixes weird characters issue) - Replaced
get_permalink()with empty value in the form - Changed
$dateto use WordPress settings and format - Added German translation; thanks to Benedikt Quirmbach
- Fixed character encoding via
filter_varandhtml_entity_decodeinscf_process_contact_form() - Tested on latest version of WordPress (3.7)
- General code cleanup and maintenance
Version 20130725
- Tightened form security
- Tightened plugin security
Version 20130712
- Fix time offset setting
- Defined UTC as default time
- Improved localization support
- Replaced some deprecated functions
- Added options to customize placeholder text for form inputs
- Added option to use either PHP’s mail() or WP’s wp_mail() (default)
- Overview and Updates panels now toggled open by default
- General code check n clean
Version 20130104
- “Send email” (submit) button now available for translation
- Added option to disable the Captcha (challenge question/response)
- Added option to disable the automatic carbon copy
- Added margin to submit button (now required in 3.5)
- Fixed “Undefined index” warning
Version 20121205
- Now hides ugly fieldset borders by default
- Errors now include placeholder attributes
- Anti-spam placeholder now displays challenge question
- Removed blank line from successful message results
- You can now use markup in custom prepend/append content
- Custom CSS now loads on successful result output
- Wrapped successful result output with div #scf_success
- Segregated custom content for form and success results
- Cleaned up some code formatting
- Moved .clear div to optional custom content
- Added link to SBCF CSS Hooks in Appearance options
- Fixed the plugin’s built-in time offset
Version 20121103
Initial release.