• Resolved jh0sz

    (@jh0sz)


    Dear Jules,

    I’m having problem: When I receive the email, multiple values ​​arrive if the person comes to select other values ​​before

    Nombre: [nombre] [apellido]
    
    Teléfono: [telefono]
    
    Correo: [correo]
    
    Región: [region]
    
    Comuna: [comuna]
    
    Modelo: [modelo]
    
    Versión: [autoaccord] [autocrv] [camionetaridgeline] [autonewcity] [camionetapilot] [camionetahrv] [autosedan] [autocivicsi] [autowrv]
    
    --
    
    Solicitud de cotización desde autokas.cl
    
    
    <div class="cotizarfondo">
    <h2 class="titlecotizar">Cotizar</h2>
    <table>
    <tr>
    <td class="tdcotizar" id="select1"><span class="use-floating-validation-tip"> [select* modelo first_as_label "Modelo*" "Accord" "CR-V" "Ridgeline" "New City" "Pilot" "HR-V" "Civic Sedan" "Civic SI" "WR-V"]
    </span></td class="tdcotizar2"><td class="tdcotizar2" id="select2"><span class="use-floating-validation-tip">[group primero][select version first_as_label "Versión*"][/group][group accord][select autoaccord first_as_label "Versión*" "EXL 2.4" "EXL V6P 3.5"][/group][group crv][select autocrv first_as_label "Versión*" "LXS" "EXT" "Touring"][/group][group ridgeline][select camionetaridgeline first_as_label "Versión*" "RTL"][/group][group newcity][select autonewcity first_as_label "Versión*" "LX MT Llantas" "LX AT" "EX AT"][/group][/group][group pilot][select camionetapilot first_as_label "Versión*" "EX (2WD)" "TOURING (4WD)" "ELITE (4WD)"][/group][group hrv][select camionetahrv first_as_label "Versión*" "1.8 LX CVT 4x2" "1.8 EX CVT 4x2" "1.8 EXL CVT 4x4"][/group][group civicsedan][select autosedan first_as_label "Versión*" "EX 2.0 CVT" "EX T 1.5" "EXL T 1.5"][/group][group civicsi][select autocivicsi first_as_label "Versión*" "SI TURBO COUPE MT"][/group][group wrv][select autowrv  first_as_label "Versión*" "WR-V LX 1.5 MT" "WR-V LX 1.5 CVT" "WR-V EX 1.5 MT" "WR-V EX 1.5 CVT"][/group]
    </span></td>
    </tr>
    <tr>
    <td class="tdcotizar"><span class="use-floating-validation-tip">[text* nombre class:form-control placeholder "Nombre*"]</span></td><td class="tdcotizar2"><span class="use-floating-validation-tip">[text* apellido class:form-control placeholder "Apellido*"]</span></td>
    </tr>
    <tr>
    <td class="tdcotizar"><span class="use-floating-validation-tip">[text* telefono class:form-control placeholder "Teléfono*"]</span></td><td class="tdcotizar2"><span class="use-floating-validation-tip">[email* correo class:form-control placeholder "Email*"]</span></td>
    </tr>
    <tr>
    <td class="tdcotizar"><span class="use-floating-validation-tip">[text* region class:form-control placeholder "Region*"]</span></td><td class="tdcotizar2"><span class="use-floating-validation-tip">[text* comuna class:form-control placeholder "Comuna*"]</span></td>
    </tr>
    </table>
              <div class="boton3"> [submit class:button2 "Solicitud Cotización"] </div>
    </div>

    How can i solved this?

    Thanks you

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Jules Colle

    (@jules-colle)

    Not 100% sure about your question. It would help if you could set up a very basic example of what you are trying to do (without the html tags.)

    However, I believe what you are looking for is the use of groups in the email message.

    For example in the email message you can write:

    [my-group-1]this will only be visisble if my-group-1 was visible during form submission[my-group-1]

Viewing 1 replies (of 1 total)

The topic ‘Multiples Value Mail in Email’ is closed to new replies.