mecachisenros / cf-civicrm

Caldera Forms CiviCRM Integration
GNU Affero General Public License v3.0
30 stars 26 forks source link

Bulk insert preset value doesn't sync to Civi if numeric #189

Open andyburnsco opened 3 years ago

andyburnsco commented 3 years ago

Describe the bug When you select a corresponding Civi field to bulk insert the presets, it inserts the proper label, value. The calculation value matches the value.

However, when submitting the form, the data does not go into Civi when using the Civi value that is a numeric. Instead you have to switch the field value to the field label in this case. This is not the expected behavior.

Expected behavior The Civi presets should map to Civi if they are alphanumeric or numeric.