This topic is locked
[SOLVED]

 Signature capture

3/5/2012 1:49:03 PM
PHPRunner General questions
K
kidnez author

Is there a way that a signature capture area could be added to an "Add" window for use in a mobile app?

For example, if there were a way to add that using html code, could I just integrate it in the layout editor?

(PHPRunner 6.1)

kujox 3/6/2012



Is there a way that a signature capture area could be added to an "Add" window for use in a mobile app?

For example, if there were a way to add that using html code, could I just integrate it in the layout editor?

(PHPRunner 6.1)


You could have a look at this
Adding a signiture capture using jquery and html5
All the code and examples are on here and a php example is here (you will need the signiture pad files from the first page)

K
kidnez author 3/27/2012

That looks very useful! Thanks!