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

add forms #783

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

add forms #783

wants to merge 2 commits into from

Conversation

AnnBusya
Copy link

src/index.html Outdated
<fieldset class="rows">
<legend>An interesting fact about you!</legend>

<label class="form-field distance">

Choose a reason for hiding this comment

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

you don't need this label

src/index.html Outdated
type="radio"
id="No"
name="loveCat"
>

Choose a reason for hiding this comment

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

you can move these inputs to labels

src/index.html Outdated

<label class="form-field distance">
Comments:
<textarea></textarea>

Choose a reason for hiding this comment

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

Every field should have name attribute

@AnnBusya AnnBusya requested a review from vlad-demchuk April 27, 2023 08:26
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.

3 participants