private void button1_Click(object sender, EventArgs e) { label1.Text = "Registraion"; label2.Text = "Please enter the correct information."; button1.Hide(); NameBox.Show(); NameInput.Show(); CompanyBox.Show(); CompanyInput.Show(); PurposeBox.Show(); PurposeInput.Show(); EmailBox.Show(); EmailInput.Show(); SubmitDetails.Show(); }