• dominiccadle95

    (@dominiccadle95)


    Hello

    We’re using Conditional Fields for Contact Form 7 and Drag and Drop Multiple File Upload – Contact Form 7 and have encountered an issue.

    If I have a mfield marked as required, but nested in a conditional group that is not triggered on the frontend (so a required mfield in a group thats not being used due to conditional logic), I cannot complete the form, I get the “ONE OR MORE FIELDS HAVE AN ERROR. PLEASE CHECK AND TRY AGAIN.” error, hoping you could advise.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Glen Don Mongaya

    (@glenwpcoder)

    Hello @dominiccadle95 ,

    Thanks for reaching out.

    Could you please share me your ‘Form’ tab code that it’s under in Contact Form 7? so I can replicate or test in my end.

    Glen

    Plugin Author Glen Don Mongaya

    (@glenwpcoder)

    I asked for your form settings because I tried in my setup and it seems working fine.

    Here’s the video – https://drive.google.com/file/d/1_Eljty9mOzqeR7UVmN3J5STEW1ltyTMe/view?usp=sharing

    It will only validate if the uploader is visible or the condition group shows based on the plugin conditional value.

    Here’s my form & conditional code.

    <label>Firstname</label>
    [text firstname]

    <label>Lastname</label>
    [text lastname]

    <label>Menu</label>
    [select menu-13 include_blank "Menu 1" "Menu 2"]

    [group upload-1 clear_on_hide]
    [text menu]

    <p>Upload (*)</p>
    [mfile* upload-file-317]
    [/group]

    [submit "Send"]
    show [upload-1] if [menu-13] equals "Menu 1"

    Please let me know.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.