• Estoy usando la lógica condicional y cuando selecciono la opción “Contiene” no funciona bien. El resultado es como si fuera un “igual a”. ¿Alguien puede ayudarme, por favor?

    Ejemplo: necesito que cuando el usuario introduzca el correo electrónico el siguiente campo se muestre si el email contiene “@gmail”.
    ————————————————————————–
    I am using conditional logic and when I select the “Contains” option it does not work well. The result is as if it were an “equal to”. Can someone help me please?

    Example: I need that when the user enters the email the following field is shown if the email contains “@gmail”.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Champ Camba

    (@champsupertramp)

    Hi @sanchezv

    Sorry for the late response.

    Could you please tell us what version of UM you’re using? Does this “contains” issue occur with front-end( javascript ) or after the form is submitted for validation?

    Feel free to re-open this thread if there’s any question that may come up.

    Regards,

    Thread Starter sanchezv

    (@sanchezv)

    Good Morning,
    It appears on the front of the form. Contains works only with exact matches and that causes the malfunction.
    My intention is to validate that the specific domain appears in the user’s address: xxxxx@dominio.xx
    The problem is that contains only works if I write in the form @domain without more letters.
    I don’t know if I’m doing something wrong …
    Thank you very much for your help.
    A greeting.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Conditional logic “CONTAINS” dont work’ is closed to new replies.