generated from nl-design-system/example
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Marwaxhello
wants to merge
38
commits into
main
Choose a base branch
from
verhuizing-form
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Verhuizing form #430
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
scar055
suggested changes
Mar 6, 2024
scar055
suggested changes
Mar 7, 2024
packages/next-templates/src/app/meldingen/verhuizing-doorgeven/form/page.tsx
Outdated
Show resolved
Hide resolved
Marwaxhello
commented
Apr 8, 2024
@@ -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); |
There was a problem hiding this comment.
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> |
There was a problem hiding this comment.
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.