• foxc

    (@foxc)


    In the selectbox, when I select “Orden de matricula” and I complete all the camps, and i do clic on “enviar” it show me a error message, but the camps are complet, so in that moment I select another condition into the selectbox and show me the message error in the drag and drop plugin. Pleas help me

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

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

    (@glenwpcoder)

    Hello @foxc ,

    Can you please send me a screenshots of your form & conditional settings?

    Thanks,
    Glen

    Thread Starter foxc

    (@foxc)

    I have here the screenshots…
    Conditional Settings
    My Form
    Thanks for answer

    wicho19

    (@wicho19)

    I did notice that 1 element is missing when I debugged line per line.
    I added a <span> that wrap the input file.
    This has the name of the element in the class. In this case: file-archivo

    <span class="wpcf7-form-control-wrap.file-archivo:not(.wpcf7cf-disabled)">
    [mfile* file-archivo]
    </span>

    This worked for me.
    Quick fix while we wait for the update

    Plugin Author Glen Don Mongaya

    (@glenwpcoder)

    Thanks @wicho19 @foxc can you try that?

    I will debug and add a possible solution on my next update.

    Thread Starter foxc

    (@foxc)

    nope, it didn’t work but I put that form in another form to evit the problems, I wait your update friend

    Maxima2005

    (@maxima2005)

    Hello, the same happens to me.
    How were you able to fix it?

    Hola, a mi me pasa lo mismo.
    ?Cómo pudiste solucionarlo?

    Thx

    Plugin Author Glen Don Mongaya

    (@glenwpcoder)

    Hi @maxima2005 ,

    Can you please share a screenshot of the error?

    Glen

    Plugin Author Glen Don Mongaya

    (@glenwpcoder)

    @foxc sorry for the late reply.

    I just check your site and tried also on my local with the same settings but I cannot replicate the issue.

    Can you show me a video/demo on how to do it?

    Glen

    Thread Starter foxc

    (@foxc)

    @glenwpcoder I’m sorry to answer late, I was busy… but I have the video and the settings of my form.
    settings video
    let me know if you need anythin else

    Thread Starter foxc

    (@foxc)

    I was doing a test, and it doesn’t work yet, you can do something like this to see the bug:

    <label> Tu nombre
        [text* your-name] </label>
    
    <label> Tu correo electrónico
        [email* your-email] </label>
    
    <label> Asunto
        [text* your-subject] </label>
    
    <label> Tu mensaje (opcional)
        [textarea your-message] </label>
    [select* menu "mostrar" "ocultar"]
    [group grupo-archivo clear_on_hide]
    [mfile* archivo limit:301244 filetypes:jpeg|jpg|png|pdf]
    [/group]
    
    [submit "Enviar"]

    and in the conditional fiel put:
    show [grupo-archivo] if [menu] equals "mostrar"
    it is happening only with the multifile

    • This reply was modified 3 years ago by foxc.
    Plugin Author Glen Don Mongaya

    (@glenwpcoder)

    Hello @foxc ,

    I tried to add the form & the condition.

    And I don’t see any issues.

    Please see my video screen recorded – https://drive.google.com/file/d/18ErmLDiYyaTCNHZe3jE9B4Bk8JZkt7DW/view?usp=sharing

    Thanks,
    Glen

    Thread Starter foxc

    (@foxc)

    wow :o, could you send me the set-up please, and what plugin did you use to show and hide the ‘drag and drop’?

    Thread Starter foxc

    (@foxc)

    @glenwpcoder I think that the problem occurs in a multisite wordpress. man I did these tests: I did the same contact form, in another hosting that I have and is multisite too, and It didn’t work, after that I change the theme and continued with the bug, so I put the same contact form in another hosting, but it’s a normal wordpress(no multisite), and it worked perfectly.

    • This reply was modified 2 years, 11 months ago by foxc.
Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘drag and drop plugin not working with conditional contact form’ is closed to new replies.