Custom validation to allow only typed input / disallow digital signatures
I have a form that some people are not following our instructions and instead of typing their name, they're inserting digital signatures. Since this can lock up the form and prevent others from using others parts of it later, we need to find a way to prevent people from inserting their digital signatures. I figure there might be a way to do this with the validation rules or with a javascript that kicks out digital signatures.
