Click here to Skip to main content
15,886,024 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
HTML
<title>E-SIGN
    
    
        
        " class=sigPad>
              
              <cancas class="pad" width="198" height="55">
            
            <br>
            I accept the terms of this agreement.
            Reset
        
        
        
            $(document).ready(function(){
                $('.sigPad').signaturePad({drawOnly:true});
            });


What I have tried:

i have tried checking the error but I have not seen where I have missed an information
Posted
Updated 10-Jul-20 23:02pm
v2
Comments
Andre Oosthuizen 11-Jul-20 5:26am    
Your code is very confusing, php tagged but no php code shown, javascript has no script tags, cancas should be canvas, need more code to try and see what you are trying to achieve.
Richard MacCutchan 11-Jul-20 5:51am    
The double quote before class=sigPad> does not look correct.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900