Avatar

Level 10

In each of the lines where you set the presence to hidden, you can add a new line that will clear the field.

Something like this:

FieldName.rawValue = "";

Paul