Having trouble setting up GBCF v. 3

I looked at a past thread I started about putting a contact form on my site (www.ctrlaltm.com). I decided to go with Green Beast Contact Form v3 after reading another poster’s suggestion in the thread I started. Everything went fine up until trying to actually get it onto my page itself. I know that there’s something wrong with how I have pointed my files for it but maybe I’m a little dense because I can’t figure out where I’m going wrong. Here’s the step I’m having trouble with:

  1. Add the link to the style sheet and the focus JavaScript file - for form field
    focus effects for Internet Explorer - to the head of your contact form page
    (see Figure 1), then add the PHP “include” to the body content area of that
    same page (see Figure 2). Go live and worry not.

<!–Figure 1 (written as xhtml)–>
<link rel=“stylesheet” type=“text/css” href=“gbcf-v3/files/themes/default.css” media=“screen” />
<!–[if IE]>
<script type=“text/javascript” src=“gbcf-v3/files/focus.js”></script>
<![endif]–>

Figure 1 Note: You may choose to add the form styles to your own style sheet or
do something else such as use existing styles. It’s your call. Use the default
style sheet to see what classes you have available to you. The style sheet name
in the example is default.css. Change as needed if using a theme.

<!–Figure 2–>
<?php include_once(“gbcf-v3/form.php”); ?>

Figure 2 Note: In all cases above, adjust the path to the files to meet your needs
such as if your contact page is in a folder: …/gbcf-v3/form.php.

