I need to have a page with this form: http://simplybrilliantpress.net/sbpv1/wp-content/form/form.html the form links to two .js files and a view.css file. I added all the css to my custom.css file. I made a new page from within WP Admin and pasted all the code from form.html.
I need to know what the best way to add the javascript files, and what path do i link them too? should i just add them into the theme js folder and have a direct path like this from the wp page?
<script type="text/javascript" src="http://simplybrilliantpress.net/sbpv1/wp-content/themes/propulsion/js/calendar.js"></script>
Also, when i paste the form.html code into a new page it conflicts with the layout and ends up looking like a mess: http://www.simplybrilliantpress.net/sbpv1/upload-trade-center/
Should i use an iframe? or is there a better solution?














