Avatar

Level 10

Invisible and Visible should be in lower case ... and it is the presence property that you want to set. So your command should look like this:

Email_button.presence = "invisible";

also the form must be dynamic.

Paul