Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Verhuizing form #430

Open
wants to merge 38 commits into
base: main
Choose a base branch
from
Open

Verhuizing form #430

wants to merge 38 commits into from

Conversation

Marwaxhello
Copy link
Contributor

Toegevoegd formulierpagina aan de "Verhuizing-doorgeven" branch met de juiste volgorde van een daadwerkelijk "verhuizing-formulier" geïnspireerd door de Gemeente Utrecht website. Door in te loggen met een nep-DigiD krijg je deze pagina waar je je huidige en toekomstige adres kunt invullen.

Aan het begin van de pagina vind je de automatisch ingevulde informatie die verschijnt bij het inloggen met je DigiD. Vervolgens heb ik een TextBox toegevoegd om je telefoonnummer en e-mailadres in te vullen. Daarna ben ik verder gegaan met het maken van een keuzemogelijkheid, ook wel een switch statement genoemd, om je situatie te kiezen. Verder heb ik nog meer TextBox's gemaakt voor het invullen van je nieuwe adres. En als laatst een ButtonLink naar de "confirmed" pagina.

Copy link

vercel bot commented Mar 6, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
gemeentevoorbeeldnl ❌ Failed (Inspect) Apr 5, 2024 0:12am

@Marwaxhello Marwaxhello requested a review from scar055 March 6, 2024 12:12
packages/next-templates/package.json Outdated Show resolved Hide resolved
@@ -147,6 +147,12 @@ utrecht-alert
--utrecht-paragraph-margin-block-end: var(--voorbeeld-space-block-rabbit);
}

.voorbeeld-digid-logo {
--utrecht-icon-size: var(--voorbeeld-size-icon-4xl);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add design token

Comment on lines +101 to +128
<Heading2>Uw Situatie</Heading2>
<Fieldset id="df861ef1-844a-42df-8365-b54f59474fb8" role="radiogroup">
<FormField type="radio">
<RadioButton id="right-now" name="828aa90e-0e99-4db9-a5e5-d39f689cf7b3" value="1" />
<FormLabel htmlFor="right-now" type="radio">
Ik ben eigenaar van de woning
</FormLabel>
</FormField>
<FormField type="radio">
<RadioButton id="shortly" name="828aa90e-0e99-4db9-a5e5-d39f689cf7b3" value="2" />
<FormLabel htmlFor="shortly" type="radio">
Ik heb een huurcontract en ik huur het gehele woning
</FormLabel>
</FormField>
<FormField type="radio">
<RadioButton id="when-pigs-can-fly" name="828aa90e-0e99-4db9-a5e5-d39f689cf7b3" value="3" />
<FormLabel htmlFor="when-pigs-can-fly" type="radio">
Ik heb een huurcontract en ik huur een deel van de woning
</FormLabel>
</FormField>
<FormField type="radio">
<RadioButton id="when-pigs-can-fly" name="828aa90e-0e99-4db9-a5e5-d39f689cf7b3" value="4" />
<FormLabel htmlFor="when-pigs-can-fly" type="radio">
Ik ga bij iemand wonen
</FormLabel>
</FormField>
</Fieldset>
<Heading2>Verhuizing</Heading2>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add this in texbox

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants