This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Simple AJAX Form

Kuvaus

This plugin requires is just the front end javascript library, the following two things to be done in support:
1. Add the class ’simpleajaxform’ to your form.
2. Make sure you have the correct wp_ajax handler hook defined.

It was primarily built as an example for a blog post.

Asennus

  1. Upload to the /wp-content/plugins/ directory
  2. Activate the plugin through the ’Plugins’ menu in WordPress
  3. Add ’simpleajaxform’ class to your form.
  4. Build wp_ajax hook to handle form.

UKK

Have you been asked any questions yet?

No

Arvostelut

There are no reviews for this plugin.

Avustajat & Kehittäjät

“Simple AJAX Form” perustuu avoimeen lähdekoodiin. Seuraavat henkilöt ovat osallistuneet tämän lisäosan kehittämiseen.

Avustajat

Käännä “Simple AJAX Form” omalle kielellesi.

Oletko kiinnostunut kehitystyöstä?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Muutosloki

1.0

  • First release