kris-classes / restart

2022 Semester 2 Course Topics
10 stars 7 forks source link

Time to Blog! #55

Open vickie142 opened 1 year ago

vickie142 commented 1 year ago

Let's have chat help us with user input! https://chat.openai.com/chat

<form action="/submit" method="post">
      <label for="name">Name:</label><br>
      <input type="text" id="name" name="name"><br>
      <label for="email">Email:</label><br>
      <input type="email" id="email" name="email"><br><br>
      <input type="submit" value="Submit">
</form>

This code will be an input type to which the users will type in the information and that information will be transported to the backend of the database that will be set up or is already set up.

An error will occur once the input has been registered because there isn't a response yet to the new income of info or pathway for the user to transfer to. If anyone else wants to join! Go for it~!