Title: th23 Contact
Author: th23
Published: <strong>ಜೂನ್ 23, 2020</strong>
Last modified: ಮೇ 3, 2025

---

Search plugins

![](https://ps.w.org/th23-contact/assets/banner-772x250.jpg?rev=2329083)

![](https://ps.w.org/th23-contact/assets/icon-128x128.png?rev=2329083)

# th23 Contact

 ‍[th23](https://profiles.wordpress.org/th23/) ಮೂಲಕ

[ಡೌನ್ಲೋಡ್](https://downloads.wordpress.org/plugin/th23-contact.3.1.3.zip)

 * [Details](https://kn.wordpress.org/plugins/th23-contact/#description)
 * [‍ವಿಮರ್ಶೆಗಳು‍](https://kn.wordpress.org/plugins/th23-contact/#reviews)
 *  [Installation](https://kn.wordpress.org/plugins/th23-contact/#installation)
 * [Development](https://kn.wordpress.org/plugins/th23-contact/#developers)

 [‍ಬೆಂಬಲಿಸಿ](https://wordpress.org/support/plugin/th23-contact/)

## ವಿವರಣೆ

Provide your users and visitors a **simple and straight forward contact form**.

The **modern design** is very clear, easy to navigate and with light-weight JS and
CSS code. One big benefit is its **flexible positioning** in pages and posts as 
a **modern style block or classic shortcode**.

To keep your website safe, it comes with built in **spam and bot protection**, by
using Akisment and reCaptcha for messages sent by visitors. The plugin is continuously
improved and used on live websites since 2012.

th23 Contact is built with some few goals in mind:

 * **Simple and straight forward** option for user to contact you
 * **Light-weight code basis** without overheads and frameworks
 * **Easy to adapt styling** to fit any page design and layout
 * **Fight spam and bots** without unnecessary hurdles (admittedly it’s a compromise)

See it in action on my [Contact page](https://thorstenhartmann.de/kontakt/).

#### Usage

Simply insert a new `th23 Contact form` block into the post / page using the plus
sign in the Gutenberg editor or start typing `/th23 Contact form`.

Alternatively use the `[th23-contact]` shortcode directly in the source code editor
view of a post / page or insert it as a **legacy shortcode block**.

#### NOTE

The th23 Contact form block and / or shortcode **can only be used once per post /
page**!

Any second instance in the same post / page will be ignored upon frontend rendering
and not show up.

#### TIP

Ensure th23 contact form is enabled for the sepcific post / page – see admin area
under `Settings` -> `th23 Contact`.

## Screenshots

 * [[
 * Contact form (logged in user)
 * [[
 * Contact form (visitor, needs to solve captcha)
 * [[
 * Plugin settings

## ಬ್ಲಾಕ್ಸ್

ಈ ಪ್ಲಗಿನ್ 1 ಬ್ಲಾಕ್ ಅನ್ನು ಒದಗಿಸುತ್ತದೆ.

 *   Contact Form

## Installation

For a manual installation upload extracted `th23-contact` folder to your `wp-content/
plugins` directory.

The plugin is **configured via its settings page in the admin area**. Find all options
under `Settings` -> `th23 Contact`. The options come with a description of the setting
and its behavior directly next to the respective settings field.

## FAQ

### Despite reCaptcha being activated, I receive many spam contact messages?

reCaptcha is around for a long time and available in various versions. Its version
2 was added to this plugin some years ago. Unfortunately with latest advances in
computing, **it has to be considered “broken” by now**.

Since version 3.1.0 of this plugin, there is (additionally) the **option to use 
Akismet to detect spam**. It uses a much broader approach and thus for now seems
to show significatly better detection of spam. **Activate it on the plugins settings
page**.

### Can the plugin be activated on multiple selected pages / posts only?

You can enable the block / shortcode for selected pages / posts only to **save your
users unnecessarily loading JavaScript and CSS files**.

But for convenience the `th23 Contact` block / `[th23-contact]` shortcode can also
be enabled for `All pages`, `All posts` or an selected set of pages / posts. Simply
visit the plugin settings in your admin area. Under “Pages / Posts” you have the
free choice.

To select multiple items on a PC simply keep the “Ctrl” key pressed any click on
the pages / posts you want to select.

## ‍ವಿಮರ್ಶೆಗಳು‍

ಈ ಪ್ಲಗಿನ್‌ಗೆ ಯಾವುದೇ ವಿಮರ್ಶೆಗಳಿಲ್ಲ.

## Contributors & Developers

“th23 Contact” is open source software. The following people have contributed to
this plugin.

ಕೊಡುಗೆದಾರರು

 *   [ th23 ](https://profiles.wordpress.org/th23/)

“th23 Contact” has been translated into 1 locale. Thank you to [the translators](https://translate.wordpress.org/projects/wp-plugins/th23-contact/contributors)
for their contributions.

[Translate “th23 Contact” into your language.](https://translate.wordpress.org/projects/wp-plugins/th23-contact)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/th23-contact/), check
out the [SVN repository](https://plugins.svn.wordpress.org/th23-contact/), or subscribe
to the [development log](https://plugins.trac.wordpress.org/log/th23-contact/) by
[RSS](https://plugins.trac.wordpress.org/log/th23-contact/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### v3.1.3

 * fix: upgrade to th23 Admin class 1.7.0, removing some inconsistencies regarding
   own updater incl removal of option to chose update source and ensure proper escaping
   of all output

#### v3.1.1

 * enhancement: upgrade to th23 Plugin Info class 1.0.0
 * fix: upgrade to th23 Admin class 1.6.2

#### v3.1.0

 * enhancement: add spam detection via Akismet
 * enhancement: upgrade to th23 Admin class 1.6.1
 * fix: properly unslash form data
 * fix: ensure proper markup for some option descriptions
 * fix: minor changes in plugin description etc

#### v3.0.7

 * enhancement: move upgrade handling to separate class loaded if required also 
   from frontend site calls

#### v3.0.6

 * fix: update underlying th23 admin class to properly relate to parent version 
   for plugin version

#### v3.0.5

 * fix: ensure proper update detection with option to handle any required changes
   automatically after a new version has been installed
 * fix: prevent WP warnings upon too early usage of translation functions
 * fix: prevent PHP warnings for (potentially) not initiated variable

#### v3.0.4

 * fix: ensure LF line endings to avoid errors on plugin activation

#### v3.0.1

 * fix: ensure settings are properly taken over from previous versions

#### v3.0.0

 * enhancement: add contact form block for Gutenberg editor
 * enhancement: switch admin basis to common th23 Admin class

## ಮೆಟಾ

 *  Version **3.1.3**
 *  ಕೊನೆಯದಾಗಿ ನವೀಕರಿಸಿದ್ದು **1 ವರ್ಷ ರ ಮುನ್ನ**
 *  Active installations **10+**
 *  WordPress version ** 4.2 or higher **
 *  Tested up to **6.8.5**
 *  PHP version ** 8.0 or higher **
 *  Languages
 * [English (US)](https://wordpress.org/plugins/th23-contact/) ಮತ್ತು [German](https://de.wordpress.org/plugins/th23-contact/).
 *  [Translate into your language](https://translate.wordpress.org/projects/wp-plugins/th23-contact)
 * ಟ್ಯಾಗ್‌ಗಳು
 * [block](https://kn.wordpress.org/plugins/tags/block/)[contact](https://kn.wordpress.org/plugins/tags/contact/)
   [form](https://kn.wordpress.org/plugins/tags/form/)[shortcode](https://kn.wordpress.org/plugins/tags/shortcode/)
 *  [Advanced View](https://kn.wordpress.org/plugins/th23-contact/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/th23-contact/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/th23-contact/reviews/)

## ಕೊಡುಗೆದಾರರು

 *   [ th23 ](https://profiles.wordpress.org/th23/)

## ‍ಬೆಂಬಲಿಸಿ

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/th23-contact/)

## ದೇಣಿಗೆ ನೀಡಿ

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://github.com/th23x/th23-contact)