I think there's some miscommunication going on...
What I showed was an example of how Contact Form 7 handles VALUES of radiobuttons. Contact Form 7 sets the value of the radiobutton EXACTLY the same as the name of the option...
If I call my radio button: option_1
The value will be: option_1
I want to change that!
I want to call my radiobutton: option_1
and set the value to a number: 100
The name is for the website visitor to see, the value is for me to perform calculations with. If the value is called option_1, I can't use that for any calculation of course :)
I need to define them seperately... is this possible?