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.

FAQ

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”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Design Cart Contact Form Builder”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

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.