{"id":50706606,"url":"https://github.com/skeeks-cms/cms-module-form2","last_synced_at":"2026-06-09T12:31:37.423Z","repository":{"id":57052453,"uuid":"45314517","full_name":"skeeks-cms/cms-module-form2","owner":"skeeks-cms","description":"Form designer for SkeekS CMS","archived":false,"fork":false,"pushed_at":"2025-11-24T20:00:09.000Z","size":227,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-11-28T07:50:30.786Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://cms.skeeks.com","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/skeeks-cms.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2015-10-31T19:05:30.000Z","updated_at":"2025-11-24T19:59:15.000Z","dependencies_parsed_at":"2024-03-05T01:30:02.792Z","dependency_job_id":"9339d5af-e3d8-45ff-b4bb-9d418a7f3c66","html_url":"https://github.com/skeeks-cms/cms-module-form2","commit_stats":{"total_commits":161,"total_committers":2,"mean_commits":80.5,"dds":0.03105590062111796,"last_synced_commit":"ce0e07f131d551dc9d5f3b98b8a291c7d9818096"},"previous_names":[],"tags_count":87,"template":false,"template_full_name":null,"purl":"pkg:github/skeeks-cms/cms-module-form2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skeeks-cms%2Fcms-module-form2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skeeks-cms%2Fcms-module-form2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skeeks-cms%2Fcms-module-form2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skeeks-cms%2Fcms-module-form2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skeeks-cms","download_url":"https://codeload.github.com/skeeks-cms/cms-module-form2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skeeks-cms%2Fcms-module-form2/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34107865,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-09T02:00:06.510Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-09T12:31:36.435Z","updated_at":"2026-06-09T12:31:37.418Z","avatar_url":"https://github.com/skeeks-cms.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Form designer for SkeekS CMS\n===================================\n\nThe module provides an opportunity to collect a variety of forms through the admin panel. Manage elemntov order forms, and views. Configure whom to notify.\n\nInstallation\n------------\n\nThe preferred way to install this extension is through [composer](http://getcomposer.org/download/).\n\nEither run\n\n```\nphp composer.phar require --prefer-dist skeeks/cms-module-form2 \"*\"\n```\n\nor add\n\n```\n\"skeeks/cms-module-form2\": \"*\"\n```\n\nConfiguration app\n----------\n\n```php\n\n'components' =\u003e\n[\n    'i18n' =\u003e [\n        'translations' =\u003e\n        [\n            'skeeks/form2/app' =\u003e [\n                'class'             =\u003e 'yii\\i18n\\PhpMessageSource',\n                'basePath'          =\u003e '@skeeks/modules/cms/form2/messages',\n                'fileMap' =\u003e [\n                    'skeeks/form2/app' =\u003e 'app.php',\n                ],\n            ]\n        ]\n    ],\n],\n'modules' =\u003e\n[\n    'form2' =\u003e [\n        'class'         =\u003e '\\skeeks\\modules\\cms\\form2\\Module',\n    ]\n]\n\n```\n\n\n\n```js  \n\nsx.EventManager.on(\"ajaxFormSuccessSubmited\", function(e, data) {\n    //Успешно отправлена любая форма\n    //ym(67855000,'reachGoal','any-form');\n    \n    if (data.form.jForm.data('form_code') == 'register') {\n        //Отправлена конкретная форма (регистрация)\n        ym(67855000,'reachGoal','register');\n    }\n    \n    \n    if (data.form.jForm.data('form_code') == 'test') {\n        //Отправлена конкретная форма (с кодом test)\n    }\n});\n\n```\n\n\nLinks\n-------\n* [Web site](http://en.cms.skeeks.com)\n* [Web site (rus)](http://cms.skeeks.com)\n* [Author](http://skeeks.com)\n* [ChangeLog](https://github.com/skeeks-cms/cms-module-form2/blob/master/CHANGELOG.md)\n* [Page on SkeekS CMS Marketplace](http://marketplace.cms.skeeks.com/solutions/podderjka-klientov/obratnaya-svyaz/12-konstruktor-web-form-2)\n\n\n\n\n\u003e [![skeeks!](https://skeeks.com/img/logo/logo-no-title-80px.png)](https://skeeks.com)  \n\u003ci\u003eSkeekS CMS (Yii2) — quickly, easily and effectively!\u003c/i\u003e  \n[skeeks.com](https://skeeks.com) | [cms.skeeks.com](https://cms.skeeks.com)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskeeks-cms%2Fcms-module-form2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskeeks-cms%2Fcms-module-form2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskeeks-cms%2Fcms-module-form2/lists"}