• Code

    [radio radio-123 "Option 1|1" "Option 2|2"]
    

    generates

    <input type="radio" name="radio-123" value="Option 1" />
    <span class="wpcf7-list-item-label">Option 1</span>
    

    But I’m waiting for value=1

    Is it normal?

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Pipe in the radio options don’t work’ is closed to new replies.