{"id":50513938,"url":"https://github.com/artcodestudio/wn-forms-plugin","last_synced_at":"2026-06-02T22:04:08.186Z","repository":{"id":361447148,"uuid":"1254496104","full_name":"ArtCodeStudio/wn-forms-plugin","owner":"ArtCodeStudio","description":"WinterCMS plugin that stores form submissions (e.g. contact forms) in the CMS, viewable and filterable by form in the backend.","archived":false,"fork":false,"pushed_at":"2026-05-30T16:41:54.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-30T18:16:12.351Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/ArtCodeStudio.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2026-05-30T16:31:41.000Z","updated_at":"2026-05-30T16:41:58.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/ArtCodeStudio/wn-forms-plugin","commit_stats":null,"previous_names":["artcodestudio/wn-forms-plugin"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/ArtCodeStudio/wn-forms-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArtCodeStudio%2Fwn-forms-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArtCodeStudio%2Fwn-forms-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArtCodeStudio%2Fwn-forms-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArtCodeStudio%2Fwn-forms-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ArtCodeStudio","download_url":"https://codeload.github.com/ArtCodeStudio/wn-forms-plugin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArtCodeStudio%2Fwn-forms-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33838227,"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-02T02:00:07.132Z","response_time":109,"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-02T22:04:02.934Z","updated_at":"2026-06-02T22:04:08.181Z","avatar_url":"https://github.com/ArtCodeStudio.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JumpLink.Forms – Winter CMS Plugin\n\nSpeichert **Formular-Einsendungen** (z. B. das Kontaktformular eines Themes)\nzusätzlich zum bestehenden E-Mail-Versand in der Datenbank und macht sie im\nBackend einsehbar – gruppiert/filterbar **nach Formular**.\n\nDas Plugin ist bewusst **generisch**: beliebige Formulare lassen sich ohne\nSchema-Änderung anbinden, indem im AJAX-Handler des Themes eine Zeile ergänzt\nwird. Der E-Mail-Versand des Themes bleibt unverändert.\n\n## Installation\n\nPlugin nach `plugins/jumplink/forms` legen und Migration ausführen:\n\n```bash\nphp artisan winter:up\n```\n\n## Verwendung im Theme\n\nIm bestehenden Formular-Handler (zusätzlich zum Mailversand) speichern:\n\n```php\n\\JumpLink\\Forms\\Models\\Submission::store('contact', [\n    'name'    =\u003e post('name'),\n    'email'   =\u003e post('email'),\n    'phone'   =\u003e post('phone'),\n    'message' =\u003e post('message'),\n]);\n```\n\n- Erster Parameter: technischer Formular-Schlüssel (z. B. `contact`).\n- Zweiter Parameter: beliebige Felder (werden als JSON gespeichert).\n- Optionaler dritter Parameter: abweichendes Anzeige-Label.\n\nEmpfehlung: den `store()`-Aufruf in ein eigenes `try/catch` setzen, damit ein\nSpeicherfehler den E-Mail-Versand nicht blockiert.\n\n## Backend\n\nUnter **Formulare → Einsendungen**:\n\n- Liste aller Einsendungen mit Spalten Formular / Name / E-Mail / Status / Eingang,\n- Filter nach **Formular**, Status und Eingangsdatum,\n- Detailansicht mit allen übermittelten Feldern,\n- Status-Workflow (Neu / Gelesen / Erledigt) und Zähler für neue Einsendungen.\n\n## Lizenz\n\nMIT. Built by [JumpLink / Art+Code Studio](https://artandcode.studio).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartcodestudio%2Fwn-forms-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fartcodestudio%2Fwn-forms-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartcodestudio%2Fwn-forms-plugin/lists"}