forked from vancouvercommunitynetwork/vcn-signup-form
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathemail-sign-up-for-individuals.html
80 lines (61 loc) · 4.02 KB
/
email-sign-up-for-individuals.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<head>
<link rel="stylesheet" href="vcn-validation-style.css" type="text/css" charset="utf-8">
<script src="js/jquery-3.2.1.js"></script>
<script src="js/jquery.validate.js"></script>
<script src="js/additional-methods.js"></script>
<script src="js/vcn-validation.js"></script>
</head>
Please fill out the information below as accurately as possible. Account requests without a full legal name (on government-issued ID) and address will not be processed.
<form action="//www.vcn.bc.ca/cgi-bin/user-data/reg-user-email.cgi" method="post" id="signup"><b>Legal First and Last Name*</b>:
<input maxlength="40" name="names" size="25" type="text" />
<b>Phone Number (Day)*</b>:
<input maxlength="25" name="phone1" size="25" type="text" />
<h2>Account Information Section</h2>
Enter a login id between 3 and 8 characters long. The first character must be a letter but the rest may be either letters or numbers. No UPPER CASE letters or punctuation is allowed. Remember, your login id is the first part of your e-mail address so make sure you choose wisely. (ie. [email protected]).
<b>login*</b>:
<input maxlength="8" name="login" size="8" type="text" />
Choose a password between 6 and 8 characters long. It must have at least one letter and one number. Remember passwords are CASE SENSITIVE, so if you enter your password in UPPER CASE letters you must also enter UPPER CASE letters at login time.
<b>password*</b>:
<input maxlength="8" name="password" size="8" type="password" />
<h2>Password Problem Section</h2>
It is a good idea, for security reasons, to change your password regularly. But, if you ever forget your password, the following information will allow us to verify your identity over the phone and reset your password to the one you choose above. Your keyword should be something that you will not forget such as your mothers maiden name or birthdate.
<b>Birthdate (mm/dd/yyyy)*</b>:
<input maxlength="10" name="birth_contact" size="10" type="text" />
<b>Current email address, mothers maiden name, or another keyword*</b>:
<input maxlength="30" name="keyword" size="30" type="text" />
[expand title="Dial-up Internet fields"]
These fields are optional for email service.
<b>Address Line 1</b>:
<input maxlength="40" name="address1" size="25" type="text" />
<b>Address Line 2</b>:
<input maxlength="40" name="address2" size="25" type="text" />
<b>City</b>:
<input maxlength="25" name="city" size="25" type="text" value="Vancouver" />
<b>Province</b>:
<input maxlength="25" name="province" size="25" type="text" value="British Columbia" />
<b>Postal Code</b>:
<input maxlength="25" name="postalcode" size="5" type="text" />
<b>Country</b>:
<input maxlength="25" name="country" size="25" type="text" value="Canada" />
[/expand]
By submitting your registration information, you indicate that you have read and understood the VCN <a href="/user-agreement/">User Agreement</a> and accept its terms for use of VCN. You also agree to receive occasional messages about your account and VCN.
<b>How to Activate Dial-up and Email </b>
For security reasons, VCN requires identification from individuals and non-profit groups requesting privileges to send email or requesting dial-up access. VCN accepts the following types of identification:
<ul>
<li>BC ID card</li>
<li>Drivers License</li>
<li>Citizenship or Passport</li>
<li>Cheque in your name</li>
<li>Care Card <b>or</b> Utility Bill, <b>plus</b> other picture ID</li>
</ul>
You'll need to do one of the following:
<ul>
<li>Come down to our offices with <b>your</b> ID.</li>
<li>Mail in a cheque with <b>your</b> name on it and include your user name (You can VOID the cheque if you do not wish to make a donation.)</li>
<li>Send a friend down to our offices with <b>your</b> ID and your user name.</li>
</ul>
<p align="right"><input type="submit" value="Submit" />
<input type="reset" value="Clear Form" id="reset" /></p>
The above information is for our records only. It will not be given out for any reason. Please read our <a href="/policy/">VCN Privacy Policy</a>
All the fields marked with * are considered mandatory.
</form>