Title: Vextor Quick Form JS
Author: vext0r
Published: <strong>Май 25, 2026-ж.</strong>
Last modified: Май 25, 2026-ж.

---

Плагиндерди издөө

![](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://kir.wordpress.org/plugins/vextor-quick-form-js/#description)
 * [Сын-пикирлер](https://kir.wordpress.org/plugins/vextor-quick-form-js/#reviews)
 *  [Орнотуу](https://kir.wordpress.org/plugins/vextor-quick-form-js/#installation)
 * [Development](https://kir.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.KG

### 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);
    });
    ```

## Сын-пикирлер

There are no reviews for this plugin.

## Contributors & Developers

“Vextor Quick Form JS” is open source software. The following people have contributed
to this plugin.

Мүчөлөрү

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

[Translate “Vextor Quick Form JS” into your language.](https://translate.wordpress.org/projects/wp-plugins/vextor-quick-form-js)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/vextor-quick-form-js/),
check out the [SVN repository](https://plugins.svn.wordpress.org/vextor-quick-form-js/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/vextor-quick-form-js/)
by [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**
 *  Акыркы жаңыртуу **2 жума мурун**
 *  Активдүү орнотуулар **Fewer than 10**
 *  WordPress нускасы ** 6.3 же андан жогору **
 *  Tested up to **7.0**
 *  PHP нускасы ** 8.0 же андан жогору **
 *  Тил
 * [English (US)](https://wordpress.org/plugins/vextor-quick-form-js/)
 * Тег:
 * [antispam](https://kir.wordpress.org/plugins/tags/antispam/)[form](https://kir.wordpress.org/plugins/tags/form/)
   [JS](https://kir.wordpress.org/plugins/tags/js/)
 *  [Advanced View](https://kir.wordpress.org/plugins/vextor-quick-form-js/advanced/)

## Рейтинг

Азырынча эч кандай сын-пикир жок.

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

[See all reviews](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/)