Okay, I built my own webpage, but i have a form where users fill in data (name, address, etc) and then they click a "submit" button.
I understand i need another language besides HTML and CSS to make the submit actually happen.
I've heard of javascript libraries such as Node.js and jQuery, though sincerely i have no idea if they are what i'm looking for.
What should i learn next in order to make my form functional?
If you just need to get some data - maybe use something like this:<p><a href="https://support.google.com/drive/answer/87809?hl=en" rel="nofollow">https://support.google.com/drive/answer/87809?hl=en</a><p><a href="http://www.wufoo.com/" rel="nofollow">http://www.wufoo.com/</a><p>If you want to develop it all yourself, you'll need someplace for the submitted form data to go. This means building some software that resides on a server ... so you'll want to learn Ruby or Python or PHP or something like that to process the submitted data.<p>There's lots of online educational resources. Maybe check out <a href="http://www.codecademy.com/" rel="nofollow">http://www.codecademy.com/</a> where they'll step you through the basics of building a webpage.