Linux 软件免费装
Banner图

Form Enhancer for Fluent Forms

开发者 vyskoczilova
freemius
更新时间 2026年8月24日 20:30
PHP版本: 8.1 及以上
WordPress版本: 7.1
版权: GPLv3 or later
版权网址: 版权信息

标签

ico form validation vat fluent forms iban

下载

1.0.0 1.1.1 1.2.0 1.3.1 1.3.2 1.1.0 1.3.0 1.4.0 1.0.1 1.4.1 1.5.0

详情介绍:

A lightweight add-on that extends Fluent Forms and Fluent SMTP with new fields, admin tools, and features to boost form functionality without the bloat. Other form plugins might be added in the future. The free version gives your forms fields that check themselves: EU VAT numbers against VIES, Czech and Slovak company numbers (IČO) against the ARES and FinStat business registries, IBAN and Czech/Slovak bank accounts offline by checksum, a confirm field for emails or passwords, and a Unique ID that stamps every submission with your own reference number. No API keys, no accounts, no per-lookup fees. Need more? Blocking free and disposable email providers, email verification by one-time code, “Other” options on radio and checkbox fields, Ecomail newsletter sync, per-user entry limits and entry duplication are PRO features — see everything PRO adds. Check out all the features and documentation at formenhancer.com.

安装:

  1. Upload the plugin files to /wp-content/plugins/formenhancer, or install via the WordPress plugin dashboard.
  2. Activate it through the ‘Plugins’ menu.
  3. Go to ‘Settings -> Form Enhancer‘ to configure the plugin.

升级注意事项:

1.5.0 Adds the Bank Account (IBAN / CZ / SK) and Unique ID fields.

常见问题:

Does it work with the free version of Fluent Forms?

Yes! It works with both free and Pro versions.

What do I get in the PRO version?

PRO starts at 15 USD and adds:

  • Enhanced Email Field – block free providers (Gmail, Yahoo…) and disposable addresses, or restrict submissions to specific domains, so you only collect business emails.
  • Email Verification (OTP) – visitors must confirm a 6-digit code sent to their address before the form submits. Server-side and rate-limited.
  • Radio and Checkbox with "Other" – let people pick a preset option or type their own answer into a text or textarea input.
  • Ecomail – sync newsletter signups straight from your forms into your Ecomail lists, with tags, merge fields and conditional routing.
  • Per-User Entry Limits – cap submissions per logged-in user (or IP address) per day, week, month or year.
  • Duplicate Entry – duplicate entries from the entries list with a bulk action.
  • FluentSMTP Telegram notification – get pinged in Telegram when a submission fails to send.
Buying PRO is also what keeps this plugin independent and actively developed. See the pricing.

Can I use this with other form plugins?

Currently, no — this plugin is built specifically for Fluent Forms. Want support for a different builder? Let me know.

I need another feature, could you add it?

Maybe. Suggest a feature and I will get back to you!

Which external services are used?

This plugin uses several external services to validate business identification numbers and VAT numbers. These services are used only when the corresponding validation fields are present in your forms. All these services are publicly available databases, and the company data being validated is publicly accessible information. The plugin only performs validation checks and does not track or store any data during the validation process. ARES (Administration of Registers and Economic Subjects) The plugin connects to ARES, a service provided by the Ministry of Finance of the Czech Republic, to validate Czech business identification numbers (IČO). When a user submits a form containing a Czech IČO field, the plugin sends the IČO number to ARES for validation. This service is essential for ensuring the accuracy of Czech business identification numbers. Terms of Service - Czech only Finstat For Slovak business identification numbers (IČO), the plugin uses Finstat, a data provider that aggregates and enriches data from the Slovak Business Register, the Statistical Office, and other public sources. When a form containing a Slovak IČO field is submitted, the plugin sends the IČO number to Finstat for verification. This ensures that only valid Slovak business identification numbers are accepted. More info at finstat.sk VIES (VAT Information Exchange System) The plugin integrates with VIES, a service operated by the European Commission, to validate EU VAT numbers. When a user submits a form containing an EU VAT field, the plugin sends the VAT number (country code + number) to VIES for validation. This service is crucial for ensuring the accuracy of EU VAT numbers. VIES database

How do I display a Fluent Form using the ACF/SCF field?

If you selected "Return Format: Form ID" in your ACF/SCF field settings, use this code in your template: php $form_id = get_field('your_field_name'); if ($form_id && function_exists('fluentFormRender')) { echo fluentFormRender(["id" => $form_id]) } If you selected "Return Format: Form Object", you'll get the form data object. To display it, use: php $form_object = get_field('your_field_name'); if ($form_object && function_exists('fluentFormRender')) { echo fluentFormRender(["id" => $form_object->id]) }

Do I need an API key or a paid account for the validation?

No. VIES, ARES and FinStat are public services and the plugin queries them directly — there is nothing to sign up for and no per-lookup fee. Bank account and IBAN validation runs entirely on your own server (checksums), so it works offline too.

When are the numbers validated?

On submission. The EU VAT, IČO and combined CZ/SK fields call the relevant registry when the form is submitted, so an invalid number is rejected before the entry is stored. Bank account and IBAN fields are checked instantly on your own server, without any external request.

Does it work with Fluent Forms Conversational Forms?

Yes. Form Enhancer fields are registered for Conversational Forms, and they can also be used as conditions in the form editor's conditional logic — except the Unique ID field, whose value only exists after submission (the same as Fluent Forms' own Hidden field).

Does it work with Fluent Forms Pro features like PDFs and webhooks?

Yes. Form Enhancer fields are stored like any native Fluent Forms field, so their values are available in email notifications, PDF templates, webhooks and every other integration through the usual smart codes.

How can I report security bugs?

You can report security bugs through the Patchstack Vulnerability Disclosure Program. The Patchstack team helps validate, triage and handle any security vulnerabilities. Report a security vulnerability.

更新日志:

1.5.0 (2026-08-24) 1.4.1 (2026-07-15) 1.4.0 (2026-07-11) 1.3.2 (2026-06-30) 1.3.1 (2026-03-25) 1.3.0 (2025-02-03) 1.2.0 (2025-09-11) 1.1.1 (2025-09-09) 1.1.0 (2025-05-21) 1.0.1 (2025-05-16) 1.0.0 (2025-05-12) 0.1.1 (2025-05-05) 0.1.0 (2025-04-30) 0.0.6 (2025-04-25)