Skip to content

Commit dce9d93

Browse files
Adds back returning user checkbox (#1430)
* Adds back returning user checkbox fixes #1429 * Update personal-form.js --------- Co-authored-by: Sam Poder <[email protected]>
1 parent 389a22a commit dce9d93

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/fiscal-sponsorship/apply/personal-form.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Input, Flex, Label, Radio, Grid, Select } from 'theme-ui'
1+
import { Input, Flex, Label, Radio, Grid, Select, Checkbox } from 'theme-ui'
22
import Field from './field'
33
import { useEffect, useState } from 'react'
44
import { useTeenagerLedContext } from './teenager-led-context'
@@ -155,6 +155,7 @@ export default function PersonalInfoForm({ requiredFields }) {
155155
placeholder="Max"
156156
/>
157157
</Field>
158+
*/}
158159
<Field
159160
name="returningUser"
160161
label="Have you used HCB before?"
@@ -163,7 +164,7 @@ export default function PersonalInfoForm({ requiredFields }) {
163164
>
164165
<Checkbox name="returningUser" />
165166
</Field>
166-
<Field
167+
{/* <Field
167168
name="userAddress"
168169
label="Address"
169170
description="This is so we can send you some swag and goodies if you ever request them!"
@@ -175,7 +176,6 @@ export default function PersonalInfoForm({ requiredFields }) {
175176
setValidationResult={setValidationResult}
176177
/>
177178
</Field>
178-
179179
*/}
180180
<Field
181181
name="accommodations"

0 commit comments

Comments
 (0)