Please I want to use sublime to do my project, how do I use the CDN, and how do I submit it?

Tell us what’s happening:

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 8.1.0; TECNO LA7 Pro) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36.

Challenge: Build a Survey Form

Link to the challenge:

Hey Ayotunde!

What’s going on? Are you trying to figure out how to submit your project so that it has the testing stuff on it and you can see if it passes?

I used CopePen because I couldn’t figure out this same question.

I think you want to use Sublime and a CDN to host the page. I am not sure, but I think there is a line of code you need to put in the page that links to an external script file, which includes all the testing stuff.

Hope this helps and welcome to the forum

By “the CDN”, I’m pretty sure the OP means the CDN link for the FCC tests. Not sure why we even reference a CDN, but whatev.

Just add this right before the closing </body> tag (it seems to work best there instead of the head).

<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>

The hamburger menu should then appear on the upper-left. If it doesn’t appear, check your adblocker (Privacy Badger will usually block it, since the link behaves like a tracker as far as PB knows)