Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session

Digital Signature check

Avatar

Former Community Member
I need to check if a document is digitally signed before the user hits the submit button.



I am trying the foloowing code:

if (SignatureField.rawValue == null)

{

// alert the user and exit;

}



Do you think if the code in the 'if' statement is correct? Should I be using the rawValue property or something else?



Any help would be highly appreciated.
10 Replies