Jump to content

Anyone use the gbcf-v3 script??? help


Recommended Posts

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

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.