Forum Replies Created

Viewing 1 replies (of 1 total)
  • Hi! I’ve tried to use the format date to send an email in the following format:
    dd-mm-YYYY

    But I’ve not been able, as joaquin-tin commented, where do I need to put the format?

    This is my text field configuration:

    <p>Fecha evento (requerido)
    [date* fecha-evento]</p>

    So, I’ve tried to put these options:

    1. Inside date*
    [date* fecha-evento _format_fecha-evento “d-m-Y”]]

    2. Outside date*
    <p>Fecha evento (requerido)
    [date* fecha-evento]
    [_format_fecha-evento “d-m-Y”]]</p>

    But none of them worked. Could someone of you tell me where to put the format condition in the form? Many thanks in advance!

Viewing 1 replies (of 1 total)