forms-3rdparty-integration
forms-3rdparty-integration copied to clipboard
Add field picker to admin mapping
It's cumbersome to figure out what field-ids to use for each plugin. Create a 'field picker' interface:
- cf7 are just post-meta with special access functions
- gf is an array
- ninja is an object with methods
See request at http://wordpress.org/support/topic/need-field-aliasing-for-gf?replies=1
Similar request in the context of exposing conditional logic: https://wordpress.org/support/topic/customization-advice?replies=1#post-6185433
Leverage existing "fplugin" concepts like GET_FORM_SUBMISSION and build an array of form/fields around https://github.com/zaus/forms-3rdparty-integration/blob/master/plugin-ui.php#L39