And here’s my HTML as it currently is on my local machine:

    &lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
       "http://www.w3.org/TR/html4/strict.dtd"&gt; 
	   &lt;html&gt;
	   	   
			&lt;head&gt;
			&lt;meta http-equiv="Content-type" content="text/html;charset=UTF-8"&gt;
			&lt;link rel="stylesheet" type="text/css" href="css/pgstyle.css"&gt;
			&lt;link rel="stylesheet" type="text/css" href="gbcf-v3/files/themes/default.css" media="screen" &gt;
			&lt;!-- conditional comment for contact form if user browser is Internet Explorer--&gt; 
			&lt;!--[if IE]&gt;&lt;script type="text/javascript" src="gbcf-v3/files/focus.js"&gt;&lt;/script&gt;&lt;![endif]--&gt;
			&lt;title&gt;Control-Alt-M&lt;/title&gt;
			&lt;/head&gt;	   
			
				&lt;body&gt;
				 
				&lt;!-- title placeholder; will change to webfonts once finished--&gt;
				&lt;div id= "header"&gt;
					&lt;h1&gt;controlaltm.com&lt;/h1&gt;
				&lt;/div&gt; &lt;!-- end of header div --&gt;
				
				
				
				&lt;!-- body section of web page; contains all subsections of portfolio --&gt;
				
				&lt;div id= "site_body"&gt;
				
				&lt;!-- directs user to various parts of web page--&gt;
				
					&lt;a class="navigation_menu" href="#about" title="about me"&gt;About&lt;/a&gt;
					&lt;a class="navigation_menu" href="#resume" title="resume"&gt;Resume&lt;/a&gt;
					&lt;a class="navigation_menu" href="#experiment" title="experiments"&gt;Experiments&lt;/a&gt;
					&lt;a class="navigation_menu" href="#contact" title="contact info"&gt;Contacts&lt;/a&gt; &lt;!-- end of navigation menu--&gt;
					
					&lt;!-- begining of main_intro--&gt;
					&lt;div id= "main_intro"&gt;
						&lt;h2&gt;A brief poem to welcome you&lt;/h2&gt;
							&lt;p&gt;One page 'folio &lt;br&gt; Shows knowledge top and bottom &lt;br&gt; Thank you for looking.&lt;/p&gt;
					&lt;/div&gt; &lt;!-- end of intro div--&gt;
				
					&lt;!--begining of about div--&gt;	
					&lt;div id= "about"&gt;
						&lt;h2&gt;A little about myself&lt;/h2&gt;
							&lt;p class= "description"&gt;I am a young woman who wonders why things work (or don't work). I hope that this short page works for you. My interests are many, but some of them are usability and how it relates to design. 
							
										
					&lt;/div&gt; &lt;!-- end of about div--&gt;
					
					&lt;!--begining of resume div--&gt;
					&lt;div id= "resume"&gt;&lt;h2&gt;A resume a.k.a some of what I know&lt;/h2&gt;
					
					&lt;!-- begining of downloads div--&gt;
					&lt;div id= "resume_docs"&gt;
							&lt;a href="docs/ui_design_resume.doc"&gt;&lt;img src="img/microsoft_word_icon.png" alt="Microsoft Word 97-2003 version of resume"&gt;&lt;/a&gt; &lt;a href="docs/ui_design_resume.pdf"&gt;&lt;img src="img/adobe_pdf_icon.png" alt="Portable Document Format version of resume"&gt;&lt;/a&gt;
						&lt;/div&gt;&lt;!-- end of downloads div--&gt;
					&lt;h3&gt;Skills&lt;/h3&gt;
						&lt;ul&gt;
							&lt;li&gt;HCI RESEARCH
								&lt;ul&gt;
									&lt;li&gt;Surveys&lt;/li&gt;
									&lt;li&gt;User stories&lt;/li&gt;
									&lt;li&gt;Documenting requirements&lt;/li&gt;
									&lt;li&gt;User interviews&lt;/li&gt;						
								&lt;/ul&gt;
							&lt;/li&gt;
							
							&lt;li&gt;DESIGN SOFTWARE
								&lt;ul&gt;
									&lt;li&gt;Photoshop&lt;/li&gt;
									&lt;li&gt;GIMP&lt;/li&gt;
									&lt;li&gt;Visio 2007&lt;/li&gt;
								&lt;/ul&gt;
							&lt;/li&gt;
							
							&lt;li&gt;WEB DEVELOPMENT
								&lt;ul&gt;
									&lt;li&gt;CSS&lt;/li&gt;
									&lt;li&gt;HTML&lt;/li&gt;
									&lt;li&gt;XHTML&lt;/li&gt;
								&lt;/ul&gt;
							&lt;/li&gt;
					
							&lt;li&gt;SOFTWARE DEVELOPMENT
								&lt;ul&gt;
									&lt;li&gt;Java (1.5 years)&lt;/li&gt;
									&lt;li&gt;C++ (1 year)&lt;/li&gt;
								&lt;/ul&gt;
							&lt;/li&gt;
							
							&lt;li&gt;TECHNICAL SUPPORT
								&lt;ul&gt;
									&lt;li&gt;Windows 7&lt;/li&gt;
									&lt;li&gt;Windows Vista&lt;/li&gt;
									&lt;li&gt;Linux (Ubuntu)&lt;/li&gt;
									&lt;li&gt;Windows XP&lt;/li&gt;
									&lt;li&gt;Mac OSX&lt;/li&gt;
								&lt;/ul&gt;
							&lt;/li&gt;
						&lt;/ul&gt;
					&lt;h3&gt;Experience&lt;/h3&gt;
						&lt;dl&gt;
							&lt;dt&gt;NukeStudios Web Design, Brisbane, Queensland, AU&lt;/dt&gt;
								&lt;dd class="description"&gt;I started working for Nukestudios in February 2011 and I demonstrated the importance
									of accessibility while converting Word documents to HTML + CSS pages.&lt;/dd&gt;
								&lt;dd class= "description"&gt;Currently, I work on modules for a OHSA standards course at the University of
									Queensland.&lt;/dd&gt;
							&lt;dt&gt;Freelance Machine, Spokane, WA&lt;/dt&gt;
								&lt;dd class= "description"&gt;Through forum-posting and keyword optimization, I work to improve the search
									results of Freelance Machine, a site dedicated to job postings. This job introduced me to search engine optimization.&lt;/dd&gt;
								&lt;dd class= "description"&gt;I began my work for this firm in January 2011.&lt;/dd&gt;
							&lt;dt&gt;ChaCha, Caramel, IN&lt;/dt&gt;
								&lt;dd class= "description"&gt;I have been working with ChaCha since October 2010. As a Generalist/Specialist my goal is to help users answer their questions
									accurately and quickly. I also assist Expeditors in finding additional information to
									solve questions.&lt;/dd&gt; 
								&lt;dd class= "description"&gt;I organize the requests and unanswered queries sent by ChaCha's customers.&lt;/dd&gt;		
								&lt;dd class="description"&gt;With my usability experience I test programs created by fellow Guides. These programs exist to make their jobs as effcient as possible.&lt;/dd&gt;
							&lt;dt&gt;School of Information Sciences, University of Pittsburgh, Pittsburgh, PA&lt;/dt&gt;		
								&lt;dd class="description"&gt;Under the guidance of Dr. Anthony Debons, PHD I designed an experiment to test
									the usability of several common programs with many users.&lt;/dd&gt;
								&lt;dd class="description"&gt;This design became the basis for a future research proposal.&lt;/dd&gt;
								&lt;dd class="description"&gt;Doing this undergraduate research from January 2010 to April 2010 allowed me to learn about common usability techniques
									such as user stories and use cases.&lt;/dd&gt; 
								&lt;dd class="description"&gt;It also introduced me to various concepts such as Fitt's Law.&lt;/dd&gt;
							&lt;dt&gt;Carnegie Public Library, Pittsburgh, PA&lt;/dt&gt;
								&lt;dd class="description"&gt;I volunteered for the Carnegie Public Library as a web designer. My job was
									to convert historical documents into web pages.&lt;/dd&gt; 
								&lt;dd class="description"&gt;Throughout my time on this project I learned about using CSS to make print materials
									easily viewable in major browsers.&lt;/dd&gt;
								&lt;dd class="description"&gt;I used Photoshop and a customized scanner to first scan in media and then edited
									them so that they would be optmized for web viewing.&lt;/dd&gt;
						&lt;/dl&gt;
						
					&lt;/div&gt;&lt;!-- end of resume div--&gt;
				
				&lt;!-- begining of experiment div--&gt;
					&lt;div id="experiment"&gt;
						&lt;h2&gt;Here's where I experiment, learning as I go along.&lt;/h2&gt;
							&lt;p class= "percentagepadding"&gt;Nothing here for now &lt;br&gt; For the future check 
							back again &lt;br&gt; I will update soon.&lt;/p&gt;
					&lt;/div&gt;&lt;!-- end of experiment div--&gt;
					
				&lt;/div&gt; &lt;!-- end of body div--&gt;
				
				&lt;!-- footer contains future contact form, social networking contacts, and year page was created --&gt;
				&lt;div id= "footer-wrap"&gt;&lt;/div&gt;
				&lt;div id="footer-container"&gt;
					&lt;div id="contact"&gt;
						&lt;h2&gt;Like what you see? Interested? Feel free to let me know at these places.&lt;/h2&gt;
						&lt;script type="text/javascript"&gt;
//&lt;![CDATA[
&lt;!--
var x="function f(x){var i,o=\\"\\",l=x.length;for(i=0;i&lt;l;i+=2) {if(i+1&lt;l)o+=" +
"x.charAt(i+1);try{o+=x.charAt(i);}catch(e){}}return o;}f(\\"ufcnitnof x({)av" +
" r,i=o\\\\\\"\\\\\\"o,=l.xelgnhtl,o=;lhwli(e.xhcraoCedtAl(1/)3=!45{)rt{y+xx=l;=+;" +
"lc}tahce({)}}of(r=i-l;1&gt;i0=i;--{)+ox=c.ahAr(t)i};erutnro s.buts(r,0lo;)f}\\\\" +
"\\"(9)10\\\\\\\\,1\\\\\\"39$.e;&gt;,\\\\\\\\?\\\\\\\\\\\\\\"\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"6\\\\\\\\02\\\\\\\\\\\\\\\\22\\\\\\\\" +
"02\\\\\\\\02\\\\\\\\\\\\\\\\26\\\\\\\\0Y\\\\\\\\24\\\\\\\\06\\\\\\\\03\\\\\\\\\\\\\\\\27\\\\\\\\00\\\\\\\\03\\\\\\\\\\\\\\\\6Y-" +
"PRP32\\\\\\\\01\\\\\\\\00\\\\\\\\\\\\\\\\\\\\\\\\rK\\\\\\\\5H17\\\\\\\\0t\\\\\\\\\\\\\\\\\\\\\\\\26\\\\\\\\0K\\\\\\\\20\\\\\\\\" +
"07\\\\\\\\01\\\\\\\\\\\\\\\\03\\\\\\\\0L\\\\\\\\14\\\\\\\\06\\\\\\\\0?02\\\\\\\\\\\\\\\\&lt;s073z01\\\\\\\\\\\\\\\\hv!7q!\\\\"+
"\\\\7\\\\\\\\\\\\\\"'\\\\\\\\rq6i02\\\\\\\\\\\\\\\\%,*g%,o.`$JP35\\\\\\\\0Y\\\\\\\\_I0Q03\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"+
"\\\\\\\\\\\\\\\\\\\\\\\\U\\\\\\\\\\\\\\\\X\\\\\\\\0p02\\\\\\\\\\\\\\\\0m02\\\\\\\\\\\\\\\\22\\\\\\\\0K\\\\\\\\XA^B\\\\\\\	n\\\\\\\\"+
"\\\\\\\\\\\\\\\\K{GJ\\\\\\\\rN\\\\\\\\AHyry]}tlx7r17\\\\\\\\\\\\\\\\sr7r17\\\\\\\\\\\\\\\\7+17\\\\\\\\\\\\\\\\b{md(" +
"f(U`:v`\\\\\\\\k\\\\\\\\\\\\\\"`\\\\\\\\\\\\\\\\&lt;\\\\\\\\\\\\\\\\U\\\\\\\\22\\\\\\\\07\\\\\\\\02\\\\\\\\\\\\\\\\37\\\\\\\\0r\\\\" +
"\\\\\\\\\\\\\\\\\\\\21\\\\\\\\05\\\\\\\\00\\\\\\\\\\\\\\\\01\\\\\\\\0[\\\\\\\\00\\\\\\\\05\\\\\\\\03\\\\\\\\\\\\\\\\27\\\\\\\\04\\\\"+
"\\\\03\\\\\\\\\\\\\\\\05\\\\\\\\04\\\\\\\\01\\\\\\\\\\\\\\\\01\\\\\\\\0t\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"\\\\\\\\f(;} ornture;" +
"}))++(y)^(iAtdeCoarchx.e(odrChamCro.fngriSt+=;o27=1y%){++;i&lt;l;i=0(ior;fthng" +
"lex.l=\\\\\\\\,\\\\\\\\\\\\\\"=\\\\\\",o iar{vy)x,f(n ioctun\\\\\\"f)\\")"                     ;
while(x=eval(x));
//--&gt;
//]]&gt;
&lt;/script&gt; &lt;!-- end of custom e-mail link--&gt;
							&lt;div id="social_networking"&gt;&lt;a href="http://www.twitter.com/Mags9211" title= "Check out my Twitter"&gt;&lt;img src="img/Echofon.png" alt="Follow Mags9211 on Twitter"&gt;&lt;/a&gt; &lt;a id="sicon-bclink" name="My Brazen Careerist Social Resume" href="http://www.brazencareerist.com/profile/maggiet?utm_source=22088&amp;utm_medium=single&amp;utm_campaign=icon" title= "Check out Brazen Careerist"&gt;&lt;img src="img/icon_bc.png" alt="My Brazen Careerist Social Resume"&gt;&lt;/a&gt;
							&lt;script type="text/javascript"&gt;var bctrk_cat = "icon";var bctrk_act = "SingleView";var bctrk_uid = "22088";&lt;/script&gt;
							&lt;script src="http://static.brazencareerist.com/v6/ui_widget/widget_tracking.1.js" type="text/javascript"&gt;&lt;/script&gt;
							&lt;/div&gt;
							
						
					&lt;!-- contact form--&gt;
						&lt;p&gt;Or try this: &lt;/p&gt;
						
					&lt;?php include_once("gbcf-v3/form.php"); ?&gt;

							&lt;br&gt;		
							&lt;a class="navigation_menu" href="index.html" title="home page"&gt;Return to Home&lt;/a&gt;&lt;br&gt;	
						&lt;p&gt;Created by hand in Notepad++ in 2011.&lt;/p&gt;
					&lt;/div&gt;
				&lt;/div&gt;
				&lt;!-- end of footer div--&gt;
				&lt;!-- end of whole site--&gt;
				&lt;/body&gt; 
	   
	   &lt;/html&gt;

Any help with this would be much appreciated because as of now I’m stumped. :fangel:

Have you made sure that all your files (CSS/JS/PHP) are all in the correct files/directories? You said you used one from another site, which would include THEIR directories… when you saved the files to your computer and/or root directory, the paths may have changed. You may want to double check the paths to your files.

That’s the thing. I changed my paths so that it would point to the folder I put GBCF in. But whenever I try to get it to display, it never shows up. I didn’t just cut and paste the directory location from the instructions if that’s what you’re getting at. I tried pointing it to the folder where I put my site files (i.e. myFolderName/gbcf-v3/files/themes/default.css) and I tried making it like this (i.e …/gbcf-v3/files/themes/default.css) but neither worked.

Are you using a local web server with PHP installed, such as WAMP or, if on Mac, WAMP?

If not, the PHP will not be parsed.

If so, does the page have a .php extension? This is needed in order to parse PHP (unless the server is specifically configured to parse files with other extensions).

If you are sure your server is parsing the file as PHP, enable error reporting by adding the following code to the page, above the include. Then view the page. Any errors related to the include should then be shown at the position it appears in the page.

<?php
error_reporting(E_ALL);
ini_set('display_errors', True);
?>

I’m using WAMP on a Windows 7 machine. My web host uses Linux (not sure which distribution; it might be Debian). I’ll try what you suggested though.