Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
学ぶ Challenge: Form Submission | Formik
Expert React

Challenge: Form Submission

メニューを表示するにはスワイプしてください

Task

Add the logic to handle the form submission. Since we are not working with a real server, we will display the form data in the console and in the alert. Follow the steps below:

  • Target the input field value responsible for the user's first name and assign its value to the userName variable.
  • Target the input field value responsible for the user's last name and assign its value to the userLastName variable.
  • Target the input field value responsible for the user's mail and assign its value to the userMail variable.

すべて明確でしたか?

どのように改善できますか?

フィードバックありがとうございます!

セクション 4.  12

AIに質問する

expand

AIに質問する

ChatGPT

何でも質問するか、提案された質問の1つを試してチャットを始めてください

Challenge: Form Submission

Task

Add the logic to handle the form submission. Since we are not working with a real server, we will display the form data in the console and in the alert. Follow the steps below:

  • Target the input field value responsible for the user's first name and assign its value to the userName variable.
  • Target the input field value responsible for the user's last name and assign its value to the userLastName variable.
  • Target the input field value responsible for the user's mail and assign its value to the userMail variable.

すべて明確でしたか?

どのように改善できますか?

フィードバックありがとうございます!

セクション 4.  12
some-alt