Signature ques type customization | XM Community

Signature ques type customization

  • 16 June 2020
  • 0 replies
  • 12 views

Userlevel 1
Badge +2

I have one query regarding the extraction of input text from Signature question type.
I want to apply a read only logic depending on the input of Signature box -
var SignatureBox= jQuery("#QID8-Signature.InputText");
if(SignatureBox.val()!==''|| SignatureBox.val()!=='Sign Here')
{
q.find(".InputText").prop("readonly",true);
}
It would be very helpful if you can guide me on this issue.


0 replies

Be the first to reply!

Leave a Reply