<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" import="java.util.*" import="com.tootsville.user.*" import="org.starhope.appius.user.*" import="org.starhope.appius.mb.Messages" import="com.tootsville.WebUtil" %><% /** * Error message list */ %><% HashMap storeValues = new HashMap (); boolean valuesStored = false; if (null!=null) { storeValues = (HashMap ) null; valuesStored = true; WebUtil.log ("(Invalid Data) Repopulating values: " + storeValues.toString()); } %><% //----------- Error handling: Place this on every page. //----------- These errors are read and displayed by Header.jsp if (err.size() > 0) { session.setAttribute("sError", err); pageContext.forward ("/membership/"); } %> Toot Registration
Welcome!

Register My Parent Account

To manage your child's New Toots® Account(s), please register your parent account below.

Parent Name

Please enter your first name (Optional): " />
Email Address

Your registered email and password is what you will use to log in to your Parent Account.

If your child has already registered a Toots® account, please enter the same parent e-mail that was used to create the account.

E-mail Address: " />
Confirm E-mail Address: " />

Password:
Confirm Password:

Forgot Password Question

Should you forget your password, your selected question and answer will be used to retrieve it.

" />
Terms and Conditions


I agree to the terms and conditions

<% if (valuesStored) session.removeAttribute("storeValues"); %>