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

Multistep with file

Form

    there should not be text here

    My title

    Step 2


    test

    Form Code

    there should not be text here
        [step id:test title "My title" next "Volgende stap"]
        <label> Your Name (required)
            [text* your-name] </label>
    
        <label> Your Email (required)
            [email* your-email] </label>
    
        <label> Your File (required)
            [file* your-file] </label>
        [step]
        <label> Subject
            [text* your-subject] </label>
        test
        <label> Your Message
            [textarea your-message] </label>
        [submit "Send"]

    Conditional Fields (Text)