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.
@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…
@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>