Цей плагін не перевірявся з останніми 3-ма основними випусками WordPress. Можливо, він більше не може розроблятися або підтримуватися, і він може мати проблеми сумісності при використанні з більш новими версіями WordPress.

Electric Enquiries

Опис

Electric Enquiries turns any web form into flexible enquiry form, enabling you to have multiple enquiry forms throughout your website. By just wrapping a simple shortcode around the HTML elements of your choice, you can have a professional, simple or complicated email enquiry form up and running in minutes. It supports all standard form elements, including file uploads.

Usage

Code your form elements as you normally would, with whichever inputs, radio buttons, selects etc that you need, ensuring that you set the name attribute for each element.

Then, instead of wrapping your form elements in a form tag, simply wrap them in the Electric Enquiries shortcode instead:

 [electric-enquiry from="website@electriccode.co.uk" to="hello@electriccode.co.uk" button="Send Enquiry" message="Thank You<br/>We will get back to you shortly." subject="Website Enquiry"]
      Your form elements here
 [/electric-enquiry]

The ‘from’ attribute sets the email address that the enquiry will be sent from, and the ‘to’ attribute sets the address it will be sent to.

Setting the ‘subject’ attribute will override the default email subject with the one specified.

Setting the ‘button’ attribute will override the default button text (‘Send Enquiry’) with whatever you prefer.

You can add a Google Recaptcha (v2) to the form by setting the recaptcha-key and recaptcha-secret attributes with the supplied values from Google.

Відгуки

Для цього плагіна немає відгуків.

Учасники та розробники

“Electric Enquiries” — проект з відкритим вихідним кодом. В розвиток плагіну внесли свій вклад наступні учасники:

Учасники

Перекладіть “Electric Enquiries” на вашу мову.

Цікавитесь розробкою?

Перегляньте код, перегляньте сховище SVN або підпишіться на журнал розробки за допомогою RSS.

Журнал змін

1.1

  • Added support for Google Recaptcha

1.0

  • Initial release