I have a function:
<input class="tf w-input" id="txtMsj" name="txtMsj" maxlength="256" placeholder="Identificación" type="text">
<input class="bn naranja w-button" onclick="goto('frm')" value="Siguiente">
goto( doc ){
var txtMsj document.getElementById("txtMsj").value;
}
That helps me get the text on the screen but I do not know how to validate the special characters - > [?!)) $ &. '! "@ &] with regular expressions.