First update after 20 december 2024 needs extra attention!

Conditional Fields 2.5.5 and later use new folder and file names.
As a result, the plugin will deactivated automatically the first time that you update from version 2.5.4.
Please make sure to activate the plugin manually after the update.

Read more

hide submit from the moment a radio button is checked

No idea why you would ever wanna do something like this. But just so you know, you can.

Form

    option 1option 2option 3

    Form Code

    [radio my-radio "option 1" "option 2" "option 3"]
    
    [group submit-group]
    [submit "Send"]
    [/group]

    Conditional Fields (Text)

    show [submit-group] if [my-radio] is empty ""