{"id":45464708,"url":"https://github.com/TheWebsiteGuy/wn-formwizard-plugin","last_synced_at":"2026-03-07T11:00:47.619Z","repository":{"id":339723919,"uuid":"1162746126","full_name":"TheWebsiteGuy/wn-formwizard-plugin","owner":"TheWebsiteGuy","description":"A drag and drop form builder for Winter CMS","archived":false,"fork":false,"pushed_at":"2026-02-21T08:13:42.000Z","size":1654,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-21T13:38:55.803Z","etag":null,"topics":["form-builder","forms","wintercms","wintercms-plugin"],"latest_commit_sha":null,"homepage":"https://formwizard.thewebsiteguy.uk/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TheWebsiteGuy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2026-02-20T16:37:34.000Z","updated_at":"2026-02-21T09:56:58.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/TheWebsiteGuy/wn-formwizard-plugin","commit_stats":null,"previous_names":["thewebsiteguy/wn-formwizard-plugin"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/TheWebsiteGuy/wn-formwizard-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheWebsiteGuy%2Fwn-formwizard-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheWebsiteGuy%2Fwn-formwizard-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheWebsiteGuy%2Fwn-formwizard-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheWebsiteGuy%2Fwn-formwizard-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheWebsiteGuy","download_url":"https://codeload.github.com/TheWebsiteGuy/wn-formwizard-plugin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheWebsiteGuy%2Fwn-formwizard-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30212103,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T09:02:10.694Z","status":"ssl_error","status_checked_at":"2026-03-07T09:02:08.429Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["form-builder","forms","wintercms","wintercms-plugin"],"created_at":"2026-02-22T09:00:33.408Z","updated_at":"2026-03-07T11:00:47.610Z","avatar_url":"https://github.com/TheWebsiteGuy.png","language":"PHP","funding_links":[],"categories":["Uncategorized"],"sub_categories":["Uncategorized"],"readme":"![Form Wizard Preview](assets/images/intro.png)\n\n# Form Wizard\n\nThis plugin allows you to easily create AJAX forms for Winter CMS.\n\n## Why Form Wizard?\nBuilding forms is a core task in almost every web project. However, manually managing field configurations, validation rules, and data storage can quickly become a repetitive and time-consuming process.\n\nForm Wizard was designed to solve this. It allows you to build powerful forms by simply defining your HTML elements, skipping the boilerplate backend coding. Let the wizardry handle your database storage and email notifications automatically.\n\n### What makes Form Wizard different?\nUnlike the original plugin, Form Wizard includes a powerful **Visual Form Builder**. You can now create, manage, and validate forms entirely within the Winter CMS backend, dragging and dropping your way to perfect forms—no HTML required!\n\n## Features\n* **Visual Form Builder** (Create forms in the backend)\n* Create any type of form: contact, feedback, uploads, etc\n* Write only HTML\n* Don't code forms logic\n* Laravel validation\n* Custom validation errors\n* Use multiple forms on same page\n* Store on database\n* Export data in CSV\n* Access database records from backend\n* Send mail notifications to multiple recipients\n* Auto-response email on form submit\n* reCAPTCHA validation (v2 and v3)\n* Support for Translate plugin\n* Inline errors with fields (read documentation for more info)\n* File uploads using Filepond\n\n## Quick Start\n```bash\ncomposer require thewebsiteguy/wn-formwizard-plugin\nphp artisan winter:up\n```\n## Form Builder\n\nYou can create and manage forms in the backend, using the Form Builder.\n\n![Form Builder Preview](assets/images/screenshot2.png)\n\nSelect a field type to add it to the form. You can drag and drop the fields to reorder them. You can also add sections to the form. Click on the field to edit its properties.\n![Form Builder Preview](assets/images/form-builder.png)\n\n## Basic Usage\nA basic contact is available out of the box. You can find it at:\n\u003e /plugins/thewebsiteguy/formwizard/components/contactform\n\nTo use it, follow these steps:\n1. On your Backend, goto CMS page.\n2. Click on the Components button on the left sidebar.\n3. Drag selected component to your page.\n4. Configure component parameters (like form validation, notification settings, etc)\n\n![Form Wizard Preview](assets/images/screenshot1.png)\n\n## Documentation\nCheckout our docs at:\n\u003e https://formwizard.thewebsiteguy.uk\n\n## Credits\nThis plugin is a substantial rewrite and continuation based on the original work by Martin M. and Joseph Crowell.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTheWebsiteGuy%2Fwn-formwizard-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FTheWebsiteGuy%2Fwn-formwizard-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTheWebsiteGuy%2Fwn-formwizard-plugin/lists"}