groogruxking40 0 Newbie Poster

Hey all,

I was wondering if anyone has used the Contact form called gbcf-v3
I'm having problems getting it to go "live" the test form is working great

here is my simple simple contact page code

<form method="POST" action="send.php">
Fields marked (*) are required

<p>Email From:* <br>
<input type="text" name="EmailFrom">
<p>Full Name:* <br>
<input type="text" name="Name">
<p>Comments:* <br>
<input type="text" name="Comments">
<p><input type="submit" name="submit" value="Submit">
</form>
<p>

the instructions say this:

9. 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.

I did that, and absolutely nothing happens..

any ideas?

Thank you