Hi,
i'm very interested to use radio group : beautiful, compact and easy to design (no need heavy Trigger) and i have lot question like this in my survey…
But i need a specific key name in json output for each choice.
Actually the outpout json is :
{ "question1": "item1" }
I hope :
{ "item1": "1" } but this `{ "question1": "item1", "item1": "1" } would be ok too.
so i think a custom JS function is the solution wich test the question type (radiogroup), but OnComplete is too late i think.
What would the best strategy ?