-
Notifications
You must be signed in to change notification settings - Fork 0
/
html_templates.html
100 lines (71 loc) · 3.11 KB
/
html_templates.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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<h1>Program Benefits</h1>
<h2>How it works</h2>
<ul>
<li>The US Department of Agriculture (USDA) provides schools with funding for low-cost, healthy meals</li>
<li>Schools must prove that meals meet federal nutrition standards</li>
<li>Funds may be used to cover food, administration, and staffing costs</li>
<li>Participating schools can also receive donated commodity food from the USDA</li>
</ul>
<h2>Why should my student sign up?</h2>
<ul>
<li>Qualified students get access to a balanced, nutritious lunch that includes whole grains, fruits, vegetables and milk</li>
<li>Better food means better grades! Well balanced nutrition improves academic performance and concentration.</li>
<li>Teaching students about good nutrition prepares them to stay healthier in life.</li></ul>
<h2>Schools and programs benefit too</h2>
<ul>
<li>Having students sign up means cash reimbursements for schools</li>
<li>Funds wellness policies to help schools address obesity problems and promote physical activity</li>
<!-- -->
<hr>
<h2>Do you currently participate in any other government program?</h2>
<input type="checkbox" name="govt_type" value="SNAP"> SNAP<br>
<input type="checkbox" name="govt_type" value="TANF" checked> TANF<br>
<input type="checkbox" name="govt_type" value="FDPIR" checked> FDPIR<br>
<input type="checkbox" name="govt_type" value="NONE" checked> NONE<br>
<!--When SNAP, TANF, FDPIR checked populated case number question. Yes then enter case number, No then text-->
<br>
<h2>Do you know your case number?</h2>
<input type="radio" name="case" value="Yes"> Yes<br>
<input type="radio" name="case" value="No"> No<br>
Please contact xxx-xxx-xxxx to receive your case number.
Case Number<br>
<input type="text" name="casenumber" placeholder="XX-XXX-XX-XXX(XXX)"><br><br>
<hr>
<h2>What is your income information?</h2>
<p>Each person who makes money must be listed. If they have multiple sources of income, please add each source of income next to their name.</p>
First name<br>
<input type="text" name="firstname"><br>
MI<br>
<input type="text" name="middleinitial"><br>
Last name<br>
<input type="text" name="lastname"><br>
<hr>
<h2>What are the last four digits of the Social Security Number of the primary wage earner or other adult household member?</h2><br>
XXX-XX-<input type="text" name="ssn"><br><br>
<input type="checkbox" name="no_ssn" value="NULL" checked> No SSN<br>
<hr>
<h2>What is your contact information?</h2>
If you are homeless, you can add a previous, family/friend's, or your shelter's address.<br><br>
Street Address<br>
<input type="text" name="street_address"><br>
Apt. #<br>
<input type="text" name="apt_num"><br>
City<br>
<input type="text" name="city"><br>
State<br>
<input type="text" name="state"><br>
Zip Code<br>
<input type="text" name="zip_code"><br>
Email Address<br>
<input type="text" name="email"><br>
Phone Number<br>
<input type="text" name="phone"><br>
Your First Name<br>
<input type="text" name="firstname"><br>
MI<br>
<input type="text" name="middleinitial"><br>
Last Name<br>
<input type="text" name="lastname"><br>
<br><br><br><br>
Enter your initials to e-sign<br>
<input type="text" name="initials"><br>