Title: OneClick Form Lite
Author: KitCode
Published: <strong>5 janeiro, 2026</strong>
Last modified: 5 janeiro, 2026

---

Pesquisar plugins

![](https://ps.w.org/oneclick-form-lite/assets/banner-772x250.png?rev=3433114)

![](https://ps.w.org/oneclick-form-lite/assets/icon-256x256.png?rev=3433114)

# OneClick Form Lite

 Por [KitCode](https://profiles.wordpress.org/kitcode/)

[Baixar](https://downloads.wordpress.org/plugin/oneclick-form-lite.1.1.3.zip)

 * [Detalhes](https://br.wordpress.org/plugins/oneclick-form-lite/#description)
 * [Avaliações](https://br.wordpress.org/plugins/oneclick-form-lite/#reviews)
 *  [Instalação](https://br.wordpress.org/plugins/oneclick-form-lite/#installation)
 * [Desenvolvimento](https://br.wordpress.org/plugins/oneclick-form-lite/#developers)

 [Suporte](https://wordpress.org/support/plugin/oneclick-form-lite/)

## Descrição

OneClick Form Lite adds a lightweight contact form to your WordPress site via shortcode:

 * Shortcode: [oneclickform]
 * Fields: Name, Email, Subject, Message + GDPR consent checkbox
 * Anti-spam: honeypot + server-side rate limiting
 * Delivery modes:
    - WordPress wp_mail()
    - Built-in SMTP
    - File mode (writes messages to your uploads directory)
 * Optional Google reCAPTCHA v3 (score-based)
 * Translations: EN (default) + FR, ES, PT-BR (via included .mo files)

Important notes:
 * This plugin does NOT store submitted messages in the WordPress
database. * Messages are delivered by email (wp_mail/SMTP) or written to files (
File mode). * Your host/mail provider may store emails in logs and mailboxes. * 
No minified/compiled assets are shipped with this plugin. All distributed CSS/JS
is human-readable.

Documentation is included in the plugin:
 docs/oneclick-form-lite-user-guide.html

### Source code

The plugin ships unminified, human-readable JS/CSS source files. No build process
is used.

### External services

1) This plugin can optionally integrate Google reCAPTCHA v3 to help prevent spam
form submissions.

When enabled:
 – The visitor’s browser loads Google’s reCAPTCHA script: https://
www.google.com/recaptcha/api.js?render=YOUR_SITE_KEY – The browser communicates 
with Google to obtain a reCAPTCHA token.

On form submission:
 – The plugin sends the reCAPTCHA token to Google for verification:
https://www.google.com/recaptcha/api/siteverify – The verification request includes
the token and the submitter’s IP address (remoteip) when available.

Service provider: Google LLC
 Terms of service: https://policies.google.com/terms
Privacy policy: https://policies.google.com/privacy

2) This plugin can also send emails via an SMTP server configured by the site administrator(
optional).

When SMTP is enabled and an email is sent:
 – The plugin connects to the configured
SMTP host and port. – Email data is transmitted to the SMTP server in order to deliver
the message.

Data sent to the SMTP server may include:
 – Sender and recipient addresses, subject,
message content – Technical email headers – Authentication data (username/password)
if configured by the site administrator

Service provider: The SMTP provider selected by the site administrator (e.g., hosting
provider, Google Workspace, Microsoft 365, etc.)
 Terms of service: See the selected
SMTP provider’s terms Privacy policy: See the selected SMTP provider’s privacy policy

## Capturas de tela

[⌊Settings overview (Email delivery, SMTP, File mode, reCAPTCHA, test email, documentation).⌉⌊
Settings overview (Email delivery, SMTP, File mode, reCAPTCHA, test email, documentation)
.⌉[

Settings overview (Email delivery, SMTP, File mode, reCAPTCHA, test email, documentation).

[⌊SMTP settings (built-in SMTP host, port, security, and credentials).⌉⌊SMTP settings(
built-in SMTP host, port, security, and credentials).⌉[

SMTP settings (built-in SMTP host, port, security, and credentials).

[⌊Google reCAPTCHA v3 settings (site key, secret key, action, and threshold).⌉⌊Google
reCAPTCHA v3 settings (site key, secret key, action, and threshold).⌉[

Google reCAPTCHA v3 settings (site key, secret key, action, and threshold).

[⌊Theme compatibility (light/dark previews).⌉⌊Theme compatibility (light/dark previews)
.⌉[

Theme compatibility (light/dark previews).

[⌊Front-end translations (EN, ES, PT, FR).⌉⌊Front-end translations (EN, ES, PT, 
FR).⌉[

Front-end translations (EN, ES, PT, FR).

[⌊Front-end confirmation message after successful submission.⌉⌊Front-end confirmation
message after successful submission.⌉[

Front-end confirmation message after successful submission.

## Instalação

 1. Upload the plugin folder to `/wp-content/plugins/` (or Plugins > Add New > Upload
    Plugin).
 2. Activate the plugin.
 3. Go to Settings  OneClick Form Lite.
 4. Configure at least:
 5.  * To email (recipient)
     * Transport (WP Mail / SMTP / File mode)
 6. Add the form to a page: [oneclickform]

Note: The plugin language follows your WordPress site language (Settings  General
Site Language).

## Perguntas frequentes

### Are messages stored in the database?

No. Messages are delivered by email (WP Mail/SMTP) or written as files in File mode.

### Where does File mode write messages?

In your uploads directory, typically:
 wp-content/uploads/ocf-mails/

### Does this plugin send emails via SMTP?

Yes. You can choose WordPress (wp_mail), SMTP (built-in), or File mode.

### How do I enable reCAPTCHA v3?

Enable reCAPTCHA in settings, then paste your Site Key + Secret Key.
 Adjust Action
and Threshold if needed.

### Does reCAPTCHA send data to a third party?

If you enable Google reCAPTCHA, your site will send verification requests to Google.

You should disclose this in your site privacy policy.

### Is GDPR consent included?

Yes. The form includes a consent checkbox and rejects submissions without consent.

### Does the form support multiple languages?

Yes. The plugin includes translations (FR, ES, PT-BR). The front-end and settings
screens use WordPress’ translation system and will display in the site language.

## Avaliações

Não há avaliações para este plugin.

## Colaboradores e desenvolvedores

“OneClick Form Lite” é um programa de código aberto. As seguintes pessoas contribuíram
para este plugin.

Colaboradores

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

[Traduzir o “OneClick Form Lite” para seu idioma.](https://translate.wordpress.org/projects/wp-plugins/oneclick-form-lite)

### Interessado no desenvolvimento?

[Navegue pelo código](https://plugins.trac.wordpress.org/browser/oneclick-form-lite/),
consulte o [repositório SVN](https://plugins.svn.wordpress.org/oneclick-form-lite/)
ou assine o [registro de desenvolvimento](https://plugins.trac.wordpress.org/log/oneclick-form-lite/)
por [RSS](https://plugins.trac.wordpress.org/log/oneclick-form-lite/?limit=100&mode=stop_on_copy&format=rss).

## Registro de alterações

#### 1.1.3

 * Fix: Do not hide WordPress “Settings saved” admin notice.

#### 1.1.2

 * Initial public release (submission build).

## Meta

 *  Versão **1.1.3**
 *  Última atualização **5 meses atrás**
 *  Instalações ativas **Menos de 10**
 *  Versão do WordPress ** 6.0 ou superior **
 *  Testado até **6.9.4**
 *  Versão do PHP ** 7.4 ou superior **
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/oneclick-form-lite/)
 * Tags
 * [contact form](https://br.wordpress.org/plugins/tags/contact-form/)[GDPR](https://br.wordpress.org/plugins/tags/gdpr/)
   [honeypot](https://br.wordpress.org/plugins/tags/honeypot/)[recaptcha](https://br.wordpress.org/plugins/tags/recaptcha/)
   [smtp](https://br.wordpress.org/plugins/tags/smtp/)
 *  [Visualização avançada](https://br.wordpress.org/plugins/oneclick-form-lite/advanced/)

## Classificações

Ainda não foi enviada nenhuma avaliação.

[Your review](https://wordpress.org/support/plugin/oneclick-form-lite/reviews/#new-post)

[Ver todas avaliações](https://wordpress.org/support/plugin/oneclick-form-lite/reviews/)

## Colaboradores

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

## Suporte

Tem algo a dizer? Precisa de ajuda?

 [Ver fórum de suporte](https://wordpress.org/support/plugin/oneclick-form-lite/)