diff --git a/frontend/src/lib/components/textfield/NameField.svelte b/frontend/src/lib/components/textfield/NameField.svelte
new file mode 100644
index 0000000..9aa2d2e
--- /dev/null
+++ b/frontend/src/lib/components/textfield/NameField.svelte
@@ -0,0 +1,32 @@
+
+
+
+
+
diff --git a/frontend/src/routes/(candidate)/(authenticated)/register/+page.svelte b/frontend/src/routes/(candidate)/(authenticated)/register/+page.svelte
index 4c7cdf1..9166b31 100644
--- a/frontend/src/routes/(candidate)/(authenticated)/register/+page.svelte
+++ b/frontend/src/routes/(candidate)/(authenticated)/register/+page.svelte
@@ -9,6 +9,7 @@
import SplitLayout from '$lib/components/layout/SplitLayout.svelte';
import EmailField from '$lib/components/textfield/EmailField.svelte';
import IdField from '$lib/components/textfield/IdField.svelte';
+ import NameField from '$lib/components/textfield/NameField.svelte';
import TelephoneField from '$lib/components/textfield/TelephoneField.svelte';
import TextField from '$lib/components/textfield/TextField.svelte';
@@ -31,8 +32,8 @@
citizenship: '',
personalIdNumber: '',
study: '',
- parentName: 'TODO name',
- parentSurname: 'TODO',
+ parentName: '',
+ parentSurname: '',
parentTelephone: '',
parentEmail: ''
};
@@ -133,11 +134,11 @@
-
@@ -167,7 +168,13 @@
-
+