zaus

Results 24 comments of zaus

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

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

That's weird -- does the title of your form have special characters? Ninja forms is kinda broken anyway though, I'm working on fixing that in the near future so maybe...

Can you inspect element using dev tools? Or more usefully, find that input in the page source (technically different than what dev tools shows because Chrome is nice and fixes/ignores...

It does not currently integrate, although looking at [the hooks they provide](https://formidablepro.com/knowledgebase/formidable-hooks/) it should be possible. Specifically: - before submission? https://formidablepro.com/knowledgebase/frm_pre_create_entry/ - during validation might be better, as we could...

Please post the full debug, as we don't know what you sent. And without knowing where you're sending it, we have no way of knowing what's required. Maybe an empty...

The `$results` should already be passed by reference (see [here](https://github.com/zaus/forms-3rdparty-integration/blob/master/forms-3rdparty-integration.php#L662), probably should have just been a filter instead but way back then I thought it was an optimization), so just...

I'm using it just fine with v4.7 (.1 actually), and I've seen it installed on several other 4.7 sites as well. Can you disable/reenable my plugin and/or other plugins? If...

It's still working fine for me, everywhere. Any luck?

Are you able to turn on WP_DEBUG and WP_DEBUG_LOG? Maybe it would reveal PHP warnings/errors, could help to point out what's responsible. Could have been a corrupted upgrade; I think...