=== REST Interface for WPForms ===
Donate link: https://brandynlordi.com
Contributors: brandynl
Tags: WPForms, REST, API
Requires at least: 5.3.2
Tested up to: 5.3.2
Stable tag: 5.3.2
License: GPLv2 or later
Requires PHP: 7.2
License URI: http://www.gnu.org/licenses/gpl-2.0.html

A GUI to Post WPforms form entry data to an endpoint of your choice on a per-form basis without writing any code.

== Description ==

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.

== Installation ==

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

== Frequently Asked Questions ==

Coming soon

== Screenshots ==
1. The admin interface view

== 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

== Upgrade Notice ==