=== Inbound Organizer ===
Contributors: RobinLopulalan
Tags: contact form, fluentform, gravity forms, ninja forms, forminator  
Requires at least: 6.0
Requires PHP: 8.0
Tested up to: 7.0
Stable tag: 1.1.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Organize form submissions on a Kanban style board with 2 to 5 columns.

== Description ==

Keep track of form submissions that need a follow-up. 
Track leads, support tickets and contact requests.

Supported form plugins:
* Contact Form 7 + Flamingo
* Contact Form 7 + CFDB7
* Gravity Forms
* Fluent Forms
* Formidable
* Forminator
* Ninja Forms

All new submissions of these plugins are bundled on one board for status tracking. 
The original submissions remain untouched.

Form submissions are displayed as cards in 2 to 5 columns representing whatever you like.
* Drag and drop a message to another column to reflect a status change.
* Read submission details by clicking on a card.
* Enrich cards by adding notes and colors.
* Remove irrelevant cards from the board while retaining data in the originating plugin.
* Configure the card layout for each type of form.
* Configure column names, column colors, card sorting and the number of columns. 

== Installation ==

* Make sure you have at least one of the supported form plugins installed and activated.
* Download, install and activate Inbound Organizer just as any other plugin.
* Inbound Organizer is available to admin users that have the permission to Manage Options.
* Click on Inbound Organizer in the WordPress menu.
* Add existing messages to the board.
* See new submissions appear automatically in the left column.

== Frequently Asked Questions ==

= Are there translations available? =

I am Dutch, so I have created a Dutch translation. Please contact me if you can provide support for additional language translations.

= Can you develop more features? =

I am working on a paid premium edition with advanced features such as filters, user assigning, response actions and response reminders.

= Can you add support for more form plugins? =

Yes, as long as the plugin has a solid user base so that it is worth the effort. Drop me a line for suggestions.

= What will happen to the similar plugin CF7 Inbound Organizer? =

Maintenance of CF7 Inbound Organizer will end. Users are encouraged to migrate to this new and improved plugin.

== Screenshots ==

* Inbound Organizer with form submissions displayed as cards in 5 columns. In this example used as a lead tracker.
* Message details with notes and color picker.
* Change the card layout using the available fields for this type of form.
* Drag and drop a card to another column to reflect a change of status.
* General Settings.
* Columns Settings.

== Changelog ==

= 1.0.0 =
* Initial release.

= 1.0.1 =
Replaced calls to is_plugin_active() with safer method to check active form plugins.

= 1.1.0 =
New function to add existing form submissions from supported plugins.
Added support for subfields in the Forminator plugin, including calculation fields.
Added clean-up of WP posts of type inborg_item (cards on the board) when plugin is uninstalled.