Very Simple Contact Us Form

설명

simple contact us form with mail and database storing functionality,and export to csv option

스크린샷

설치

This section describes how to install the plugin and get it working.

e.g.

  1. Upload very-simple-contact-us-form.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Very Simple Contact Us Form”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Very Simple Contact Us Form”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0.1

  • Security fix: resolved a SQL injection vulnerability in the admin edit screen by using a properly prepared query.
  • Security fix: added capability checks to the AJAX edit, delete, and update handlers to prevent unauthorized access by low-privileged users.
  • Security fix: replaced hardcoded database table references with the configured WordPress table prefix.
  • Fix: corrected the frontend stylesheet and validation script URLs so they load correctly when the [contactus] shortcode is used.
  • Fix: frontend form validation now binds correctly since the validation script loads after the form markup exists in the DOM.
  • Fix: widened the name and email database columns from varchar(25) to varchar(255) so real names and email addresses aren’t truncated or rejected; existing installs are upgraded automatically.