このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

WP Postcode Lookup Form

説明

WP Postcode Lookup Form plugin was designed to help you easily add lead generation functionality to your WordPress websites with UK address auto-complete.

Features:

  • UK Postcode lookup and validation
  • UK Telephone number validation
  • Customizable email alerts
  • Restrict to specified postcodes
  • Export submissions as .csv file
  • reCAPTCHA integration
  • Multi-Page form
  • Auto-complete addresses from postcode

スクリーンショット

  • http://rkbcomputing.co.uk/wp-content/uploads/2016/12/postcode-lookup-form.jpg
  • http://rkbcomputing.co.uk/wp-content/uploads/2016/12/postcode-lookup-form-address.jpg

インストール

  1. Upload “wp-postcode-lookup-form” directory to the “/wp-content/plugins/” directory
  2. Activate the plugin through the “Plugins” menu in WordPress
  3. Add this shortcode To the page you want to show the form on: [postcode_lookup_form_sc]
  4. Create a page to hold the main form contents and place the same shortcode in it
  5. Sign up to Google maps API and reCAPTCHA to get your access keys
  6. Create a thankyou page (no shortcode needed, just the content for the message). The post content from this page will be displayed on the same page after successful submission, it will not be redirected
  7. Go to the options (Postcode Lookup Form in admin menu). In the option called “Postcode form redirect page” select a page for the main form created for the main form (E.g. “/my-lead-gen-form/”)
  8. In the ‘Thankyou Page’ field select your tankyou page.
  9. Now configure your options for notification emails, reCAPTCHA, Google Maps API key etc
  10. You can manage your submissions from the same admin menu

FAQ

Can I add fields to the form?

Not currently but I do plan on adding the abilty in the future, for now you can edit the plugin manually but any updates may override your customizations.

Does this support US or other countries?

Not yet, only UK addresses and telephone numbers for now. I may add that functionality in the future.

評価

このプラグインにはレビューがありません。

貢献者と開発者

WP Postcode Lookup Form はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“WP Postcode Lookup Form” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

0.6.0

  • Changed how the form page selection works. You use a dropdown list to select your main form and thankyou page

0.5.8

  • Changed how the thankyou page works. You now have to create a page manually and enter it’s post id in the options

0.5.7

  • Added UK telephone number validation capabilty
  • Database table and subissions are now deleted when you uninstall
  • Minor bug fixes

0.5.5

  • First public release