Hello,
I'm using Contact Form 7 for my contactform on my website and I wanted to have some radio buttons like this:
radio-text--radio-text--radio-text
This radio buttons must have the same "name", but it doesn't work when I use this:
[radio radio-123 "Option 1"]
[text text-1]
[radio radio-123 "Option 2"]
[text text-2]
[radio radio-123 "Option 3"]
[text text-3]
Also not when using html instead of the shortcodes (name="radio-123" etc.)
In the mail the shortcode [radio-1] is showed instead of what is chosen.
Maybe it is also possible to only show the text input belonging to the radio button he or she chose, but that's a Javascript thing..
Someone who knows a possible solution? I'd like to hear it!
Thanks.