Design Cart Contact Form Builder

外掛說明

Design Cart Contact Form Builder lets you create unlimited contact forms without coding. Configure fields, styling, and spam protection in the admin panel, then embed each form with a shortcode.

Features:

  • Visual form builder with drag-and-drop field ordering
  • Multiple forms on one site
  • Custom fields: text, number, email, textarea, radio, checkbox, file attachment
  • Per-form colors and typography
  • Email via wp_mail() (PHP mail) or built-in SMTP settings
  • Built-in spam protection: nonce, honeypot, minimum fill time, optional link blocking
  • Shortcode [dccfb_contact_form id="123"]

安裝方式

  1. Upload the plugin folder to /wp-content/plugins/design-cart-contact-form-builder/.
  2. Activate the plugin through the Plugins menu in WordPress.
  3. Go to Contact Forms in the admin menu and create a form.
  4. Copy the shortcode and paste it on a page or post.

常見問題集

How do I display a form on my site?

Copy the shortcode from the form list (for example [dccfb_contact_form id="42"]) and paste it into a page, post, or block editor shortcode block.

Where are submissions stored?

Submissions are sent by email to the address configured in each form. They are not saved in the database.

Does this plugin use external services?

No. Form submissions are processed on your server and sent using your WordPress mail configuration. No data is sent to third-party APIs by this plugin.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Design Cart Contact Form Builder〉的開發相關工作。

參與者

變更記錄

1.0.4

  • Aligned text domain and plugin identifiers with the WordPress.org slug design-cart-contact-form-builder.
  • Replaced short dc prefix with dccfb for CPT, shortcode, options, hooks, and assets.

1.0.3

  • Default UI language is English; added Polish translation file (pl_PL).

1.0.2

  • Added mail settings: default wp_mail or plugin SMTP for form notifications.

1.0.1

  • Fixed required validation for custom fields added in the form builder.
  • Added file attachment field type with email delivery.

1.0.0

  • Initial release.