Avatar

Level 2

Thanks for the pointer.

Would it look like this?

if (this.rawValue == "Top Center")
{
     TextField1a.presence = "visible";
}
else
{
     TextField1a.presence = "hidden";

     TextField1a.rawValue = "";  

}