• My shortcode is as followed

    [fu-upload-form class="html-wrapper-class" form_layout="media"
     title="Upload Your Business Document" 
    success_page="https://demo.smepenang.org.my/congratulations/"]
    
    [input type="file" name="photo" id="my-photo-submission" 
    class="required" description="Form 13"]
    
    [input type="file" name="photo" id="my-photo-submission" 
    class="required" description="Form D"]
    
    [input type="file" name="photo" id="my-photo-submission" 
    class="required" description="Form E"]
    
    [input type="file" name="photo" id="my-photo-submission" 
    class="required" description="Form 3"]
    
    [input type="file" name="photo" id="my-photo-submission" 
    description="Other"]
    
    [input type="submit" class="btn" value="Submit"]
    [/fu-upload-form]

    The required 4 fills, but when I upload 1 file it also went through.. although I find not checked any other file type allowed it also when through such as .HTML file..

    The page I need help with: [log in to see the link]

  • The topic ‘File type restriction and “required” not working’ is closed to new replies.