https://github.com/skeeks-cms/cms-module-form2
Form designer for SkeekS CMS
https://github.com/skeeks-cms/cms-module-form2
Last synced: about 2 months ago
JSON representation
Form designer for SkeekS CMS
- Host: GitHub
- URL: https://github.com/skeeks-cms/cms-module-form2
- Owner: skeeks-cms
- License: bsd-3-clause
- Created: 2015-10-31T19:05:30.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-11-24T20:00:09.000Z (8 months ago)
- Last Synced: 2025-11-28T07:50:30.786Z (8 months ago)
- Language: PHP
- Homepage: http://cms.skeeks.com
- Size: 222 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Form designer for SkeekS CMS
===================================
The module provides an opportunity to collect a variety of forms through the admin panel. Manage elemntov order forms, and views. Configure whom to notify.
Installation
------------
The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
Either run
```
php composer.phar require --prefer-dist skeeks/cms-module-form2 "*"
```
or add
```
"skeeks/cms-module-form2": "*"
```
Configuration app
----------
```php
'components' =>
[
'i18n' => [
'translations' =>
[
'skeeks/form2/app' => [
'class' => 'yii\i18n\PhpMessageSource',
'basePath' => '@skeeks/modules/cms/form2/messages',
'fileMap' => [
'skeeks/form2/app' => 'app.php',
],
]
]
],
],
'modules' =>
[
'form2' => [
'class' => '\skeeks\modules\cms\form2\Module',
]
]
```
```js
sx.EventManager.on("ajaxFormSuccessSubmited", function(e, data) {
//Успешно отправлена любая форма
//ym(67855000,'reachGoal','any-form');
if (data.form.jForm.data('form_code') == 'register') {
//Отправлена конкретная форма (регистрация)
ym(67855000,'reachGoal','register');
}
if (data.form.jForm.data('form_code') == 'test') {
//Отправлена конкретная форма (с кодом test)
}
});
```
Links
-------
* [Web site](http://en.cms.skeeks.com)
* [Web site (rus)](http://cms.skeeks.com)
* [Author](http://skeeks.com)
* [ChangeLog](https://github.com/skeeks-cms/cms-module-form2/blob/master/CHANGELOG.md)
* [Page on SkeekS CMS Marketplace](http://marketplace.cms.skeeks.com/solutions/podderjka-klientov/obratnaya-svyaz/12-konstruktor-web-form-2)
> [](https://skeeks.com)
SkeekS CMS (Yii2) — quickly, easily and effectively!
[skeeks.com](https://skeeks.com) | [cms.skeeks.com](https://cms.skeeks.com)