Good Morning, I wondered if someone could help. Recently we have been having some issues with a suitecrm plugin integration with Ninja forms on Wordpress.
We are mapping a multi select fields value to a multienum field in suitecrm.
The issue we are having is that none of the multi select field values are coming through to the multienum field.
The issue is down to the suitcrm plugin we are using changing any outputted array into and a string separating each actual value with a comma.
This leads to my question what exact data type does multienum accept or is looking for ? so we can amend the plugin accordingly to provide multienum with the right data in the data way.