Skip to content

Commit

Permalink
form
Browse files Browse the repository at this point in the history
  • Loading branch information
ezhil56x committed Aug 7, 2024
1 parent 41f6ff3 commit d40a787
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/form/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ export default function FormPage() {
name="name"
render={({ field }: any) => (
<FormItem>
<FormLabel className="text-white">Name</FormLabel>
<FormControl>
<Input
disabled
Expand All @@ -211,6 +212,7 @@ export default function FormPage() {
name="email"
render={({ field }: any) => (
<FormItem>
<FormLabel className="text-white">Email</FormLabel>
<FormControl>
<Input
disabled
Expand All @@ -228,6 +230,9 @@ export default function FormPage() {
name="regno"
render={({ field }: any) => (
<FormItem>
<FormLabel className="text-white">
Registration Number
</FormLabel>
<FormControl>
<Input
disabled
Expand Down

0 comments on commit d40a787

Please sign in to comment.