How can I target a Signature field in calculations?

To reference Signature fields in the Advanced calculation editor, make sure to add .Svg after the name of the Signature field. For example, to display a field on your form only when the Signature field is filled out:

  1. Add a Signature field to your form labelled ‘Signature’.
  2. Add the field that you want to appear after someone enters their signature. Then, select the Show This Field - When option. In the Basic Editor, you can set the field to only be visible when the Signature field is filled out:
    Set a field to only be visible when the Signature field is filled out.

Or, open the Advanced Editor and use the .Svg property to reference the Signature field: =(Signature.Svg != null)

  1. Make sure to save your changes.

Learn more about using the Signature field in our Building Forms guide.