{"id":30902766,"url":"https://github.com/littlebizzy/contact-form","last_synced_at":"2026-06-19T01:31:17.754Z","repository":{"id":298094176,"uuid":"998730323","full_name":"littlebizzy/contact-form","owner":"littlebizzy","description":"Intuitive WordPress contact form","archived":false,"fork":false,"pushed_at":"2026-02-15T06:39:52.000Z","size":83,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-02-15T12:59:41.449Z","etag":null,"topics":["wordpress","wordpress-plugin"],"latest_commit_sha":null,"homepage":"https://www.littlebizzy.com/plugins/contact-form","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/littlebizzy.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":"2025-06-09T06:47:55.000Z","updated_at":"2026-02-15T06:39:29.000Z","dependencies_parsed_at":"2025-06-10T21:43:10.807Z","dependency_job_id":null,"html_url":"https://github.com/littlebizzy/contact-form","commit_stats":null,"previous_names":["littlebizzy/store-contact-form","littlebizzy/contact-form"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/littlebizzy/contact-form","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/littlebizzy%2Fcontact-form","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/littlebizzy%2Fcontact-form/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/littlebizzy%2Fcontact-form/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/littlebizzy%2Fcontact-form/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/littlebizzy","download_url":"https://codeload.github.com/littlebizzy/contact-form/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/littlebizzy%2Fcontact-form/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34514282,"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-18T02:00:06.871Z","response_time":128,"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":["wordpress","wordpress-plugin"],"created_at":"2025-09-09T08:11:08.429Z","updated_at":"2026-06-19T01:31:17.746Z","avatar_url":"https://github.com/littlebizzy.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Contact Form\n\nIntuitive WordPress contact form\n\n## Changelog\n\n### 1.2.3\n- validated reference field against expected order/subscription format\n- moved required field checks immediately after input sanitization\n- added fallback to admin email if site domain cannot generate valid noreply address\n- improved internal validation flow and code ordering\n\n### 1.2.2\n- added strict server-side validation for user email using `sanitize_email()` and `is_email()`\n- stripped CR/LF characters from subject and reply-to fields to prevent header injection\n- switched `From` address to domain-aligned noreply@site-domain for improved SPF/DMARC compatibility\n- preserved user email in `Reply-To` header\n- enforced UTF-8 content-type header for outgoing mail\n- standardized RFC-compliant CRLF line endings in email body for SMTP compliance\n\n### 1.2.1\n- added `do_action` hook after successful submission\n- added granular filters for success and error messages\n\n### 1.1.1\n- tweaked order of plugin headers\n\n### 1.1.0\n- changed how frontend scripts are loaded so the contact form JavaScript is enqueued when the shortcode actually renders, instead of trying to detect it from page content\n- ensures the contact form works reliably when used in pages, custom templates, blocks, widgets, or via `do_shortcode()`\n- removes brittle shortcode detection logic based on parsing post content\n- no changes to access control; the contact form is still restricted to logged-in users only\n- bumped `Tested up to:` to 6.9\n\n### 1.0.5\n- added `Reply-To` email header using the logged-in user's address\n\n### 1.0.4\n- fixed slashes in input fields using `wp_unslash()` before sanitizing\n\n### 1.0.3\n- added support for `[contact_form show_url=\"false\"]` to optionally hide the URL field\n- email body skips \"URL\" line if field is empty or hidden\n\n### 1.0.2\n- fixed response div element name to `#contact-form-response`\n- added color styling for JS success and error messages\n\n### 1.0.1\n- moved order/subscription dropdown above subject field\n- improved dropdown labels to include product or subscription names\n\n### 1.0.0\n- initial release\n- supports PHP 7.0 to 8.3\n- no settings page\n- uses `[contact_form]` shortcode only\n- displays simple contact form for logged-in users\n- automatically pre-fills full name and and phone from WooCommerce billing data (and email from WordPress user data)\n- falls back to using display name if full name is unavailable or empty\n- optional drop-down select of WooCommerce orders and subscriptions to reference\n- optional URL field\n- validates fields with AJAX and HTML5\n- sends submission to site admin email using `wp_mail()`\n- includes nonce security verification and `$_POST` field whitelisting\n- includes AJAX error handling and status messages\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flittlebizzy%2Fcontact-form","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flittlebizzy%2Fcontact-form","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flittlebizzy%2Fcontact-form/lists"}