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

Update index.md #34871

Closed
wants to merge 1 commit into from
Closed

Update index.md #34871

wants to merge 1 commit into from

Conversation

divywnzh
Copy link

a better-suited code snippet for the submit button. The supporting definition below also mentions that "the forms data is sent to the web page defined by the 'action' attribute"

Description

Motivation

Additional details

Related issues and pull requests

a better-suited code snippet for the submit button. The supporting definition below also mentions that "the forms data is sent to the web page defined by the 'action' attribute"
@divywnzh divywnzh requested a review from a team as a code owner July 16, 2024 14:49
@divywnzh divywnzh requested review from hamishwillee and removed request for a team July 16, 2024 14:49
@github-actions github-actions bot added Content:Learn:Forms Learning area Forms docs size/s [PR only] 6-50 LoC changed labels Jul 16, 2024
<li class="button">
<button type="submit">Send your message</button>
</li>
<form action="example_form.php" method="POST">
Copy link
Contributor

Choose a reason for hiding this comment

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

[mdn-linter] reported by reviewdog 🐶

Suggested change
<form action="example_form.php" method="POST">
<form action="example_form.php" method="POST">

Copy link
Member

@Josh-Cena Josh-Cena left a comment

Choose a reason for hiding this comment

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

Thanks, but this entire example is in the context of the first paragraph:

<form action="/my-handling-form-page" method="post"></form>

@Josh-Cena Josh-Cena closed this Jul 17, 2024
@divywnzh divywnzh deleted the patch-1 branch July 18, 2024 12:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Content:Learn:Forms Learning area Forms docs size/s [PR only] 6-50 LoC changed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants