Can someone suggest a solution to dealing with having Gravity Forms on a WordPress site that is deployed on multiple instances behind a load balancer?
Because Gravity Forms saves data on the local MySQL database of a WordPress site, it's preventing us from deploying our site on multiple instances since a user may be directed at random to one of three instances behind our load balancer. As a result, the different versions of the local MySQL database would have different set of user submitted Gravity Forms data.