The email return always the same value
-
Hello friends, i’m having problem with the later upgrade 4.7.2 , the conditional form return the same value for a group and not for other groups.
Take look to my configuration and link please:



Link: http://salazarisrael-camiones.cl/camion-ford-cargo-3133/
Please help, Thanks
-
In the email, the value return always “International 4300”.
I return the same value “International 4300” if a select others model like ford

<table width="100" border="0"> <tr> <td><b>Nombre </b></td> <td>[text* your-name]</td> </tr> <tr> <td><b> Correo </b> </td> <td>[email* your-email]</td> </tr> <tr> <td><b> Teléfono </b></td> <td>[tel* telefonocelular]</td> </tr> <tr> <td><b> Marca </b></td> <td>[select marca "Selecciona..." "Hino" "Ford" "Hyundai" "Volkswagen" "International"]</td> </tr> <tr> <td><b> Modelo </b></td> <td> [group hyundai][select modelo "HD 35" "Solati HD 350" "HD 65" "HD 78" "HD 120" "Universe" "County"][/group] [group hino][select modelo "XZU CITY - Serie 300" "XZU 5.9 - Serie 300" "XZU 6.5 - Serie 300" "XZU 6.5 DC - Serie 300" "XZU 7.5 - Serie 300" "XZU 8.0 - Serie 300" "XZU 8.5 SL - Serie 300" "XZU 816 L AT - Serie 300" "XZU 816 XL AT - Serie 300" "FC 1119 (FULL-STD) - Serie 500" "GD 1426 (FULL-STD) - Serie 500" "FG 1726 (STD-L) - Serie 500" "GH 1826 (STD-L) - Serie 500" "SG 1828 (TRACTO) - Serie 500" "ZM 3036 (TRACTO) - Serie 500" "ZM 3036 (TOLVA) - Serie 500" "ZM 3036 (CARGO) - Serie 500" "FS 3342 MAC - Serie 700" "FS 3349 VXC - Serie 700" "ZS 4142 - Serie 700" ][/group] [group ford][select modelo "Cargo 916" "Cargo 1119" "Cargo 1719" "Cargo 1723" "Cargo 1933" "Cargo 2429" "Cargo 2629" "Cargo 3133"][/group] [group volkswagen][select modelo "Delivery 8 160" "Delivery 10 160" "Worker 15 190" "Worker 15 190" "Worker 17 230" "Constellation 17 280" "Constellation 17 330" "Constellation 24 280" "Constellation 31 280" "Constellation 24 330" "Constellation 31 330" "Constellation 31 390"][/group] [group international][select modelo "International 4300" "International 4400" "International 5600" "International 7400" "International 7600" "International 8600" "International 9200" "International ProStar" ][/group] </td> </tr> <tr> <td><b> Mensaje </b></td> <td>[textarea comentarios]</td> </tr> <tr> <td colspan="2">[submit "Enviar"]</td> </tr> </table>De: [your-name] <[your-email]> <br> [your-email] <br> Teléfono: [telefonocelular] <br> Marca: [marca] <br> Modelo: [modelo] <br> Mensaje: [comentarios] <br>Thanks
rename your select fields to selecto-1, selecto-2 selecto-3. no two fields can have the same name in a form
And the email field, what i need to put? selecto-1, selecto-2 selecto-3? I would like to show only the model selected
ThanksIf I you change the select to selecto-1, selecto-2 selecto-3 the dropdown stops working…
Im having the same problem in my form:[select* marca “AUDI” “BMW” “CITROEN ” “FORD” “HYUNDAI” “KIA” “MERCEDES” “MITSUBISHI” “NISSAN” “PEUGEOT” “RENAULT” “VOLKSWAGEN”]
[group AUDI]
[select modelo “A3 SPORTBACK E-TRON” “Q7 E-TRON QUATTRO”][/group]
[group BMW]
[select modelo “I3” “I3 REX” “I8” “SERIE 2 ACTIVE TOURER HE” “X5 HIBRIDO ENCHUFABLE”][/group]
[group CITROEN]
[select modelo “C-ZERO”][/group]
[group FORD]
[select modelo “FOCUS Eléctrico”][/group]
[group HYUNDAI]
[select modelo “falta”][/group]
[group KIA]
[select modelo “SOUL EV”][/group]
[group MERCEDES]
[select modelo “CLASE B ED”][/group]
[group MITSUBISHI]
[select modelo “I-MIEV” “OUTLANDER PHEV”][/group]
[group NISSAN]
[select modelo “LEAF Visia”][/group]
[group PEUGEOT]
[select modelo “I-ON”][/group]
[group RENAULT]
[select modelo “ZOE” “TWIZY”][/group]
[group VOLKSWAGEN]
[select modelo “E-GOLF” “GOLF GTE” “E-UP” “PASSAT GTE” “PASSAT VARIANT GTE”][/group]sorry. misread. i mean you should change modelo to modelo-1 modelo-2 … and do on. or modelo-audi, modelo-bmw and so on. all names should be unique
Yeah, I figured out.. But what should I put in the body message:
Modelo: [modelo-audi][modelo-bmw][modelo-citroen][modelo-ford][modelo-hyundai][modelo-kia][modelo-mercedes][modelo-mitsubishi][modelo-nissan][modelo-peugeot][modelo-renault][modelo-volkswagen]
????
It returns diferent values…
thanks Jules!!!You should surround them with the group names. Like that only the values of the shown fields will be shown in the email. like so:
[AUDI][modelo-audi][/AUDI][BMW][modelo-bmw][/BMW][CIRTOEN][modelo-citroen][/CITROEN] …
THANKS JULES!
GREAT PLUGIN.you’re welcome. Feel free to leave a review 🙂
The topic ‘The email return always the same value’ is closed to new replies.