Survey Form - How do I make it Active?

Here is the codepen: https://codepen.io/rrichetto/pen/yxbjZB

How do I make the form active so that when the user clicks “submit”, the information they entered will go to a certain email address?

Thanks,
Ryan

Take a look at this article.

https://developer.mozilla.org/en-US/docs/Learn/HTML/Forms/Sending_and_retrieving_form_data

Basically, you will need to send it to the backend first and send to a specific email there.

If you don’t have a server of your own, you can try https://pageclip.co/
They have a free plan for the first 1000 submits, so it is great when you want to practice creating forms.