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)