This topic is locked

Signature Pad

1/13/2017 10:08:22 AM
ASPRunner.NET General questions
jadach authorDevClub member

I want to use the signature pad for a drawing box. Is there a way to remove or hide the line designed for a signature line? I just want an open (empty) box for users to draw sketches in.

Thanks

jadach authorDevClub member 1/13/2017

This seems to work.

Comment out drawSigLine() on jquery.signaturepad.js

//drawSigLine()
Only problem with this approach is the .js file gets overwritten each build. Do this programmatically would be best. Something on the JavaScript onload event maybe.