mirror of
https://github.com/System-End/site.git
synced 2026-04-19 19:45:07 +00:00
parent
2e23b1652a
commit
886864d65a
1 changed files with 5 additions and 5 deletions
|
|
@ -186,20 +186,20 @@ function Field({ placeholder, label, name, type, value, onChange }) {
|
|||
function Signup() {
|
||||
const [values, setValues] = useState({})
|
||||
return (
|
||||
<Base method="get" action="https://hack.af/santa-signup">
|
||||
<Base method="get" action="https://airtable.com/shrL7dmiWE6vdlyYf">
|
||||
<Heading sx={{ color: 'black', textAlign: 'left', mb: 2 }}>
|
||||
Register!
|
||||
</Heading>
|
||||
<Text sx={{ textAlign: 'left', color: 'muted' }}>
|
||||
Be sure to check out the{' '}
|
||||
<Link href="https://hack.af/rules-santa" sx={{ color: 'blue' }}>
|
||||
<Link href="https://hackclub.slack.com/archives/C01D7AHKMPF/p1671483616032169" sx={{ color: 'blue' }}>
|
||||
rules
|
||||
</Link>{' '}
|
||||
before you sign up!
|
||||
</Text>
|
||||
<Field
|
||||
label="Your Name"
|
||||
name="prefill_Real Name"
|
||||
name="prefill_Name"
|
||||
placeholder="Fiona Hackworth"
|
||||
value={values.name}
|
||||
onChange={e => setValues({ ...values, name: e.target.value })}
|
||||
|
|
@ -207,7 +207,7 @@ function Signup() {
|
|||
|
||||
<Field
|
||||
label="Likes"
|
||||
name="prefill_Likes"
|
||||
name="prefill_What do you like?"
|
||||
placeholder="Hardware, plushies, microwaved apples?"
|
||||
type="text"
|
||||
value={values.likes}
|
||||
|
|
@ -215,7 +215,7 @@ function Signup() {
|
|||
/>
|
||||
<Field
|
||||
label="Dislikes"
|
||||
name="prefill_Dislikes"
|
||||
name="prefill_What do you absolutely NOT like?"
|
||||
placeholder="Socks, cheese, coal..."
|
||||
type="text"
|
||||
value={values.dislikes}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue