diff --git a/src/lib/components/AddForm.svelte b/src/lib/components/AddForm.svelte
index fc59e3e..5b3e838 100644
--- a/src/lib/components/AddForm.svelte
+++ b/src/lib/components/AddForm.svelte
@@ -248,63 +248,4 @@
on:click={onFormSubmit}
>Create
-
-
-
-
-
Form Type
-
- {#if formType == null}
-
Need to choose a form type
- {/if}
-
-
-
- {#if formType.name != "Pit Scouting"}
-
Match
- {#if $manualSubmission}
-
- {:else}
-
-
- {/if}
- {#if match == "" || match == null}
-
Need to choose a match
- {/if}
- {/if}
-
-
-
-
Team
- {#if $manualSubmission}
-
- {:else}
-
-
- {/if}
- {#if team == "" || team == null}
-
Need to choose a team
- {/if}
-
-
-
-
Scout name
-
- {#if $scout == ""}
-
Scout needs a name
- {/if}
-
-
\ No newline at end of file