I am trying to write a script that takes the form data and sends it to a 3rd party CRM. I have a "Notes" box where most of the data needs to go, but I need to somehow get what the question is to include in the Notes box.
The $entry array only has field IDs, and for radio/checkboxes it does decimal numbers for each option. This means I can't even manually include in the script a direct relationship because I could have array indexes 17.3, 17.4, 17.9 - I don't know for sure which index IDs will even be available.
How can I simply grab Question/Answer and send it to this CRM?