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"]

    Email Body

    your name [your-name]<br>
    your email [your-email]<br>
    your file [your-file]<br>
    your subject [your-subject]<br>
    your message [your-message]<br>

    Edit this form in the form tester