zaus / forms-3rdparty-integration

Wordpress Plugin - Forms 3rdparty Integration - a plugin to help integrate 3rdparty services with common WP Forms plugins like Contact Form 7 and Gravity Forms
http://wordpress.org/plugins/forms-3rdparty-integration/
47 stars 14 forks source link

Way to duplicate/clone service... #25

Open FLSouthPaw opened 9 years ago

FLSouthPaw commented 9 years ago

Would be great to be able to duplicate/clone a service... for instance I have multiple gravity forms on different landing pages that all have the same fields/names but each have a different post url... have to rebuild all of the mappings each time I create a new landing page...

zaus commented 9 years ago

It's funny because originally that's what "add new service" did -- it's cloning the last metabox but then removing all except the first row and clearing the data. So it'd be possible to add a 'clone' button.

That said, until that's available you can use the Migrate plugin to manually clone the service configuration -- https://wordpress.org/plugins/forms-3rdparty-migrate/.