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

I cannot make more than 48 connections. #111

Open vdiaza opened 5 years ago

vdiaza commented 5 years ago

Hi,

I am working with a big number of forms and I have been able to successfully connect 48 forms. The thing is that whenever I try to add a new "service" it allows me, but when I save it, it gets deleted, only leaving the first 48 connection I have created.

Any way I can add more connections?

zaus commented 5 years ago

It's probably the length limit of the database field where settings are stored, sorry. Unfortunate limitation from the original plugin design. I have plans to fix it, but not had time.

Do you mean you have 48 different services or one service connected to 48 forms? I ask because it might be possible to consolidate different services (unless they're going to different urls) by either renaming/labeling fields to match across forms, or just including uniquely-named fields from different forms in the same service mapping (because the plugin will ignore mappings that don't show up in the submission).

--Jeremy (mobile)

On Tue, Dec 18, 2018, 18:27 vdiaza <notifications@github.com wrote:

Hi,

I am working with a big number of forms and I have been able to successfully connect 48 forms. The thing is that whenever I try to add a new "service" it allows me, but when I save it, it gets deleted, only leaving the first 48 connection I have created.

Any way I can add more connections?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/zaus/forms-3rdparty-integration/issues/111, or mute the thread https://github.com/notifications/unsubscribe-auth/AAv37_hGxGHMXK7BdeSbdrqYgTBSxq6Vks5u6XnhgaJpZM4ZZQ-j .

zaus commented 5 years ago

I hesitate to ask you paste your sanitized configuration dump (fromhttps://wordpress.org/plugins/forms-3rdparty-migrate/) because it's probably gigantic, but it might help identify where you can consolidate...