Help me out to link a cdn link in this page

Tell us what’s happening:
I am unable to link the cdn link prvided with the given project namely- Build A Survey Form. Please help me to resolve this issue

this is the of my webpage-https://codepen.io/the-ash/details/porobpO

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36

Challenge: Build a Survey Form

Link to the challenge:

If you don’t fork the project then the instructions give you the CDN link to use. If using codepen you can add the following to the HTML editor;
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>

Side note, be sure to add it to your tribute page project and ensure all the tests pass.

If you use the codepen template linked to on the project page it includes the tests.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.