Spiffs up contact_and_edit, adding error correction and required waiver.

1). Next step will be an opt-in/out to mailman.
2). Originally this program was using google lists, but there are too many steps for users involved.
This commit is contained in:
Jonathan Rosenbaum
2015-02-11 01:55:38 +00:00
parent 8f8e1623df
commit 7b64d0c494
12 changed files with 268 additions and 126 deletions
+7
View File
@@ -0,0 +1,7 @@
/* errors */
#waiver_error, #phone_error, #email_error,
#first_name_error, #last_name_error
{
color: red;
}