• Resolved hhiriart

    (@hhiriart)


    Hi there, I have serious issues with this plugin and this another one: “conditional fields for cf7”, when i tried to add a group on my grid structure nothing hapened.
    Is this plugin compatible with that other one that I mention?, I really need both working properly. Hope anyone could help me.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Aurovrata Venet

    (@aurovrata)

    just tested the latest version of conditional fields, and it is working just fine for me.

    when i tried to add a group on my grid structure nothing hapened.

    don’t. Instead add your group structure in the text editor.

    tubi21

    (@tubi21)

    @aurovrata
    Hello, I’m using both plugins but after adding the group structure in the text editor and updating my form something unfortunate happened.

    My form is made of two columns and a few rows beneath them.
    After I added the group structure, in the text editor, the html code replaced all my field descriptions, and the field codes disappeared in the grid editor. Now field descriptions look like this:
    `<div class=”field”><label>?????? ??????????*</label>[select* martial “????” “?????”]

    Also this replacements happened in the right hand column (the one with the field I wanted to put the condition in) and the rows at the bottom of the form. The left side column is unaffected.
    Finally, the Update button stopped working and I can no longer edit my form. The text editor doesn’t open anymore too…

    Plugin Author Aurovrata Venet

    (@aurovrata)

    @tubi21 as a general rule of thumb, please start your own thread, it is preferable so that others may find answers to similar issues more easily.

    After I added the group structure, in the text editor, the html code replaced all my field descriptions, and the field codes disappeared in the grid editor

    place the group structure to encapsulate and next the div.field element…

    
          <div class="container">
            <div class="row">
              <div class="columns full">
                [group clear-email clear_on_hide]
                <div class="field"><label>Other email</label>[email other-email]
                  <p class="info-tip"></p>
                </div>
                [/group]</div>
            </div>
          </div>
    
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘conditional fields for cf7 + smart grid plugin’ is closed to new replies.