Mailto Link Form

설명

Mailto Link Form lets you build contact forms that continue in the visitor’s email app.

Key features:
* Create and manage multiple forms in wp-admin.
* Configure To, Subject, and Body Template per form.
* Map <select> values into body placeholders such as {{your_field_key}}.
* Embed forms anywhere with a shortcode.

This plugin does not send email directly from your server.
It generates a mailto: URL and opens the user’s default email app.

Usage

  1. Go to Mailto Forms and create a form.
  2. Configure recipient email, subject, body template, and select fields.
  3. Place shortcode like [mailto_link_form id="123"] into a page.

스크린샷

  • Mailto Form edit screen (Form Settings and Mail Settings).
  • Placeholder mapping in Body Template.
  • Frontend form rendered from shortcode.

설치

  1. Upload the plugin folder to /wp-content/plugins/.
  2. Activate the plugin through the “Plugins” screen in WordPress.

FAQ

Can this plugin send email directly?

No. This plugin builds a mailto: URL and opens the user’s default mail client.

The email app did not open. What should I do?

Check your default email app settings in your browser/OS.
If needed, copy the form details and create the email manually.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Mailto Link Form”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Mailto Link Form”(을)를 번역하세요.

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

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

변경이력

0.1.2

  • Move frontend inline script to enqueued external file.

0.1.1

  • Fix plugin-specific prefix.

0.1.0

  • Initial functional release.