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.

REST Interface for WPForms

Descripció

A GUI to hook into WPforms submit data and POST said data to an endpoint of your choice without writing any code or the use of a middleware service like zapier or related services.

This is typically used for sending wpforms submissions to a third-party CRM or an intermediary server, but can also be useful if you just want to send your form data to another web server for any other purpose.

Instal·lació

  1. Ensure you have WPForms installed – this plugin will activate work otherwise.
  2. Upload rest-interface-for-wpforms.php to the /wp-content/plugins/ directory
  3. Activate the plugin through the ‘Plugins’ menu in WordPress
  4. Navigate to ‘WPForms REST’ in the WPForms submenu

PMF

Coming soon

Ressenyes

No hi ha ressenyes per a este complement.

Col·laboradors i desenvolupadors

«REST Interface for WPForms» és programari de codi obert. La següent gent ha col·laborat en este complement.

Col·laboradors

Traduïx «REST Interface for WPForms» a la teua llengua.

T’interessa el desenvolupament?

Revisa el codi , dona una ullada al repositori SVN o subscriu-te al registre de desenvolupament per RSS.

Registre de canvis

1.0.2

  • Added additional data to be sent to the endpoint, consisting off the complete wpforms submit data, form data, and field data

1.0.1

  • Initial plugin released