diff --git a/curriculum/challenges/english/blocks/lecture-understanding-form-validation/6733d3ab69e94b7df7ee91b0.md b/curriculum/challenges/english/blocks/lecture-understanding-form-validation/6733d3ab69e94b7df7ee91b0.md index db78714b031..0a4eebcd04d 100644 --- a/curriculum/challenges/english/blocks/lecture-understanding-form-validation/6733d3ab69e94b7df7ee91b0.md +++ b/curriculum/challenges/english/blocks/lecture-understanding-form-validation/6733d3ab69e94b7df7ee91b0.md @@ -82,6 +82,10 @@ Which of the following is NOT a way to submit an HTML form? Clicking a button with `type="submit"`. +### --feedback-- + +The lesson mentions three specific ways to submit a form. + --- Pressing Enter on an editable input field. @@ -94,6 +98,10 @@ The lesson mentions three specific ways to submit a form. Calling the form's `requestSubmit()` method. +### --feedback-- + +The lesson mentions three specific ways to submit a form. + --- Double-clicking anywhere within the form.