Title: Shortcode Popup Forms
Author: thaxam
Published: <strong>2026년 2월 4일</strong>
Last modified: 2026년 2월 5일

---

플러그인 검색

![](https://ps.w.org/shortcode-popup-forms/assets/banner-772x250.png?rev=3454625)

![](https://ps.w.org/shortcode-popup-forms/assets/icon-256x256.png?rev=3454621)

# Shortcode Popup Forms

 작성자: [thaxam](https://profiles.wordpress.org/thaxam/)

[다운로드](https://downloads.wordpress.org/plugin/shortcode-popup-forms.1.2.2.zip)

 * [세부사항](https://ko.wordpress.org/plugins/shortcode-popup-forms/#description)
 * [평가](https://ko.wordpress.org/plugins/shortcode-popup-forms/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/shortcode-popup-forms/#installation)
 * [개발](https://ko.wordpress.org/plugins/shortcode-popup-forms/#developers)

 [지원](https://wordpress.org/support/plugin/shortcode-popup-forms/)

## 설명

The Shortcode Popup Forms plugin allows you to easily add contact forms to your 
WordPress pages using a simple shortcode. When users click the contact button, a
modern contact form appears with fields for name, title, email, and message. The
plugin supports custom SMTP settings for reliable email delivery and offers multiple
button design options.

### Features

 * Add a contact form anywhere using a simple shortcode
 * Assign the message recipient (person/department) per shortcode
 * Minimal, fast, and fully responsive
 * No bloat — only essential fields
 * GDPR-friendly (no tracking, no cookies)
 * Works with any theme
 * Supports custom success messages

### Shortcode Example

    ```
    `
    ```

[thaxam-contact name=”John Doe” email=”john@example.com”]
 `

### Settings Page

The plugin settings page can be accessed from your WordPress admin dashboard:

 1. Go to **Tools > Shortcode Popup Forms**
 2. Configure SMTP settings for custom email delivery
 3. Customize button designs and default recipient information

The settings page includes three tabs:
 – **SMTP Settings**: Configure custom SMTP
server details for reliable email delivery – **Default Recipient**: Set default 
contact name and email for forms when not specified in shortcode – **Button Design**:
Customize button appearance, colors, and behavior with multiple design options

### Usage

Add the contact form to any page or post using the shortcode:

[thaxam-contact name=”John Doe” email=”johndoe@email.com”]

### Shortcode Parameters

 * `name` (required): The name of the person to contact
 * `email` (required): The email address to send the message to
 * `design` (optional): Override the default button design (default, modern, gradient,
   outline, neumorphism, glassmorphism)

### Examples

[thaxam-contact name=”John Doe” email=”johndoe@email.com”]

This will create a “Send Email” button with the default design that reveals a contact
form when clicked.

[thaxam-contact name=”Jane Smith” email=”jane@email.com” design=”modern”]

This will create a “Send Email” button with the modern design style.

### SMTP Configuration

If the default WordPress email settings don’t work, you can configure custom SMTP
settings:

 1. Go to **Tools > Shortcode Popup Forms** in your WordPress admin
 2. Enter your SMTP server details:
 3.  * **SMTP Host**: Your email server hostname (e.g., smtp.gmail.com)
     * **SMTP Port**: Usually 587 for TLS or 465 for SSL
     * **SMTP Encryption**: TLS, SSL, or None
     * **SMTP Username**: Your email username
     * **SMTP Password**: Your email password
 4. Save the settings

### Gmail Configuration Example

For Gmail:
 – SMTP Host: smtp.gmail.com – SMTP Port: 587 – SMTP Encryption: TLS –
SMTP Username: your-gmail@gmail.com – SMTP Password: Your Gmail app password (not
your regular password)

**Note**: You may need to enable “Less secure app access” or generate an app password
for Gmail.

### Button Design Customization

The plugin offers extensive button customization options:

 1. Go to **Tools > Thaxam Contact Form > Button Design** tab
 2. Choose from 6 different design styles
 3. Customize colors using color pickers:
 4.  * Background Color
     * Text Color
     * Hover Background Color
 5. Adjust styling properties:
 6.  * Border Radius
     * Padding
     * Font Size

### Form Fields

The contact form includes the following fields:

 * **Your Name** (required): Sender’s full name
 * **Title**: Optional title or subject
 * **Your Email** (required): Sender’s email address
 * **Message** (required): The message content

### Security Features

 * All form inputs are properly sanitized
 * Nonce verification for AJAX requests
 * Email validation
 * XSS protection through proper escaping

### Support

For support or feature requests, please contact Thaxam.

### License

This plugin is licensed under the GPL v2 or later.

### Credits

Made by Thaxam

## 스크린샷

[⌊Settings page with SMTP configuration⌉⌊Settings page with SMTP configuration⌉[

Settings page with SMTP configuration

[⌊Button design customization options⌉⌊Button design customization options⌉[

Button design customization options

[⌊Example contact form in action⌉⌊Example contact form in action⌉[

Example contact form in action

[[

## 설치

 1. Upload the `shortcode-popup-forms` folder to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Configure SMTP settings in Tools > Shortcode Popup Forms (optional)
 4. Customize button design in Tools > Shortcode Popup Forms > Button Design tab

## FAQ

### Can I customize the form styling?

Yes, you can override the CSS by adding custom styles to your theme’s stylesheet.

### Does this plugin store form submissions?

No, form submissions are sent directly via email and not stored in the database.

### Can I use this with any email service?

Yes, as long as it supports SMTP. Popular services like Gmail, Outlook, SendGrid,
etc., are supported.

## 후기

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

## 기여자 & 개발자

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

기여자

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

[자국어로 “Shortcode Popup Forms”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/shortcode-popup-forms)

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

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/shortcode-popup-forms/)
는, [SVN 저장소](https://plugins.svn.wordpress.org/shortcode-popup-forms/)를 확인하시거나,
[개발 기록](https://plugins.trac.wordpress.org/log/shortcode-popup-forms/)을 [RSS](https://plugins.trac.wordpress.org/log/shortcode-popup-forms/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 1.2.2

 * Version bump to 1.2.2.

#### 1.2.1

 * Changed shortcode from ‘contact’ to ‘thaxam-contact’.
 * Updated readme files and file headers.

#### 1.2.0

 * Updated plugin slug to shortcode-popup-forms
 * Changed shortcode name to Shortcode_popup

#### 1.1.0

 * Added multiple button design options (Default, Modern, Gradient, Outline, Neumorphism,
   Glassmorphism)
 * Added comprehensive button customization controls (colors, padding, border radius,
   font size)
 * Redesigned settings page with tabbed interface
 * Changed from modal popup to inline form display
 * Updated button text to “Send Email”
 * Added optional design parameter to shortcode

#### 1.0.0

 * Initial release
 * Shortcode functionality
 * Popup modal with contact form
 * Custom SMTP settings
 * AJAX form submission
 * Responsive design

## 기초

 *  버전 **1.2.2**
 *  최근 업데이트: **5개월 전**
 *  활성화된 설치 **10보다 적음**
 *  워드프레스 버전 ** 5.8 또는 그 이상 **
 *  다음까지 시험됨: **6.9.4**
 *  PHP 버전 ** 7.4 또는 그 이상 **
 *  언어
 * [English (US)](https://wordpress.org/plugins/shortcode-popup-forms/)
 * 태그:
 * [contact](https://ko.wordpress.org/plugins/tags/contact/)[email](https://ko.wordpress.org/plugins/tags/email/)
   [form](https://ko.wordpress.org/plugins/tags/form/)[popup](https://ko.wordpress.org/plugins/tags/popup/)
   [shortcode](https://ko.wordpress.org/plugins/tags/shortcode/)
 *  [고급 보기](https://ko.wordpress.org/plugins/shortcode-popup-forms/advanced/)

## 평점

아직 제출된 리뷰가 없습니다.

[Your review](https://wordpress.org/support/plugin/shortcode-popup-forms/reviews/#new-post)

[모든  리뷰 보기](https://wordpress.org/support/plugin/shortcode-popup-forms/reviews/)

## 기여자

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

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/shortcode-popup-forms/)

## 기부

이 플러그인이 발전하도록 도우시겠습니까?

 [ 이 플러그인에 기부하기 ](https://paypal.me/thaxam)