Deze plugin is niet getest met de laatste 3 grotere versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Ook kunnen er compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

REST Interface for WPForms

Beschrijving

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.

Installatie

  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

FAQ

Coming soon

Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

Bijdragers & ontwikkelaars

“REST Interface for WPForms” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Vertaal “REST Interface for WPForms” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

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