该插件尚未通过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

常见问题

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” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

更新日志

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