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.