Цей плагін не перевірявся з останніми 3-ма основними випусками WordPress. Можливо, він більше не може розроблятися або підтримуватися, і він може мати проблеми сумісності при використанні з більш новими версіями 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” — проект з відкритим вихідним кодом. В розвиток плагіну внесли свій вклад наступні учасники:

Учасники

Перекладіть “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