Is there a chance to install a JavaScript for a FreeFormat Question? I was trying to get the length of a numeric input of a free format question (Time1).
if (String.valueOf(SSI_GetValue("Time1")).length() > 5)
{
strErrorMessage = "Check your input.";
}
Also when I try to display the free format question on one of the next pages by using [% Time1%], this is also not working.
Thanks in advance.