Matrix Effect While I was researching how to obtain the appropriate tax forms in the most efficient manner, while working on my top secret project, I searched the web for the pertinent information. I remembered that electronic signatures could be submitted on US federal government forms after an act was passed while I was still on active duty in the military (prior to 1999).


Electronic Signature Misinformation

While doing the research and reading hundreds of pages and documents, I was flabbergasted by the wealth of misinformation about electronic signatures that's out there. I sincerely believe that some of it (but not all of it) is intentional, designed to make money for companies that specialize in digital signatures.

This example, one of many that are completely wrong, was found at Yahoo Answers: Does IRS Form W-9 Need to be Signed to be Legal?

The "best" answer included this: "If you're going to fill out an actual w-9, it needs an actual signature, not a stamp or image pasted in." Wrong!

The other answer, from a "top contributor": "It's not legal unless signed by your hand. Since anyone can capture and paste a JPEG image, it is NOT legal. You must sign the form by hand and transmit the physical form to the recipient. An advance faxed copy is sufficient to make the first payment but you should hold off for the physical form after the first payment." Wrong! Pure shiitake!

Uniform Electronic Transactions Act (UETF)

When in doubt, go to the source. The UETF is the source for the US federal government. The text of the act can be found at: http://www.law.upenn.edu/bll/archives/ulc/fnact99/1990s/ueta99.htm

A quick scan of the document pointed to several passages of interest, but I won't repeat them here. Briefly, you CAN use a signature image and you can use your typed in full name. The situations where neither is authorized is dependent on other requirements.

When I bought my 2nd house, I was able to use images on emailed .jpg files on all except for one document which required a notary signature. That one document forced me to make a special trip to the American Embassy in Manila to get a special power of attorney that I had to FedEx to my wife in Phoenix, Arizona.

Google uses a typed full name as an authorized electronic signature for their AdSense program. The signer's name is pulled from their records while the signer is logged in. The IP address and timestamp are stored along with the signature. I believe the timestamp is required.

My Choices

Since my project includes an affiliate program, to be implemented soon, I'm required to obtain IRS tax information on the affiliates. I can use online substitutes for the W-9, W-8 and other forms. I could do one of two things: One, I could point a link to the official form at the US IRS website, have the member fill it out and email or upload the form. Two, I could have the member fill out the form(s) online and store it in an encrypted form.

I'm choosing the latter in order to remove unnecessary barriers. In order to comply with form requirements, I have a little bit of JavaScript to work on in addition to creating the forms for online use.

Did I ever mention that I hate programming? I only do it when I don't have a choice.