Viewing 11 replies - 1 through 11 (of 11 total)
  • Thread Starter jh0sz

    (@jh0sz)

    In the email, the value return always “International 4300”.

    Thread Starter jh0sz

    (@jh0sz)

    I return the same value “International 4300” if a select others model like ford

    Return

    Thread Starter jh0sz

    (@jh0sz)

    <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

    Plugin Author Jules Colle

    (@jules-colle)

    rename your select fields to selecto-1, selecto-2 selecto-3. no two fields can have the same name in a form

    Thread Starter jh0sz

    (@jh0sz)

    And the email field, what i need to put? selecto-1, selecto-2 selecto-3? I would like to show only the model selected
    Thanks

    jgarran

    (@jgarran)

    If 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]

    Plugin Author Jules Colle

    (@jules-colle)

    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

    jgarran

    (@jgarran)

    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!!!

    Plugin Author Jules Colle

    (@jules-colle)

    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] …

    jgarran

    (@jgarran)

    THANKS JULES!
    GREAT PLUGIN.

    Plugin Author Jules Colle

    (@jules-colle)

    you’re welcome. Feel free to leave a review ??

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘The email return always the same value’ is closed to new replies.