I have a <input type=hidden id="quote_msg" element defined in OCST <form. This field is not in the token list on OSEL. What am I missing?
Also I want to pause OSEL rendering for 10 seconds . I tried
<mvt:assign name="g.sleep" value="10" />
<mvt:do file="g.Module_Library_Utilities" name="l.success" value="Sleep(g.sleep)" />
That doesn't pause the render of OSEL. Why?
Cheers,
Larry
Also I want to pause OSEL rendering for 10 seconds . I tried
<mvt:assign name="g.sleep" value="10" />
<mvt:do file="g.Module_Library_Utilities" name="l.success" value="Sleep(g.sleep)" />
That doesn't pause the render of OSEL. Why?
Cheers,
Larry
Comment