How to read a value of multi line text box using the JQuery. NWF$
I tired the below:
var varjsMultiLine= NWF$('#' + jsMultiLine).val();
But on Custom Javascipt handler it always return empty values. for the varjsMultLine
Help;
How to read a value of multi line text box using the JQuery. NWF$
I tired the below:
var varjsMultiLine= NWF$('#' + jsMultiLine).val();
But on Custom Javascipt handler it always return empty values. for the varjsMultLine
Help;
it should work
what's the event you want to read it on?
Could you share your form?
this works well only when havin multi line as plain text type. not as Rich text box.
This works for plain text multi line textbox.
you haven't mentioned you want it for reach text ...
for reach text following should work
note however, it will include all the HTML formatting tags, not just plain text.
NWF$('#'+txtbox).parent().siblings('input').val()
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.