Survey form - almost finished, but wont load on Codepen!

Hi guys, I’m almost finished with my code and would be happy to hear bothe praise and constructive criticism.

However, codepen wont load it for me, whereas my local file is just fine! Any ideas?

Thanks.

In the JS window, you’ll need to remove the comments and the script tags.
In the HTML window you don’t need to add anything that would be outside of the body element. The doctype, head, links, scripts and body tags can all go. There is a ‘settings’ menu in the top right, you can link your scripts/css in there (check the CSS and Javascript tabs).

1 Like

Get rid of these lines in your javascript:

<!--<script type="text/javascript">
</script>
-->
1 Like