Skip to content

Commit

Permalink
Merge pull request #7 from lugvitc/main
Browse files Browse the repository at this point in the history
Deploy v7: Registration number
  • Loading branch information
WizzyGeek authored Jun 19, 2024
2 parents 18cf4ec + 0852a14 commit 15d0ec3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/pages/apply.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,10 @@ function Application({ values, isSubmitting, isValidating}: any) {
Name
</label>
<Field name={`name`} required />
<label htmlFor='regno'>
Registration Number
</label>
<Field name={`regno`} required />
<label htmlFor='contact'>
Contact number
</label>
Expand Down Expand Up @@ -245,6 +249,7 @@ function onSumbitFactory(sig: number, setSig: (arg0: number) => any, session: an
common.email = session.user.email
common.contact = values.contact
common.name = values.name
common.regno = values.regno.trim().toLowerCase()

// const sleep = (ms) => new Promise((r) => setTimeout(r, ms));
// await sleep(2000);
Expand Down

0 comments on commit 15d0ec3

Please sign in to comment.