Hello everyone!
Just finished the Survey Form project and I have a couple of questions. (link: https://codepen.io/lolib/pen/QWpajGB)
First of all, how can I see the data submitted? Let’s suppose I want my friends to answer the survey, do I need a domain to see the results? (Is this even possible on Codepen?)
Secondly, I wonder if there’s a way to create an input type text to only show up if the user checks the checkbox using only HTML/CSS. I looked up online and it can be done with JavaScript, but I haven’t learned that yet. So in this case the user would check “Other (please specify):”, a text box would become clickable and the value would be whatever the user types in the input field.