protected void btnSubmit_Click(object sender, EventArgs e)
        {
            string from = Sitecore.Configuration.Settings.GetSetting("FPQC_RegisterEmailFromAddr", "");
            string to   = Sitecore.Configuration.Settings.GetSetting("FPQC_RegisterEmailToAddr", "");
            string sub  = Sitecore.Configuration.Settings.GetSetting("FPQC_RegisterEmailSubject", "");

            HISForm.SubmitForm(pnlFormStart, pnlFormComplete, from, to, sub, null);
        }
 protected void btnReset_Click(object sender, EventArgs e)
 {
     HISForm.ClearTextBoxes(form1);
 }