• Hello, please I need help with a problem that I have with the plugin configuration, the form is perfectly configured, but when I do the tests and they come to the email, in the body of the mail there is a problem that some fields are out of order and out of line.

    I repeat, the graphical interface of the form is displayed perfectly, the problem is in the body of the mail that some fields are out of order, the error is precisely in the field of “Holiday Exit Date:”, this is the code of the mail body That I’m using:

    Nombres y Apellidos: [your-name]
    Cargo: [cargo]
    Cédula: [cedula]
    Área: [area]
    Email: [your-email]
    Fecha de Solicitud: [fechasolicitud]
    Fecha de Salida de Vacaciones: [fechainicio]
    Fecha de Regreso de Vacaciones: [fecharegreso]
    Días Solicitados: [diasvaca]
    ¿Solicita vacaciones antes de 1 año de labores?: [solivaca]
    Pago de Vacaciones: [pagovaca]
    Periodo del cual tomara vacaciones: [periodovacas] [periodovacas2]
    Firma del Empleado: [firmaempleado]
    Firma del Jefe Inmediato: [firmajefe]
    ¿El cargo que sale de vacaciones requiere reemplazo?: [cargoreemplazo]
    Comentarios: [comentarios]
    Firma Gestión Humana: [firmagh]
    Fecha de Registro: [fecharesgistro]


    Este mensaje se ha enviado desde un formulario de contacto en REDI (https://www.clinicaportoazul.com/redi)

    ______________________________________________________________________
    And this is the configuration code of the form:

    Nombres y Apellidos (Requerido):
    [text* your-name]

    Cargo (Requerido):
    [text* cargo]

    Cédula (Requerido):
    [text* cedula]

    Área (Requerido):
    [text* area]

    Tu correo electrónico (Requerido):
    [email* your-email]

    Fecha de Solicitud (Requerido):
    [date* fechasolicitud min:2018-01-01 max:2019-12-31]

    Fecha de Salida de Vacaciones (Requerido):
    [date* fechainicio min:2018-01-01 max:2019-12-31]

    Fecha de Regreso de Vacaciones (Requerido):
    [date* fecharegreso min:2018-01-01 max:2019-12-31]

    Días de Vacaciones Solicitados (Requerido):
    [text* diasvaca]

    ¿Solicita vacaciones antes de 1 año de labores? (Requerido):
    [radio solivaca label_first use_label_element default:1 “Si” “No”]

    Pago Vacaciones (Requerido):
    [radio pagovaca label_first use_label_element default:1 “Pago Anticipado” “Pago Nómina”]

    Periodo del cual tomara vacaciones (Requerido):
    [date* periodovacas min:2018-01-01 max:2019-12-31]

    [date* periodovacas2 min:2018-01-01 max:2019-12-31]

    Firma Empleado Solicitante:
    [text firmaempleado]

    Firma Empleado Jefe Inmediato (Aceptación):
    [text firmajefe]

    ¿El cargo que sale de vacaciones requiere reemplazo?
    [checkbox cargoreemplazo label_first use_label_element exclusive “Sí” “No”]

    Comentarios (Espacio Exclusivo Gestión Humana):
    [textarea comentarios]

    Firma Gestión Humana:
    [text firmagh]

    Fecha Registro:
    [date fecharesgistro min:2018-01-01 max:2019-12-31]

    [submit “Enviar”]
    _____________________________________________________________________

    What do you think the configuration problem may be?

    Thank you.

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

Viewing 1 replies (of 1 total)
  • the error is precisely in the field of “Holiday Exit Date:”

    Because that info is in English but the form info you provided is mostly in another language I can’t identify the problem field to start looking at your problem.

Viewing 1 replies (of 1 total)

The topic ‘Problem with email appearance’ is closed to new replies.