Jump to content

Digital Signature - Signature Pad On Submission Form


Recommended Posts

On 6/11/2015 at 7:04 AM, Jan said:

Hi pedrolopez,

 

Welcome to Caspio forum!

 

I have a number of coordinates, like "[{"lx":35,"ly":12,"mx":35,"my":11},{"lx":35,"ly":11,"mx":35,"my":12}," and so on.

 

When you "draw" with a mouse, is anything displayed in the field?
Do you check in Preview mode or in the deployed webpage?

I have the same coordinates displaying on my Detail page.  And that is only when I set the Signature field to display only.  I have followed the instructions to a "T".  The Caspio support people can't find any errors either.  Are there any other steps that could be added to those already in this post?

Link to comment
Share on other sites

  • 8 months later...
  • 5 months later...
On 1/14/2015 at 4:45 AM, oceaim said:

Hi Caspio Rockstar,

 

I have tryed your code to display Signature, Can't get it to work.

 

Any suggestions?

Hi oceaim,

You can try this revised code:

<script>
    var signatureField = [@field:Signature!];
    $(document).ready(
        function ()
        {
            var api = $('.sigPad').signaturePad({ displayOnly: true });
            api.regenerate(signatureField);
        }
    );
</script>

Hope this helps.

Link to comment
Share on other sites

  • 3 years later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...