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

Daniel fhc lab04 burrito order form #200

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

DanielD6464
Copy link
Collaborator

No description provided.

@violette-git violette-git self-requested a review August 17, 2022 03:01
<input type="radio" name="Tortilla" value="Spinach"> Spinach
<input type="radio" name="Tortilla" value="Corn"> Corn <br>
<p>Protein:</p>
<input type="checkbox" name="Meat" value="Carnitas"> Carnitas
Copy link
Collaborator

Choose a reason for hiding this comment

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

should be radio buttons

<input type="checkbox" name="Meat" value="Sofritas"> Sofritas
<br>
<p>Beans:</p>
<input type="checkbox" name="Beans" value="Beans"> Black<br>
Copy link
Collaborator

Choose a reason for hiding this comment

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

should be radio buttons

<input type="checkbox" name="Beans" value="Beans"> Black<br>
<input type="checkbox" name="Beans" value="Beans"> Pinto<br>
<p>Rice:</p>
<input type="checkbox" name="Cheese" value="Cheese"> White<br>
Copy link
Collaborator

Choose a reason for hiding this comment

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

should be radio buttons. name should be Rice. etc.

@violette-git violette-git marked this pull request as draft August 17, 2022 03:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants