Gravity Forms Address Block Bug
-
Gravity forms has a built in Address block that is made up of multiple fields in an array. When using the API and mapping these fields to Salesforce all works fine unless 1 or more fields is left empty. In that case the full array of field data is attempted to pass to the mapped location in salesforce. This often leads to errors. Sometimes a type conflict more often than not a string length exception.
Because Gravity forms supports International addresses as well, not all address block fields are required even when the block is set as required. This allows users to end up leaving a field empty. For example the postal code or state is often left empty on international entries. The form tries to create a salesforce entry but fails because the string is too long for the field in Salesforce.
I think this needs to be addressed. Either allow the field to pass blank without using the array of data or set an option in the settings to turn this on or off. If you can point me to the spot in the plugin where this code might be I could attempt to fix it.
- The topic ‘Gravity Forms Address Block Bug’ is closed to new replies.