I am creating an app where there will be many forms that have a signature. I am planning on using AngualarJS SignIt! on top of Rails to capture the signature. From there I will store it in a "signatures" table that will be attached to the person who signed it and the form it was signed on. I have a two part question:
- Is this a good flow to go about capturing a signature and storing it?
- What are the legalities of signed documents on a web page that I may need to be aware of? What information will make it legally binding and hold up in court?
Any help is much appreciated.