Page 1 of 1

Ink Sketch not presisting

Posted: 28 Jul 2017
by smithme
I am going through the tutorial at
https://spform.com/ink-sketch/capture-s ... lets-mouse

I have a form with two Ink Sketch controls, each connected to multi line plain text fields SignHead, SignMayor.

The signatures are not getting saved to the text fields. I did have the fields hidden (display:none;) but I turned that off for testing and I don't see anything getting saved to the text fields.

What is the best way to debug this? What might I be doing wrong?

Re: Ink Sketch not presisting

Posted: 31 Jul 2017
by Nikita Kurguzov
Hello!
That is rather strange. Make sure that fields are indeed "Multiple lines of text" plain text and that you set these fields to Read Only.
ReadOnly.png
ReadOnly.png (4.07 KiB) Viewed 2950 times
The contents of text fields will only change once you save the form and not before that. The fact that these fields are hidden shouldn't affect it at all.

Re: Ink Sketch not presisting

Posted: 31 Jul 2017
by smithme
That did it. Thank you.