Ok, I send another limited Lss, the thing is between the P2 and P3, ignore the other 3 questions.
P3 is filtered by P2, and on P2 on the "Tiempo espera Web" column I want to let the people put a values with HH:MM value format or empty, I have now o P3 this
Ecuation validation question
(is_empty(P3_SQ001_SQ002) or regexMatch('/^$|^(0[0-9]|1[0-9]|2[0-3]):[0-5][0-9]$/',P3_SQ001_SQ002)) or (is_empty(P3_SQ002_SQ002) or regexMatch('/^$|^(0[0-9]|1[0-9]|2[0-3]):[0-5][0-9]$/',P3_SQ002_SQ002))
Help validation question
{if((is_empty(P3_SQ001_SQ002) or regexMatch('/^$|^(0[0-9]|1[0-9]|2[0-3]):[0-5][0-9]$/', P3_SQ001_SQ002)), '', 'Por favor, introduzca la hora en un formato válido (HH:MM).<br />')}
{if((is_empty(P3_SQ002_SQ002) or regexMatch('/^$|^(0[0-9]|1[0-9]|2[0-3]):[0-5][0-9]$/', P3_SQ002_SQ002)), '', 'Por favor, introduzca la hora en un formato válido (HH:MM).<br />')}
and its on the lss, i hope you can help me.
The problem is if the row of P3 is not showed, Limesurvey dont let me continue, force me to show the row to continue with an empty value.
For example, if I show all rows, I can continue with an empty value on that cells, but if 1 of them dont appear, Limesurvey dont let me continue.
Thanks for all.