What’s the worst improper use of a forms plugin you’ve seen?
I saw one with ~500 @NinjaForms conditional logic sets to determine an address based on the value of a select field. It got so big that not only did it crash on the front-end, but the editor crashed too. #WordPress https://t.co/NahyBwZeLi We solved this by creating a custom database table to associate their database of locations with fields, and created a custom NF field that would use the database to look up. This replaced all of the conditional logic and got the form up and running again.
Leave a Reply