I’ve just very recently started coding and only know a little about html but I need help on my stupid website I’ve been making. I have it online and on the web the link is adamsoasis.com but I cant figure out how to make it send me the data when I’m done. I’m trying to make it so I can show it to my friends and make them laugh, but I cant figure out how to make it send the answers to me after you click submit can someone help me please?
Firstly, welcome to the forums.
While we are primarily here to help people with their Free Code Camp progress, we are open to people on other paths, too. Some of what you are asking is pretty trivial in the Free Code Camp context, so you might find that if you’re not getting the instruction and material you need in your current studies, the FCC curriculum will really help you get started. At a modest guess I’d say investing a 4-5 hours working through the curriculum here will really pay off. You can find the curriculum at https://www.freecodecamp.org/learn.
With your current questions, we don’t have enough context to know what you already know or don’t know, so it is impossible to guide you without just telling you the answer (which we won’t do).
Happy coding
You’re going to need to know more than “a little about html” to accomplish what you want.
Side note, run your code through the W3C validator.
Thank you I looked through the courses and I couldn’t find any that sounded like what I needed so I came here. could you be so kind as to possibly tell me a specific course of what I should look into. What I need to know is everything from where to send the data and how to store it. Also thank you for the W3C validator I now realize how bad my code probably looks thank you for your help.
There’s not a specific course.
You’ll need to continue learning HTML. Right now you don’t even have a form.
After setting up the form correctly there are additional things you’ll need to know on the back end.
Thank you so much for your help!