Survey Form - Build a Survey Form

Tell us what’s happening:
Describe your issue in detail here.

I have everything I need to build my form, the thing is, what link should my form submit to?

  **Your code so far**
/* file: index.html */
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>freeCodeCamp Survey Form</title>
  <link rel="stylesheet" href="styles.css"/>
  </head>
  <body>
    <h1 id="title">freeCodeCamp Survey Form</h1>
    <p id="description">A short survey to see what you want improved on this platform! :D</p>
    <form action="https"
/* file: styles.css */

  **Your browser information:**

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36

Challenge: Survey Form - Build a Survey Form

Link to the challenge:

Unless I’m wrong, you don’t need it. You’re not going to use the form anyway. I didn’t use one in mine. You don’t need one to pass the tests.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.