adeleon
Forum Replies Created
-
Forum: Plugins
In reply to: [Conditional Fields for Contact Form 7] nested conditionsSolved, thank you
Forum: Plugins
In reply to: [Conditional Fields for Contact Form 7] nested conditionsHi, Jules,
Have you had a chance to see anything about this issue?Forum: Plugins
In reply to: [Conditional Fields for Contact Form 7] nested conditionsHi Jules,
I have been doing two simplified versions in English.https://pruebas.laleonera.com/formulario-version-1/
with conditions only for category and subcategory level. It works fine, the intention is that you understand the concept of the form.https://pruebas.laleonera.com/formulario-version-2/
With added condition for the third level, product. This is where the error occurs.
It’s all documented on the pages themselvesAgain, thank you for your cooperation.
Here is the code:
____________________________________________
<p> Category <br />
[select category “” “LEVEL21” “LEVEL2” “LEVEL3” “LEVEL4” “LEVEL5” “LEVEL6” “LEVEL7”] </p>[group sublevel1]
<p>Subcategory <br />
[select sublevel1 “” “LEVEL11” “LEVEL12”] </p>
[/group]
[group sublevel3]
<p>Subcategory <br />
[select sublevel3 “” “LEVEL31” “LEVEL32”] </p>
[/group]
[group sublevel31]
<p>Product <br />
[select sublevel31 “” “LEVEL311” “LEVEL312” “LEVEL313”]
</p>
[/group]
[group sublevel32]
<p>Product <br />
[select sublevel32 “” “LEVEL321”]
</p>
[/group]
[group sublevel5]
<p>Subcategory <br />
[select sublevel5 “” “LEVEL51” “LEVEL52” “LEVEL53” “LEVEL54”] </p>
[/group][group sublevel51]
<p>Product <br />
[select sublevel51 “” “LEVEL511” “LEVEL512” “LEVEL513” “LEVEL514”]
</p>
[/group]
[group sublevel52]
<p>Product <br />
[select sublevel52 “” “LEVEL521” “LEVEL522” “LEVEL523”]
</p>
[/group]
[group sublevel53]
<p>Product <br />
[select sublevel53 “” “LEVEL531” “LEVEL32” ]
</p>
[/group]
____________________________________________Forum: Plugins
In reply to: [Conditional Fields for Contact Form 7] nested conditionsAny suggestions about this? I’d really appreciate any help.
Forum: Plugins
In reply to: [Conditional Fields for Contact Form 7] nested conditionslink to test: https://pruebas.laleonera.com/formulario/
source code of the form:
_______________________________________________________
<p> Escoja una aplicación <br />
[select aplicacion “” “industria Alimentaria” “Industria de bebidas” “Industria de defensa” “Industria de petroleo y gas” “Industria de Pinturas y barnices” “Industria farnaceutica” “Industria Nuclear” “Industria Química” “Servicios de emergencias”]</p>
<p> Categoría <br />
[select categoria “” “BARRILES” “CONTENEDORES PARA ALMACENAMIENTO” “SISTEMAS PARA CONTENEDORES” “REPUESTOS Y ACCESORIOS” “IBCs” “CONTENEDORES CISTERNA ISO” “BOTELLAS DE GAS Y GLP”] </p>[group grsubsiscon]
<p>Subcategoría <br />
[select siscon “” “VáLVULA CóNICA” “VáLVULA DE MARIPOSA”] </p>
[/group][group grprvalcon]
<p>Producto <br />
[select prodvalcon “” “BPK2. VALVULA CóNICA” “BPK3. VALVULA CóNICA” “BPK4. VALVULA CóNICA”] </p>
[/group][group grprvalmar]
<p>Producto <br />
[select prodvalmar “” “VALVULA DE MARIPOSA PARA BP/BPO”]</p>
[/group][group grsubibcs]
<p>Subcategoria <br />
[select prodibcs “” “IBCs PARA LíQUIDOS” “IBCs PARA SóLIDOS A GRANEL” “RECIPIENTES A PRESIóN” “SOLUCIONES IBCs PERSONALIZADAS”]</p>
[/group][group grpibcliq]
<p>producto <br />
[select prodibcliq “” “LTP. CONTENEDOR CúBICO” “TCS. CONTENEDOR VERTICAL” “ASC. BEI. CONTENEDOR ASéPTICO CLIMATIZABLE” “ASC.CONTENEDOR ASèPTICO” “IBCz-LO. CONTENEDOR CILíNDRICO” “IBCz. CONTENEDOR CILíNDRICO” “ZBEI. CONTENEDOR CLIMATIZABLE” “MeterCUBE” “TCL. CONTENEDOR HORIZONTAL” “TP. CONTENENDOR CúBICO”]
</p>
[/group][group grpibcsol]
<p>producto <br />
[select prodibcsol “” “BP. CONTENEDOR PARA MATERIALES A GRANEL” “BPO. CONTENEDOR PARA MATERIALES A GRANEL” “LNB. CONTENEDOR FARMACEúTICO”]
</p>
[/group][group grpibcrecip]
<p>producto <br />
[select prodibdrecip “” “CONTENEDOR PARA MERCANCIAS PELIGROSAS” “RECIPIENTE A PRESIóN”]
</p>
[/group][group grpbarril]
<p>producto <br />
[select prodbarr “” “BARRILES EURONORM” “BARRILES DIN” “BARRILES US STANDARD (BBL)” “BARRILES SLIM” “BARRILES CON AROS DE CAUCHO” “CASKS DE ACERO INOXIDABLE” “BARRILES PARA VINO” “BARRILES PARA ACEITE”]
</p>
[/group]<p>Nombre *<br />
[text* nombre] </p>
<p>Apellidos <br />
[text apellidos] </p>________________________________________
and this is the structure of conditional fields
__________________________________________________________
if [prodibcs] equals “RECIPIENTES A PRESIóN” then show [grpibcrecip]
if [prodibcs] equals “IBCs PARA SóLIDOS A GRANEL” then show [grpibcsol]
if [prodibcs] equals “IBCs PARA LíQUIDOS” then show [grpibcliq]
if [siscon] equals “VáLVULA DE MARIPOSA” then show [grprvalmar]
if [siscon] equals “VáLVULA CóNICA” then show [grprvalcon]
if [categoria] equals “IBCs” then show [grsubibcs]
if [categoria] equals “SISTEMAS PARA CONTENEDORES” then show [grsubsiscon]
if [categoria] equals “BARRILES” then show [grpbarril]
___________________________________________________________Thanks in advance for your support
Forum: Plugins
In reply to: [Conditional Fields for Contact Form 7] nested conditionsCould I pass the link to you by private mail? I must be doing something wrong.
Forum: Plugins
In reply to: [Cool Video Gallery] How to move title (desc) of videos on top of the videosMe too.
Forum: Plugins
In reply to: [Developer] Error when installing plugins with DeveloperI’ve just installed the plugin and i cannot install none of the plugins.
I check that fix mentioned above is in the source code.
Any suggestion?
Thanks in advance;
Arturo
SpainHi Kassander, I dropped out the plugin until now. if I get a solution I will notify here for you