Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter eidrian

    (@eidrian)

    I found a workaround to make it run which I think it is not the intended way. It was the following:

    To explain the scenario, the first visible form “Modality”, contains the two other forms “Individual” or “Team”. Then:

    1) I found that the submit button, in my case, “Individual” was acting as the submit button of the form “Modality”. Thus sending the email of “modality” using the email fields of “individual”. I just copied the email of “individual” in the email of “modality” and the email is working properly getting the fields of “individual”. This issue I think it is more a concern of contact 7 forms. And later in fear of it might cause further problems I copied the individual form in the individual but hidden with html <div style:”diplay:none”>.

    2) I discovered why the problem of the conditional validation was happening and created a workaround. It was beacuse I was using the same field_names in almost all the groups of the form “Team”. The validation process, would found the field completed only in one group but not in the rest which where hidden which innitially I thought they will be ignored. I changed It, so that each one has an unique name for every group and now it works as you have just seen.

    About the javascript errors, I have no idea of javascript. Maybe I can try to do something if you give a clue about which are they. Anyway thanks a lot for the warning since is not of your care.

    RT: @jonfrancis1 you just saved me hours of trying to figure this out. Thanks!!
    “Password Protected” plugin was the origin in my case also!

    I guess that if you do not have this plugin anyother could be the source of the problem. Although tedious, it might be advisable to deactive one by one until you find the guilty. For some other people this was the solution https://stackoverflow.com/questions/49964070/wordpress-contact-form-7-not-working But I would only use it in desperate situation cause any update will remove the solution and other functionalities may be affected.

Viewing 3 replies - 1 through 3 (of 3 total)