Title: Vextor Quick Form JS
Author: vext0r
Published: <strong>2026년 5월 25일</strong>
Last modified: 2026년 5월 25일

---

플러그인 검색

![](https://ps.w.org/vextor-quick-form-js/assets/banner-772x250-rtl.png?rev=3547079)

![](https://ps.w.org/vextor-quick-form-js/assets/icon-256x256.png?rev=3547079)

# Vextor Quick Form JS

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

[다운로드](https://downloads.wordpress.org/plugin/vextor-quick-form-js.1.0.3.zip)

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

 [지원](https://wordpress.org/support/plugin/vextor-quick-form-js/)

## 설명

This plugin allows you to make your email forms simpler and easier to use
 Form 
processing is done via JavaScript, protecting them from unnecessary spam from bots

### Donations

#### Donate link

https://boosty.to/vextor/donate

## 설치

 1. Upload the `vextor-quick-form-js` folder to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. In the file wp-config.php add variables:
 4. define(‘VEXTOR_RECIPIENT_EMAIL’, ‘recipient-email@example.com’);
     define(‘VEXTOR_SENDER_NAME’,‘
    Sender’); define(‘VEXTOR_SENDER_EMAIL’, ‘sender-email@example.com’);

## FAQ

### How to use ?

 1. Instead of the standard form tag, you can use a div with the class `vextor-form-
    js`
 2. Add a button with the `data-vextor-send-button` attribute inside this div, which
    will act as a trigger for submitting the form

Example:

    ```
    <div class="vextor-form-js">
        <input type="text" name="name" required>
        <input type="hidden" name="subject" value="My Subject">
        <input type="file" name="files[]">
        <button data-vextor-send-button>Send</button>
    </div>
    ```

### Are there any hooks or filters?

Yes, there are several filters and hooks

Filters:
 * add_filter(‘vextor_form_recipient_email’, $email) // Use it to redefine
the recipient’s Email address * add_filter(‘vextor_form_translations’, $translations)//
Use it to replace keys from the form with clear names

Example:

    ```
    add_filter('vextor_form_translations', 'my_theme_custom_translations');

    function my_theme_custom_translations(array $translations): array
    {
        $translations['subject'] = 'My subject';

        return $translations;
    }
    ```

Actions:
 * add_action(‘vextor_before_form_send’, $data) * add_action(‘vextor_form_sent’,
$data) * add_action(‘vextor_form_error’, $data)

There are also JS events:
 * vextorformjs:prevalidation, {form, button} * vextorformjs:
postvalidation, {form, button} * vextorformjs:sending, {form, button} * vextorformjs:
error, {form, button, response} * vextorformjs:sent, {form, button, response}

Example:

    ```
    document.addEventListener('vextorformjs:prevalidation', (event) => {
        const { form, button } = event.detail;

        console.log('Form:', form);
        console.log('Button:', button);
    });
    ```

## 후기

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

## 기여자 & 개발자

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

기여자

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

[자국어로 “Vextor Quick Form JS”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/vextor-quick-form-js)

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

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

## 변경이력

#### 1.0.3 (23.05.2025)

 * Added data cleaning

#### 1.0.2 (22.05.2025)

 * Change name

#### 1.0.1 (22.05.2025)

 * Change slug

#### 1.0.0 (22.05.2025)

 * Init plugin

## 기초

 *  버전 **1.0.3**
 *  최근 업데이트: **3주 전**
 *  활성화된 설치 **10보다 적음**
 *  워드프레스 버전 ** 6.3 또는 그 이상 **
 *  다음까지 시험됨: **7.0**
 *  PHP 버전 ** 8.0 또는 그 이상 **
 *  언어
 * [English (US)](https://wordpress.org/plugins/vextor-quick-form-js/)
 * 태그:
 * [antispam](https://ko.wordpress.org/plugins/tags/antispam/)[form](https://ko.wordpress.org/plugins/tags/form/)
   [JS](https://ko.wordpress.org/plugins/tags/js/)
 *  [고급 보기](https://ko.wordpress.org/plugins/vextor-quick-form-js/advanced/)

## 평점

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

[Your review](https://wordpress.org/support/plugin/vextor-quick-form-js/reviews/#new-post)

[모든  리뷰 보기](https://wordpress.org/support/plugin/vextor-quick-form-js/reviews/)

## 기여자

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

## 지원

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

 [지원 포럼 보기](https://wordpress.org/support/plugin/vextor-quick-form-js/)