I feel like im probably just missing something simple but...
If I set up a field with two radio boxes as options, lets say option one is 'on time' and option two is 'was late' how can I have it so that the actual values sent back (into salesforce in my case) are 'true' and 'false'?
So in general how can we set hidden values for things like drop downs etc? I dont always want the same wording as we show the clients to be in our database?
When you set up your connector and map a Salesforce field using the radio button form field, a little 'translation' dialog will popup with where you can define how Salesforce should see the value.
Let's say you have a radio button question on your form: "Client timelyness" with options: "Was on on time" "Was late"
When you map that in the connector: Salesforce field ---> Form Field "Lead.client_ontime" ---> "Client timelyness" a mapping will pop up: "Client Timelyness": "Was on time": [] "Was late": []
which you can define to: "Client Timelyness": "Was on time": [1] "Was late": [0]
which would send back the boolean true to Salesforce if 'Was on time' is selected, or the boolean false if 'Was late' is selected.
Anyway, give it a whirl and open a support request if you have more questions.